Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescription
NameThe 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: '_'.
TypeThis 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
LengthFor 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.
OrderThe 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.
DescriptionDescription of the file column.

Anchor
validdateformats
validdateformats

Supported Date/Datetime Format Patterns

...

  • Number: The minimum number of digits. Shorter numbers are zero-padded to this amount.
  • Year: Numeric presentation for the year field are handled specially. For example, if the count of 'y' is 2, the year should be displayed as the zero-based year of the century, which is two digits.
  • Month: 3 or over, use text, otherwise use number.

Anchor
validtruefalsevalues
validtruefalsevalues

Supported TrueFalse Values

...