Delimited File Destination

Centerprise Delimited File Destination provides the functionality to write data to a delimited file. Delimited File Destination gives you the ability to control the structure and content of file including numeric, date, and Boolean formats, encodings, text qualifiers (quotes), and character sets. You can choose to create a new file or append data to an existing file.

Configuring Delimited File Destination Object

  • To get a Delimited File Destination object from the Toolbox, go to Toolbox > Destinations > Delimited File Destination. If you’re unable to see the toolbox, go to View > Toolbox or press Ctrl + Alt + X.

../_images/110.png

  • Drag-and-drop the Delimited File Destination object onto the designer.

../_images/26.png

The dragged destination object is empty right now. This is because the object has not been configured yet.

Mapping

For a delimited destination object to work, data fields should be mapped to the object so that the mapped data can be written to the destination.

  • Configure the source object and place it onto the designer next to the Delimited File Destination object.

    Note: In this case a Customers sample table has been used from a Database Source to write to the Delimited File Destination.

../_images/32.png

  • Now map the source object to the destination object. The following ways can be used for mapping:

    i. By dragging and dropping the parent nodes onto each other for automatic mapping.

../_images/42.png

ii. By mapping the source parent node by dragging it to the destination parent node manually.

../_images/52.png

iii. By directly writing the source layout to a Delimited Destination through the source context menu of its parent node.

../_images/61.png

  • The fields are now mapped.

../_images/72.png

Configuration

1. To configure the Delimited File Destination object, right-click on the header, select Properties from the context menu and a dialog box will open.

../_images/82.png

Select the Properties option from the context menu and a dialog box will open.

../_images/92.png

2. Provide the File Path. This is where the delimited destination file will be saved.

../_images/103.png

3. The dialog box has some other configuration options. Let’s go over these options:

  • Options:

    ../_images/111.png

    • If the source File Contains Header, check the box to read headers from the source file.

    • Field Delimiter box - Allows to select a delimiter from the drop-down list for the fields.

    • Record Delimiter box - Allows to select the delimiter for the records in the fields. The choices available are carriage-return and line-feed combination, carriage-return and line-feed. You can also type the record delimiter of your choice instead of choosing the available options.

    • Encoding box - Allows to choose the encoding scheme for the delimited file from a list of choices. The default value is Unicode (UTF-8)

    • A Text Qualifier is a symbol that identifies where text begins and ends. It is used specifically when importing data.

    • Apply Text Qualifier to all Fields will add the specified qualifier to all the fields that have been mapped

      Say you need to import a text file that is comma delimited (commas separate the different fields that will be placed in adjacent cells).

    • Use Null Text to specify a certain value that you don’t want in your data and want it to be replaced by a null value.

    • Choose Append to File (If Exists) to append to an existing file or create a new file. Creating a new file will overwrite any existing file data.

    • Check on Hierarchical Destination when the data in the source file needs to be sorted into hierarchies in the destination file.

    • Check on Write to Multiple Files for the data to be saved to multiple files instead of one single file. This can be done within a single dataflow through the destination object and supporting transformations.

4. Once the data reading options have been specified on this screen, click Next.

../_images/121.png

The next screen will show a Layout Builder. On this screen, the layout of the delimited destination file can be modified.

../_images/131.png

  • To add a new field to the layout, go to the last row of the layout (Name column), which will be blank and double-click on it, and a blinking text cursor will appear. Type in the name of the field to be added and select the subsequent properties for it. A new field will be added to the source layout.

    ../_images/141.png

    Note: Adding a new field (Email) to the layout.

  • To delete a field from the layout, click on the serial column of the row that is to be deleted. The selected row will be highlighted in blue.

    ../_images/152.png

    Note: Deleting the Fax field from the layout.

  • Right-click on the highlighted line, a context menu will appear in which will have the option to Delete.

    ../_images/161.png

    Selecting delete will delete the entire row.

    ../_images/171.png

    The field is now deleted from the layout and won’t appear in the output.

  • To change the position of any field and move it below or above another field in the layout, select the row and use Move up/Move down keys.

    Note: Find the Move up/Move down icons on the top left of the builder.

    ../_images/181.png

    For example: To move the Country field right below the Region field, select the row and use the Move up key from the 9th row to the 8th row.

    ../_images/191.png

    ../_images/201.png

5. Once the object layout is configured, click Next. A new screen will appear -Config Parameters, which allows to further configure and define parameters for the delimited destination file.

Parameters can provide easier deployment of flows by eliminating hardcoded values and provide an easier way of changing multiple configurations with a simple value change.

Note: Parameters left blank will use their default values assigned on the properties page.

../_images/211.png

6. Next a General Options screen will appear. On this screen:

  • Comments can be added.
  • General Options are given, which relate to processing of records in the destination file.

../_images/221.png

7. Click OK.

../_images/231.png

The DelimitedDest object is now configured according to the changes that were made in the properties window.

Note: The changes that were made in this case are:

  • Added a new field -Email in the layout.
  • Moved the Country field below the field Region field.

../_images/241.png

The Delimited File Destination object is successfully configured and the destination file can now be created by running the dataflow.