Element Details: Save+Data.Fixed
 Back


Available in: Logi Info Source code name: SaveData.Fixed

Saves data to an fixed format file.

Requires FixedField elements to define the order and layout of each field within the file.

Date and Text fields are padded on the right. Boolean data types are converted to a 1 (true) or 0 (false). Numeric fields are padded on the left.

You can reference the number of rows saved in the file with an ETL token.

For Example:
@Etl.mySaveDataID.rdRowCount~



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
DestinationFilename
UserDefined
(Required) The full path and name of the destination file.
EtlElementID
UserDefined
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
UserDefined
(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
UserDefined
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.



PARENT ELEMENTS

Click element to drill down for more information.

Etl Job
If
If ETL Error
If File Exists
If Folder Exists Loop.Data Layer Rows


CHILD ELEMENTS

Click element to drill down for more information.

Fixed Field


 Back to top


 Chart Debug