Procedure - 7.3

Mail

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Messaging components (Integration) > Mail components
Data Quality and Preparation > Third-party systems > Messaging components (Integration) > Mail components
Design and Development > Third-party systems > Messaging components (Integration) > Mail components
Last publication date
2023-06-12

Procedure

  1. Drop a tFileInputMail and a tLogRow component from the Palette to the design workspace.
  2. Connect the two components together using a Main Row link.
  3. Double-click tFileInputMail to display its Basic settings view and define the component properties.
  4. Click the [...] button next to the File Name field and browse to the mail file to be processed.
  5. Set schema type to Built-in and click the [...] button next to Edit schema to open a dialog box where you can define the schema including all columns you want to retrieve on your output.
  6. Click the plus button in the dialog box to add as many columns as you want to include in the output flow. In this example, the schema has four columns: Date, Author, Object and Status.
  7. Once the schema is defined, click OK to close the dialog box and propagate the schema into the Mail parts table.
  8. Click the [...] button next to Attachment export directory and browse to the directory in which you want to export email attachments, if any.
  9. In the Mail part column of the Mail parts table, type in the actual header or body standard keys that will be used to retrieve the values to be displayed.
  10. Select the Multi Value check box next to any of the standard keys if more than one value for the relative standard key is present in the input file.
  11. If needed, define a separator for the different values of the relative standard key in the Separator field.
  12. Double-click tLogRow to display its Basic settings view and define the component properties in order for the values to be separated by a carriage return. On Windows OS, type in \n between double quotes.
  13. Save your Job and press F6 to execute it and display the output flow on the console.

Results

The header key values are extracted as defined in the Mail parts table. Mail reception date, author, subject and status are displayed on the console.