Name | Type | Description | Possible Values | Default Value |
columnsNamesInFirstRow | boolean | Whether the first row of the file contains names for the data columns. | true,false | true |
delimiter | String | The delimiter character. | "tab","space","comma","semicolon", or any single delimiter character | "tab" |
missingValueCode | double | A numeric value used to represent missind values in the file to be read. | Any numeric value. | -32768.0 |
urlString | String | The URL of the file to be read. | Any string. | "" |
Name | Description | Arguments | Return Value |
int getMaxRows() | Gets the number of rows which were read. | None. | Number of rows. |
int getMaxColumns() | Gets the number of columns which were read. | None. | Number of columns. |
boolean readData() | Causes the data to be read and all listeners notified. | None. | true if data is read successfully |