Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Soumya_M
Contributor
Contributor

ASN file in Talend

Can we read asn file in talend just like excel or .csv ? if not a direct component to read is there a alternate way to read It ?

Labels (2)
4 Replies
Alicehatley
Contributor II
Contributor II

Hello,

 

In Talend, there is no direct component specifically designed to read ASN (Abstract Syntax Notation) files like you would read Excel or CSV files. However, there are alternative ways to read ASN files in Talend.

 

One approach is to use a custom Java code within Talend to parse and read the contents of the ASN file. You can create a custom component or use the tJava component to write Java code that handles the parsing logic for the ASN file. This approach allows you to leverage Java libraries or custom code to extract the required data from the ASN file.

 

Another option is to convert the ASN file to a different format that can be easily read by Talend, such as CSV or XML. There are external tools or libraries available that can help you convert ASN files to these formats. Once the ASN file is converted, you can use Talend's built-in components for reading CSV or XML files to process the data.

 

Remember that the approach you choose may depend on the structure and complexity of the ASN file, as well as the specific requirements of your data integration workflow in Talend.

 

I hope this helps you.

 

 

 

Soumya_M
Contributor
Contributor
Author

That helps, thank you @Hernandez Clyde​ 

Anonymous
Not applicable

Hello

ASN.1 is really specific use case. We still are tracking demand for this type of connector.

You could do using esb routes but sometime need external or custom library to unmarshel the binary files.

Data mapper can be option but when complex records comes in asn 1.0 not sure how easy it is to us.

Please have a look at this sample esb but PS might have more concrete and implemented one.

0695b00000hspvDAAQ.pngBest regards

Sabrina

Soumya_M
Contributor
Contributor
Author

Hi @Xiaodi Shi​, thank you for your response. It would be helpful if you brief about the components used in the above talend job