Hi all,
I need to convert a CSV file, created in UNIX format, in a Windows format file in order to run, from code, the parsing of this CSV using the CommaTextIo class. The format of Windows and UNIX text files differs slightly. In Windows, lines end with both the line feed and carriage return ASCII characters, but UNIX uses only a line feed. As a consequence, some Windows applications will not show the line breaks in UNIX-format files.
*This post is locked for comments
I have the same question (0)