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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sanjay5
Contributor III
Contributor III

Reading EBCDIC file

Hi All,

 

I am using BIG DATA Version 6.2.1

I tried to use tFileInputEBCDIC component to read EBCDIC file, which is not working.

Is this component deprecated?

If yes, Could you please let me know how can we work on EBCDIC file? 

Labels (2)
5 Replies
Anonymous
Not applicable

Hi,

The EBCDIC components have been deprecated several version ago to be replaced by Talend Data Mapper.
The old components have been published on Talend Exchange Portal and are provided as is, without support from Talend for version 6.0+

Best regards

Sabrina

Sanjay5
Contributor III
Contributor III
Author

Thanks Sabrina,

 

I have gone through Data Mapper.

Could you please help me with any example on how an EBCDIC file can be read using Data Mapper.

1. How a field from EBCDIC file can be read.

2. EBCDIC file can have Packed or COMP-3 fields, so can we read those fields.

 

Regards,

Sanjay

Sanjay5
Contributor III
Contributor III
Author

Just to add some more clarity:

 

  1. My Requirement is to read data from EBCDIC file.
  2. Perform Encryption using some components like tRest or using tSystem.
  3. Write into output file.

 

I am not sure how that would be done using Data Mapper

Anonymous
Not applicable

Hi,

Please refer to document about:https://help.talend.com/display/TalendDataMapperUserGuide63EN/17.+Mapping+COBOL.

Best regards

Sabrina

Sanjay5
Contributor III
Contributor III
Author

Hi Sabrina,

 

I have gone through the document.

I am not sure what is the actual purpose of mapper. and whether the Structure created by mapper can be used in actual talend jobs.

I can create structure using COBOL importer, after that what should I do with that Structure. Maps can be used to map data from Input Structure to output Structure, but that does not provide me any capability to read the data and then use that data in any other component to perform any kind of transformation on data.