05-19-2014 08:21 PM
It's actually 1.732 if you open the file in Excel.
05-19-2014 08:24 PM
See attached VI.
It uses Read Write ASCII-Unicode Text File.vi from the link you gave.
05-19-2014 08:31 PM - edited 05-19-2014 08:33 PM
Didn't seem to work.
EDIT: Nevermind, I accidentally grabbed the csv file I had already converted back to ASCII.
05-19-2014 08:33 PM
It's for your original unicode csv file, not for the ASCII version.
05-19-2014 08:34 PM
Yeah, I fixed it.
Thanks for all the help!
(Hopefully Labview integrates Unicode support in the future)
05-19-2014 09:03 PM
This does not correctly deal with the unicode but will extract the data from this particular file.
It reads the file as binary, removes the first 2 characters (which happen to be the only characters in the fole with values > x7F), then decimates the array. The decimation creates two arrays. One has standard ASCII characters adn the other has all the nulls. Convert the one with ASCII to a string and then to array. Since both string and numeric values are present, it converts both.
Lynn
05-19-2014 09:42 PM
> (Hopefully Labview integrates Unicode support in the future)
Kudo to this idea: Support Unicode
http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Support-Unicode/idi-p/921449