LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read Data from files that consists of Text-Data and also of Data from a 2D Array.

How can I read Data from files that consists of Text-Data and also of Data from a 2D Array. I need to read only a choosed part of the Measured Data which is saved in parts like in a configuration or a key file.
I tryed it with the key file funktions but if I read the data, the "Config Data Get Key Value.vi" only gives the first row of the data und after if I try to get my Array with "Spreadsheed String to Array" only the first caracter is used for a 1x1 array then a 5x7 array
0 Kudos
Message 1 of 2
(2,579 Views)
It depends what is the format of the data in that file. Try to get data in a string, replace special characters in order to obtain a TAB and LF delimited values and transform this string into an array with SpreadsheetString To Array.
0 Kudos
Message 2 of 2
(2,579 Views)