09-28-2013 11:32 PM
I want to get data from .csv file, but find a problem & hope someone can tell me the reason.
There are some "double quotation marks" in csv file. for example:
Castlenet;"CastlenetSAS603";"2N38024000001";"
I read the csv file with "read speadsheet file" function but get an abnormal result as below:
"Castlenet;""CastlenetSAS603"";""2N38024000001"";""
It seems that every "double quotation marks" appear twice time
But another function " excel get data" indicates the right data as below
Castlenet;"CastlenetSAS603";"2N38024000001";"
I try them on different OS (XP or Win7) and different labview version(8.5,8.6); but get the same result
read speadsheet file can't indicates the right data, does anyone can help on this?
Solved! Go to Solution.
09-29-2013 07:28 AM