D
Deleted member 103
Guest
Hi,
The CSV file (see attachment) can be imported in B4a, but not in B4i.
But if you convert the CSV file to UTF8, then it can be read in B4i.
Is it possible to automatically convert a CSV file to UTF8 format so that the user does not have to do anything when creating the file?
The CSV file (see attachment) can be imported in B4a, but not in B4i.
But if you convert the CSV file to UTF8, then it can be read in B4i.
B4X:
Dim lstCSV As List = File.ReadList(File.DirDocuments, "test.csv")
Is it possible to automatically convert a CSV file to UTF8 format so that the user does not have to do anything when creating the file?