CSV Write
Writes a data table to a CSV File.
| Parameter | Description |
|---|---|
| FileName | Output file to be written |
| NewLineType | New line type. CrLf is windows standard Lf is Unix standard |
| Table | Data table to be written out. This table can be pulled in by any command that can set StorageActionNet to No Storage. DBRead is one of these commands |
| WriteHeaders | First row is column |