Property | S/T | Description |
MaxRecordLength | S | This specifies the maximum record length of the data. The default is 32700 bytes. |
ShortLastRecord | S | If set to true, short reads are ignored on the last record of the file. In other words, the last record is processed even if the End of File (EOF) is reached before reading the end of the record. The default is false. |
StartOffset | S | If your source data file starts with characters that need to be excluded from the transformation, set the StartOffset option to specify at which byte of the file to begin. The default value is zero. The correct value may be determined by using the Hex Browser. For a list of the 256 standard and extended ASCII characters, search for "hex values" in the documentation. Note: This property is set in number of bytes, not characters. |
OccursPad | S | When using COBOL files, you may have fields of variable length. If so, you may specify how to fill the field with pads to a fixed length. The default is None. The following options are available: • None (which leaves the fields uneven) – Default • End of Record (which fills the remainder of the record with your specified pad character) • Within Group (which fills the field with your specified pad character) |
CodePage | S/T | This translation table determines which encoding to use for reading and writing data. The default is ANSI, the standard in the US. |