February 18, 200719 yr Newbies I have a csv file using semicolon as the tab seperator, consisting of 300.000 lines and 16 columns; which is the reason why I cant view the file through MsExcel due to the 65.536 lines restriction in Excel. So I am trying to import the file to FMP but FMP doesnt recognize semicolon (: as list seperator. So I can view all data of 16 columns in the same column. I dont know how to change the setting for this. Any solutions¿
February 18, 200719 yr In true parlance this is not a CSV file (Comma Separated Values) as you have used a ";" as your separator. Use a text processor (Word, Open Office) to open the file and transform it.
February 24, 200719 yr After importing into FM into a single column, you might try replacing the semicolon with a comma, exporting as CSV to a CSV file and then reimporting.
February 25, 200719 yr I don't think that would work, because during export Filemaker will protect the in-field commas by wrapping the entire field contents in quotes. However, it should be simple enough to split the imported field, either by script or by 16 calculation fields, using the semi-colons as markers.
February 25, 200719 yr Seriously, open it in NotePad, Replace > Find What (enter: ; ), Replace With (enter: ,) then click the replace all button. Now import your new file.
Create an account or sign in to comment