Import Text Table
- Author: O. Conrad (c) 2008
 
- Menu: File | Tables | Import
 
Description
Import a text table with options. 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Table | table, output | TABLE | - | - | 
| Options | Headline | boolean | HEADLINE | - | Default: 1 | 
| Separator | choice | SEPARATOR | - | Available Choices:
[0] tabulator
[1] ;
[2] ,
[3] space
[4] other
Default: 0 | 
| Encoding | choice | ENCODING | - | Available Choices:
[0] ANSI
[1] UTF-7
[2] UTF-8
[3] UTF-16 (Little Endian)
[4] UTF-16 (Big Endian)
[5] UTF-32 (Little Endian)
[6] UTF-32 (Big Endian)
[7] default
Default: 0 | 
| Separator (other) | text | SEP_OTHER | - | Default: * | 
| File | file path | FILENAME | - | - | 
Command Line
Usage: saga_cmd io_table 1 [-TABLE ] [-HEADLINE ] [-SEPARATOR ] [-ENCODING ] [-SEP_OTHER ] [-FILENAME ]
  -TABLE:       Table
	table, output
  -HEADLINE:    Headline
	boolean
	Default: 1
  -SEPARATOR:
                     Separator
                     	choice
                     	Available Choices:
                     	[0] tabulator
                     	[1] ;
                     	[2] ,
                     	[3] space
                     	[4] other
                     	Default: 0
  -ENCODING:
                     Encoding
                     	choice
                     	Available Choices:
                     	[0] ANSI
                     	[1] UTF-7
                     	[2] UTF-8
                     	[3] UTF-16 (Little Endian)
                     	[4] UTF-16 (Big Endian)
                     	[5] UTF-32 (Little Endian)
                     	[6] UTF-32 (Big Endian)
                     	[7] default
                     	Default: 0
  -SEP_OTHER:   Separator (other)
	text
	Default: *
  -FILENAME:    File
	file path