Subject:CSV 2 XML Author:Holger Selig Date:31 Aug 2007 03:53 AM
Hello,
I have a problem with the inbuilt csv to xml converter. The line delimiter of the csv file is crlf. Unfortunately there are also crlf's within some of the field columns. Although those are surrounded by ", Stylus Studio is not able to open the file correctly and interpretes them as a real new line. Is there a way of getting around this problem?
Subject:CSV 2 XML Author:Tony Lavinio Date:31 Aug 2007 10:51 AM
There is not a simple one.
We have an outstanding 'to-do' item which would add a switch to
disable line-ending checking while within a quoted field, but it
hasn't been scheduled for implementation yet.
Have you checked your file carefully, though? I've seen some
cases where inside the quoted string just LF is used, and it was
possible to get around it that way.
Or if the last field is always quoted, you might be able to use
quote-cr-lf as the line ending to differentiate it from the embedded
cr-lf.