Import Text Table (Fixed Column Sizes)
- Author: O. Conrad (c) 2010
- Menu: File | Tables | Import
Description
Import Text Table (Fixed Column Sizes)
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] [-SKIP ] [-HEADLINE ] [-FIELDDEF ] [-NFIELDS ] [-LIST ] [-FILENAME ] -TABLE: Table table, output -SKIP: Skip Leading Lines integer number Minimum: 0 Default: 0 -HEADLINE: Headline boolean Default: 1 -FIELDDEF: Field Definition choice Available Choices: [0] mark breaks in first line [1] specify fields with type [2] from list Default: 2 -NFIELDS: Number of Fields integer number Minimum: 1 Default: 1 -LIST: List static table 3 Fields: - 1. [string] Name - 2. [signed 4 byte integer] Size - 3. [unsigned 1 byte integer] Type -FILENAME: File file path