To create text file layout using layout Builder, you need to upload the data file in Adeptia Connect.
Steps to create Text Layout
- Click Configure > LAYOUTS > Text.
- Click CREATE Text Layout.
- Define the Definition Mode either using definition file or entering the fields sequentially.
Using Import Definition File- Select Import Definition File.
- Select the type of file from the Definition File drop down list box.
Browse and upload the data file in Upload Data File field.
Click Continue.
- Select Enter the Fields Sequentially.
- Click Continue.
- On Table Data screen, type the name of each field in the Field Name text box.
- Type the original name of each field in the Original Name text box.
Select the type of data from the Data Type drop-down list. The supported data types for text Layout are:
Data Type
Description
String
Select this data type if the field accepts a string value.
Number
Select this data type if the field accepts a numeric value.
Date
Select this data type if the field accepts a Date or Date and Time value.
If data type is Date, select the date and time format from the Format drop-down list.
Click Save to save the table data.
- Select the Project from the drop-down list of Project. This option is visible only when GAC is enabled.
- Expand Advanced Properties to view the advanced properties of text layout.
- Type the row start position in the Row Start Position textbox. Row Start Position specifies which row of the text file is counted as first row.
For example, if you enter value as 5 in the Row Start Position, 5th row of the text file is counted as the first row. If this layout is used at source end, the data from the 5th row onward is taken for processing. - In case, you want to skip certain bottom row from the text file then define the row count from Bottom Row Skip Count field.
- Define the Character-set encoding for your text layout from the drop-down list of Character Set Encoding field. The available options are UTF-8, UTF-16, and ISO-8859-1.
In case, the data you are processing through Adeptia Connect contains characters that are a part of another character set encoding, for example, UTF-8, then you need to change the character set encoding. - Type the enclosing characters to remove from the data file while parsing in the Handle Enclosing Character. Currently, following enclosing characters are supported:
- Single Quote (')
- Double Quote (")
- Less than symbol (<)
- Greater than symbol (>)
Handling Enclosing Character is supported for source schema only. If Quotes Handling is checked true, the value of data file at the target schema will be appended with the enclosing character. Dynamic Header Present checkbox is an advanced feature of text layout, which is used to parse text, if:
FieldNames defined in the source layout and the Data Headers (Column Name) of the text file is same but not in the same order.
FieldNames defined in the source layout and the Headers of the text file is not same. They may or may not be in the same order.If the headers are not matched between Schema Definition and Source File then xml (output of layout) will only have Root rather than any Record entry. For instance, if the headers of the source layout are Id, Name, and Age and the headers of the data file are Emp Id, Emp Name, and Emp Age then the output of the layout will be blank.
On selecting the Dynamic Header Support checkbox, Allow Ignore case checkbox appears. Select Allow Ignore case checkbox to ignore the casing mismatches in the header of the layout and the data file.
- Select Quotes Handling check box to enable quotes handling.
When using Text schema at the target side, select the to enclose the target field values in double quotes. For example, "John","Smith".
Select Allow Less Fields check box to process the data in case the number of fields in the data file is less than the number of fields defined in the layout.
Select Remove Last New Line Record Separator check box if you want to remove the new line record separator from the target file.
When the number of fields in the data file is less than the number of fields defined in the schema then schema will not process the data and give an error during execution.
- When you select the Allow Less Field check box then layout generates an empty tag for fields that are not present in the data file.
- This option is applicable only when you use the schema at the source end.
In case the input data contains some characters that are invalid in XML then this may result in the aborted mapping. You can filter these invalid XML characters by selecting the Filter Invalid XML Characters checkbox.
- Type the row start position in the Row Start Position textbox. Row Start Position specifies which row of the text file is counted as first row.
- Once the required properties are defined, you can create the Table Data and Control Total Data.
Steps to define the Table Data:
- In File View Area, select the columns which you want to define as a header.
- Right-click and select New Table option to display the Table Data screen.
- On Table Data screen,
- You can edit the Field Name value. If reference layout is defined, click the field to get the suggestions based on the reference layout.
Select the type of data from the Data Type drop-down list. The supported data types for text Layout are:
Data Type
Description
String
Select this data type if the field accepts a string value.
Number
Select this data type if the field accepts a numeric value.
Date
Select this data type if the field accepts a Date or Date and Time value.
If data type is Date, select the date and time format from the Format drop-down list.
- Plain Text only is supported as Data Mode.
Click Save to save the table data.
You can see the created Table data in Details Panel.
Click button to open table data in data view panel. Also, click button to delete the table data.
Steps to define the Control Total
You can define the control total to parse a single column value to the source side. Before defining the control total value, you must specify these values:Define the Row Start Position in case you want to parse value in header. The value must be more than 1.
- Define the Bottom Row Skip Count in case you want to parse value in footer. The value must be more than 0.
- In File View area, select the columns which you want to parse to the source side.
- Right-click and select Control Total option to display the Control Total Data screen.
- Select the In Header button if you want to parse the value in header. Similarly, select In Footer button to parse the value in footer.
Define the row and column values.
In case, you have selected In Footer then you must update the Row value as per Bottom Row Skip Count value. For example, if you defined Bottom Row Skip Count value as 3 then row column value must be from 1 to 3 based on the selected row.- Click Save.
You can see the created Control Total in Detail Panel.
Click button to open control total in data view panel. Also, click button to delete the control total.
You can view the Control Total and Table Data in Data View panel by clicking Data View button from the toolbar. You can also edit and delete form this panel.
If you want to see the layout in XSD format, click XSD View button from the toolbar. You can also download the XSD file by clicking Download XSD button.
You can test the layout by clicking Test Layout button from the toolbar. Click here to get more details.
- Click Save to save the text layout.
Next Step