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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Cherichoc-
Creator
Creator

use tRest to extract csv api file and add to database

I have an HTTP API link which extracts a csv file and load the data to a DB. Problem is I cannot use tFetchFile as our Architects says our sql server cannot link to internet , so tFetchFile component wont work on our sql server environment.

So i tried using tRest (not tRestClient) but cant figure a way to convert body column to the multiple columns on the csv file.

0693p00000AH7d6AAD.png 

Reason why i couldnt use tRestClient is cos I get HTTP 404 error , but with tRest i can read the data on the csv file from the link

Labels (5)
3 Replies
Cherichoc-
Creator
Creator
Author

@Xiaodi Shi​ 

Anonymous
Not applicable

@Phumla Qwabe​ , do you have the file content in body column? Can you please use a tLogRow after tRest to see what data it returns?

 

Regards

Shong

Cherichoc-
Creator
Creator
Author

The issue was with our firewall. Thank you