Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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à!
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à!