peacemaker Expert Licensed User Longtime User Aug 28, 2023 #1 HI, All If some table is saved manually into a .csv file at any computer - the CRLF can be 0x0D & 0x0A, or 0x0A. How correctly to get lines of this file universally (without trailing 0x0D)?
HI, All If some table is saved manually into a .csv file at any computer - the CRLF can be 0x0D & 0x0A, or 0x0A. How correctly to get lines of this file universally (without trailing 0x0D)?
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2023 #2 If the ending is consistent then StringUtils.LoadCSV will parse it correctly. Upvote 0