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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
bschwarz
Partner - Contributor II
Partner - Contributor II

Output raw (binary) data to a file

Hi !

I finally managed to access and download an Excel file from a SharePoint server, and now I would like to use it.

I know components such as tFileInputExcel allow to read the content of an excel sheet from a file, but I couldn't find anything to read the content from a (talend) flow. Therefore I resorted to write the flow to a temporary file which I'll then open with tFileInputExcel.

I did the file writing in a tJavaFlex, using an OutputStream, but I would like to know if there is a "cleaner" way to do that using a Talend component. In particular I didn't manage to use neither tFileOutputRaw nor tFileOutputDelimited for that.

Any thought on the subject ?

bschwarz_0-1780476813655.png

 

Labels (4)
1 Solution

Accepted Solutions
bschwarz
Partner - Contributor II
Partner - Contributor II
Author

Sorry for the disturbance, actually you can directly save the file from the tHTTPClient component

bschwarz_0-1780491690038.png

View solution in original post

1 Reply
bschwarz
Partner - Contributor II
Partner - Contributor II
Author

Sorry for the disturbance, actually you can directly save the file from the tHTTPClient component

bschwarz_0-1780491690038.png