Exporting a structure - 8.0

Talend Data Mapper User Guide

Version
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-03-28

Talend Data Mapper allows you to export your structures as CSV files or Avro files to enable you to work with the exported files in external tools.

Procedure

  1. Open the structure that you want to export.
  2. Click File > Export to open the Export window.
  3. Expand Data Mapper and select an export format, then click Next.
  4. Select the structure to export.
  5. Click Browse next to the To directory field and select the target folder for your structure.
  6. If you selected a Java export, enter the Java package name.
  7. Optional: Configure the other export options as needed.

    Example

    For the Avro export, the structure is exported with its default representation, and you can indicate whether you want to export only the row element or the whole structure.
  8. Click Finish.

Results

The selected structures are exported to the target directory.