Android Question How to browse csv, can using ReadLine ?

fgh3966

Active Member
Licensed User
Hi everybody
I use "FileHandler" to load a csv file and I need to extract the rows and columns.
Can i still use the ".ReadLine" instruction because I believe it is not recommended to use it. Could you tell me where to find examples?
THANKS.
 

Mariano Ismael Castro

Active Member
Licensed User
Hi everybody
I use "FileHandler" to load a csv file and I need to extract the rows and columns.
Can i still use the ".ReadLine" instruction because I believe it is not recommended to use it. Could you tell me where to find examples?
THANKS.
 
Upvote 0

mangojack

Well-Known Member
Licensed User
Longtime User
If I understand your question correctly ...

There is No need to insert the comma " , " directly into the Parser class / .bas

You stipulate the separator within the parser.Parse Statement method. See the Example supplied in the above link.


Capture.PNG
 
Upvote 0
Top