I have data from a spectrometer. It is a table. Each number is separated by semicolon and the decimal mark is "," instead of "."
I tried this:
Import["/home/adam/Documents/job.csv", "Data", RecordSeparators -> ";", NumberPoint -> ","]
I have data from a spectrometer. It is a table. Each number is separated by semicolon and the decimal mark is "," instead of "."
I tried this:
Import["/home/adam/Documents/job.csv", "Data", RecordSeparators -> ";", NumberPoint -> ","]