Field | Description |
---|
Name | The name of the column. The attribute will be referred by this name elsewhere in PhixFlow. This can contain any combination of letters and numbers, and the characters: '_'. |
Type | This can be one of:- String
- Integer
- Float
- Date - please see valid href="#validdateformats">Date Date formats
- Datetime - please see valid href="#validdateformats">Datetime Datetime formats
- TrueFalse - please see valid href="#validtruefalsevalues">TrueFalse TrueFalse values
|
Length | For a String, the maximum length of the String. For an Integer, the maximum number of digits. Note that for a comma-separated file it is not necessary to set field sizes; only the field sizes of the fields in the stream that this collector will write to are important. Of course, for a file with fixed length records it is crucial to set the fields lengths correctly. |
Order | The order in which the attributes are placed. This must match the order of the fields in the files that will be read by this file collector. |
Description | Description of the file column. |