11-02-2011 09:21 AM
Hi,
I know this question was asked many times but I done everything write to read the .CSV file into labview. Though I was reading only first coloum and also it is not reading the exact value. It rounding the value to near integer. I checked all settings in data representation but don't have luck. Can some one help me.
Solved! Go to Solution.
11-02-2011 09:47 AM
Did you even bother to look at the file or the help for the function? It's not a csv file at all. The delimiter is a ; and you have to specify that.
11-02-2011 09:56 AM
Your "CSV" file contains a semicolon as the field separator.
Your VI uses the default separator when reading the file. The default is a <tab> character. You also index the same column twice.
See attached to see how to load the file you supplied..