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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extract delimited fields from tHttpRequest in order to Map them

Hi,
I'm trying to use the tFileOutputDelimited "output stream" option to extract delimited fields from a tHttpRequest and to map the result using a tMap component.
I have been reading an example on the following page :
 but I was wondering if there is a way not to create any file into my computer.
In that case, the job would look like :
tHttpRequest (Write response content to file: Unchecked --> tFileOutputDelimited(Use OutputStream: Checked) --> tMap --> tLogRow
I have also been trying to use a tExtractDelimitedFields component instead of using tFileOutputDelimited but without success.
NB : The result displayed into the console using tHttpRequest and tLogRow directly looks like : 
1;Test1;0;0.00;0.00
2;Test2;1;2.01;2.00
...
Could you please let me know if there a way not to create a file into my computer using "Write response content to file" option ? 
Thank you in advance for your help.
Best regards
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello
tHTTPRequest returns a string data, you just need to use tExtractDelimitedFields to extract values from the returned string. Can you upload a screenshot of tExtractDelimitedFields settings?
Regards
Shong