This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
platform:format [2014/02/17 04:17] asok [Supported Data Formats] |
platform:format [2014/02/17 04:31] (current) asok [Supported Data Formats] |
||
---|---|---|---|
Line 71: | Line 71: | ||
str mytable="cacus" | str mytable="cacus" | ||
int records_to_skip=5 | int records_to_skip=5 | ||
+ | str mycolumns="xcus,xorg,xshort" | ||
format "catest", "load" | format "catest", "load" | ||
Line 85: | Line 86: | ||
====Supported Data Formats==== | ====Supported Data Formats==== | ||
- | Currently supported data formats are: **fixed**, **text**, **csv**, **xls** and **xlsx**. When the format is not specified, the system will assume format based on file extension. | + | Currently supported data formats are: **fixed**, **text**, **csv**, **xls** and **xlsx**. When the format is not specified, the system will assume a format based on the file extension. |
For text format, you also need to specify **fdelimiter** (field delimiter) and **rdelimiter** (record delimiter) properties. | For text format, you also need to specify **fdelimiter** (field delimiter) and **rdelimiter** (record delimiter) properties. |