|
|
|||
|
|
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Data" | two-dimensional array, representing the rows and columns of a TSV file | |
| "Grid" | table data as a Grid object |
| Alignment | None | how data is aligned within table columns | |
| CharacterEncoding | "UTF8" | raw character encoding used in the file |
| CharacterEncoding | "ASCII" | raw character encoding used in the file |
| "EmptyField" | "" | how to represent empty fields | |
| "TextDelimiters" | Automatic | string or list of strings used to delimit non-numeric fields |
| "CurrencyTokens" | {{"$", " | currency units to be skipped when importing numerical values | |
| "DateStringFormat" | None | date format, given as a DateString specification | |
| "IgnoreEmptyLines" | False | whether to ignore empty lines | |
| "Numeric" | True | whether to import data fields as numbers if possible | |
| "NumberPoint" | "." | string to use for a decimal point | |
| "NumberSigns" | {"-","+"} | strings to use for signs of negative and positive numbers | |
| "HeaderLines" | 0 | number of lines to skip at the beginning of the file |
| "TableHeadings" | None | headings for table columns and rows |
| None | no labels | |
| Automatic | gives successive integer labels for columns and rows | |
| {"col1","col2",...} | list of column labels | |
| {rhead, chead} | specifies separate labels for the rows and columns |