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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to recover data source after tRESTClient

Hi,

I need your help. I have a job simple with tRESTClient. I have a source file with columns ID, Address, Zip code and Town. I also have the module tRESTClient with input parameters Address, Zip code and Town and output parameters latitude and longitude. My problem is that I need the ID of the source file to match the data in the database.0683p000009LyHm.pngI tried using tHashOutput and tHashInput but I get number rows * number rows of file.

 

Is there any way to pass the ID data through the module to match the output data well?

Any help would be greatly appreciated.  Thanks!!

Labels (3)
1 Solution

Accepted Solutions
fdenis
Master
Master

insert tMap on the green Line add an output field feed it with the name of row1 data.

 

row1.MyData

View solution in original post

5 Replies
fdenis
Master
Master

looking at he code you may use row1.xxx data after tRestClient.

aashish_21nov
Creator
Creator

Hi @dsoulalioux

you can do so with the help of context variable. Also no need to use any other component.

Anonymous
Not applicable
Author

I do not know where I can use row1.xxx can you give me a clue?
fdenis
Master
Master

insert tMap on the green Line add an output field feed it with the name of row1 data.

 

row1.MyData

Anonymous
Not applicable
Author

Thanks!! Fdenis and Aashish.
Muchisimas gracias