Skip to main content Skip to complementary content

Exporting a sorted delimited file to Excel

Talend Studio allows you to export data to a Microsoft Excel spreadsheet through the tFileOutputExcel component.

Before you begin

Procedure

  1. In the Designer, add a tFileOutputExcel component.
  2. Right-click the tLogRow component.
    1. Select Row > Main
    2. Click on the tFileOutputExcel component to link the two.
  3. Double-click the tFileOutputExcel component.
    1. In File Name, enter the path and name for the output file.
    2. Optional: Select Include Header.
  4. In the Run view, click Run.

Results

The tFileInputDelimited component reads your delimited file, the tSortRow component sorts it, and the tLogRow component displays its content in the console. Meanwhile, the tFileOutputExcel component also exports the sorted data to an Excel spreadsheet.

What to do next

You can choose not to display content in the console (see Disabling a component).

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!