Android Question CSV Breakline or CRLF

metzeller_2013

Member
Licensed User
Longtime User
Good Day to all,
I'm currently using sqlite and exporting my data to CSV format as my data output.... Everything goes well, but i noticed the output csv using string utility (su.savetoCSV) does not have a breakline to separate each row.
Is there a way to put a breakline to separate each row in the CSV?
TIA....
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm currently using sqlite and exporting my data to CSV format as my data output.... Everything goes well, but i noticed the output csv using string utility (su.savetoCSV) does not have a breakline to separate each row.
The end of line character in Android is Chr(10). If you are using Notepad then you will not see it.

The solution is to use a better text editor such as Notepad++.
 
Upvote 0

metzeller_2013

Member
Licensed User
Longtime User
thanks for the reply sir erel and sir lucaMS,
That's the reason why i can't see it..... What i see is a small square ascii character.... is there a way to replace it with the regular CRLF?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…