User Tools

Site Tools


jvs:fscan:manual:chapter2:tableconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jvs:fscan:manual:chapter2:tableconfig [2014/03/24 15:51]
voyvodic created
jvs:fscan:manual:chapter2:tableconfig [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions): table_config** **fScan Reference Manual, Chapter 2 (CmdLineOptions): table_config**
  
-===== Table configure-- ===== +===== Table configure -- Change table column configuration ===== 
-**usage: -table [fileTABLENAME [FLAGFILENAME**\\+**usage: -table configure TBLNAME [FLAGCOLNAME [TYPE] [COLNUM] ... [COLNAMEx TYPE COLNUM]** 
 + 
 +The CONFIGURE option can be used to re-configure an existing table (or create a new empty table). It is intended for adding column names, adding whole columns, moving existing columns, or removing columns. Columns to be modified are specified as triplets of "name type colnum" (of these only the name is required). Multiple column specifications can be combined in a single command. 
 + 
 +If column NAME exists it is modified to TYPE and moved, if necessary, to column COLNUM. 
 +Otherwise, column NAME of type TYPE is added as COLNUM (COLNUM=0 or omitted, means last column). 
 +TYPE can be int, float, or text (default is text). 
  
 **See Also:**\\ **See Also:**\\
jvs/fscan/manual/chapter2/tableconfig.1395676309.txt.gz · Last modified: 2014/08/04 16:03 (external edit)