Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read EBCDIC file in talend 7.1 version

 
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

The EBCDIC component family has been deprecated since Talend version 5.6 and has been merged in with Talend Data Mapper in the newer versions of Talend.

You need to use a combination of Talend Data Mapper and a standard job.

  1. In TDM (Talend Data Mapper), create your structure to match and read your EBCDIC file, and complete your mappings for the output there.

  2. Use a standard DI job to load in the EBCIDIC file, and use a tFileInputRaw component to pass the input file to a tHMap component, which should be linked and referenced to your structure.

  3. Output the flow from the tHMap to an output file using a tFileOutputRaw component.

    For more information, see Data mapping in the Talend Help Center.

Talend also offers a hands-on training from the Training Administration Team, listed under TDM (Talend Data Mapper). Contact your Customer Success Manager to obtain the training.

Best regards

Sabrina

Anonymous
Not applicable
Author

It didn't work. let me know the some other solution.