Hi
I've created a test CSV file and I have set tab as the delimitor instead of the more default comma (,). The file has no column headings. I am reading the file into a StringGrid using
StringGrid.LoadFromCSVFile, #9, false
I have columns in my source file containing filenames and paths that contains spaces. e.g
File 1.doc C:\Test\Folder1
File2.doc C:\Test\Another Folder
File3 New.doc C:\Test\A Third Folder
When the CSV file is opened in LibreOffice Calc, the columns all line up properly by tab space and the spaces between names are ignored, as intended.
However, when my program loads the data into the grid, the values with spaces are being spread between one column and the next. e.g. File 1.doc is split between Col1 and Col2, with 'File' in Col1 and '2.doc' in Col2.
Is anyone else experiencing this or is it just me?
I using 0.9.31, PFC 2.6.0 in Linux
Does anyone know if this is a bug and if it is, does anyone know if it's already been fixed in v1.1 of Laz and FPC 2.7.0?