text importer: Line feeds cause loss of data

Ellenjo

Member
Hi,
If we have line feeds in a column during text import, we loose the content of the rest of the column values for the current record.
Example:
"Col1";"Col2";"Col3";"Col4"
"Text1";;1;"Hello1"
"Text
2";;2;"Hello2"
"Text3";;3;"Hello3"
"Text
4";;4;"Hello4"

When importing this using the text importer, we loose part of the second and fourth row.
Is this a known bug?

regards

Ellen Jordal and Jarle Stabell
 
Hello,

I had the same problem today. Unchecking the "End at line-end" option in the configuration section of the Text Importer solves the problem for me.
But it would be nice if the Importer will just ignore line feeds in fields between quote characters.

Kind regards
Markus
 
Back
Top