Table of Contents ▸ List of Commands ▸ Input / Output ▸ input_csv | ◀ input_bytes | input_cube ▶ |
input_csv
Arguments:
- "filename",_read_data_as={ 0:Numbers | 1:Strings | _Variable_name }
Description:
Insert number of string array from specified .csv file.If variable_name is provided, the string of each cell is stored in a numbered variable _variable_name_x_y, where x and y are the indices of the cell column and row respectively (starting from 0).
Otherwise, a WxH image is inserted at the end of the list, with each vector-valued pixel I(x,y) encoding the number or the string of each cell.
This command returns the W,H dimension of the read array, as the status.
Default values:
read_data_as=1.