|
DestinationFilename | | (Required) The full path and name of the destination file. |
EtlElementID | | Enter the ID of the Extract or Transform element that contains the data to be processed.
If this attribute does not have a value, then the system will use the data from the last Extract or Transform element. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
RowDelimiter | | The character or string used to terminate each row of data in a text file. For best results, the character used should not be found within the data.
If left blank the default delimiter is a line feed (Lf).
Lf = End each line of data with just a line feed (Default).
Cr = End each line of data with just a carriage return.
CrLf = End each line with a carrage return and line feed.
|