Tool Import Text Table (Fixed Column Sizes)
Import Text Table (Fixed Column Sizes)
- Author: O. Conrad (c) 2010
- Menu: File|Tables|Import
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Table | table, output | TABLE | - | - |
Options | Skip Leading Lines | integer number | SKIP | - | Minimum: 0 Default: 0 |
Headline | boolean | HEADLINE | - | Default: 1 | |
Field Definition | choice | FIELDDEF | - | Available Choices: [0] mark breaks in first line [1] specify fields with type [2] from list Default: 2 | |
Number of Fields | integer number | NFIELDS | - | Minimum: 1 Default: 1 | |
List | static table | LIST | Specify name, size, and type of the attribute fields (type as follows: 0=text, 1=short, 2=long, 3=float, 4=double). | 3 Fields: - 1. [string] Name - 2. [signed 4 byte integer] Size - 3. [unsigned 1 byte integer] Type | |
File | file path | FILENAME | - | - |
Command-line
Usage: saga_cmd io_table 3 [-TABLE <str>] [-SKIP <num>] [-HEADLINE <str>] [-FIELDDEF <str>] [-NFIELDS <num>] [-LIST <str>] [-FILENAME <str>] -TABLE:<str> Table table, output -SKIP:<num> Skip Leading Lines integer number Minimum: 0 Default: 0 -HEADLINE:<str> Headline boolean Default: 1 -FIELDDEF:<str> Field Definition choice Available Choices: [0] mark breaks in first line [1] specify fields with type [2] from list Default: 2 -NFIELDS:<num> Number of Fields integer number Minimum: 1 Default: 1 -LIST:<str> List static table 3 Fields: - 1. [string] Name - 2. [signed 4 byte integer] Size - 3. [unsigned 1 byte integer] Type -FILENAME:<str> File file path