Android Question B4A CSVParser Library

mike1967

Active Member
Licensed User
Longtime User
Hello, i have try this library :
Dim parser As CSVParser
parser.Initialize
Dim table As List = parser.Parse(File.ReadString("", selected(i)), ",", False)
For Each row() As String In table
Log(row(2))
Next
Its return in order at my csv file the value:
NAME
Michael

Of i can read only the value and not the header ?
Sorry, i am newbye
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Please use
B4X:
code here...
tags when posting code.
I know this is a wishful thinking, but is there a way for the forum script to monitor the code posted by members and disallow posting until code tags are implemented when there are more than, say 2 consecutive code lines or whatever Erel sees acceptable and beneficial for his forums
 
Upvote 0
Top