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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sri_21
Contributor
Contributor

Converting .nc file to a csv file

Hi team,

Is it possible to convert a file which is .nc format to a csv file using a open source talend DI tool 6.1. I tried with tfileinputraw in which it reads as a string or a bytes array but the data is not populated. Is there any possible way to view the file in talend using any input component.

 

Regards

SS

 

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

There is some specialized tools to convert .nc files to others formats.

So, if you know how to deal with the .nc format, you probably can do it with some Java code (using a tJava family component).

Else, maybe you can find a free converter to be called using tSystem, then get the resulting csv file, et voilà!

View solution in original post

1 Reply
TRF
Champion II
Champion II

There is some specialized tools to convert .nc files to others formats.

So, if you know how to deal with the .nc format, you probably can do it with some Java code (using a tJava family component).

Else, maybe you can find a free converter to be called using tSystem, then get the resulting csv file, et voilà!