|
Ascii Output Files & Tables
When Output Type=AsciiFile, a TAB delimited ascii file will be created.
- The TAB delimiter is the ascii char 9 (decimal) - 09 HEX
- The 1st row contains the field names.
When Output Type=AsciiTable, an ascii file containing data in a table will be created.
If a field on the SQL table contains the NULL value, in the ascii file you will find an empty string ("")
A DateTime field will be translated in a date + time string in the format: yyyy-mm-dd hh:mm:ss
|