Bug #1585
Mis à jour par Serge Heiden il y a plus de 9 ans
Currently the TXT+CSV import module (and clipboard import) creates a "lb" empty 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 and Copy commands in web browsers, in mail readers or 'Save as text' commands in word processors.
But this scheme has no standard or norm and doesn't always work, for example with some word processors output.
h3. Solution
Add an import option "Document format": don't create the "lb" milestone and create a "p" structure for each line read.
Don't add the "lbid" word property (line number).
This raw text structural interpretation scheme matches the various raw text types produced by frequently used tools: clipboard text produced by Select and Copy commands in web browsers, in mail readers or 'Save as text' commands in word processors.
But this scheme has no standard or norm and doesn't always work, for example with some word processors output.
h3. Solution
Add an import option "Document format": don't create the "lb" milestone and create a "p" structure for each line read.
Don't add the "lbid" word property (line number).