|
|
||
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | |More About » |
| Column of numbers or strings. Stores a list of numbers or strings as lines. Plain text format. Is essentially a single-column version of the "Table" format. |
| "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" | list of numbers or strings, each representing a line | |
| "Grid" | list 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 |
| "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 | |
| "LineSeparators" | {"\r\n","\n","\r"} | string tokens taken to separate list elements | |
| "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 |