Converts a delimited string of values into an array of strings or numbers.
A string that uses format specifiers to determine how to convert the text into array data. Use %s to convert spreadsheet string to an array of strings. Use %d or %f to convert spreadsheet string to an array of numbers.
A string containing numbers or text separated into columns by delimiters, such as tabs or commas, with an end-of-line (EOL) character separating rows.
This node converts each value in spreadsheet string according to format string and stores the resulting values in array.
The data type that determines the dimension and representation of array.
Default: 2D array of double-precision, floating-point numbers
A character or string of characters used to separate fields in the spreadsheet text. For example, a value of , (comma) specifies a single comma as the delimiter.
Default: \t — single tab character
An array of the dimension and representation of array type containing the delimited data from spreadsheet string.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Not supported in VIs that run in a web application