I have already tried this and it does not work either.
B4X:
Dim parser As CSVParser
parser.Initialize
Dim lstCSV As List = parser.Parse(File.ReadString2(File.DirDocuments, "test.csv", "UTF-8"), ";", False)
Log("lstCSV.size= " & lstCSV.size)
Meanwhile I think the error is in the routine "ReadString2", because I can't imagine that it doesn't give an error message if it can't read the file.
As already written, the file is read in Android without problems.
Hi Erel,
you are right as always. ?
I just noticed that the CSV file "Test_Timekeeper_komma.csv" was empty (see screenshot).
It can only happen when copying, because in Finder has a size of 191 bytes and in iPhone 0 bytes.