Bug #1585
Mis à jour par Serge Heiden il y a presque 10 ans
Currently the TXT+CSV import module (and clipboard import) creates a "lb" structure for each line and creates a "p" structure each 2 empty lines found.
This raw text structural interpretation scheme matches the various raw text types produced by frequently used tools: clipboard text produced by Select is too specific and Copy commands in web browsers, in mail readers or 'Save as text' commands in word processors. missleading.
But this scheme doesn't always work, for example with some word processors output.
h3. Solution
Add With an import option "Document format": "document format" : don't create the "lb" milestone and create a "p" structure for each line read.
Don't add
Thus the "lbid" word property (line number).
is removed.
This raw text structural interpretation scheme matches the various raw text types produced by frequently used tools: clipboard text produced by Select is too specific and Copy commands in web browsers, in mail readers or 'Save as text' commands in word processors. missleading.
But this scheme doesn't always work, for example with some word processors output.
h3. Solution
Add With an import option "Document format": "document format" : don't create the "lb" milestone and create a "p" structure for each line read.
Don't add
Thus the "lbid" word property (line number).
is removed.