Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
didine
Contributor
Contributor

Select * from Rest get connexion JSON

Hello , i have a connexion REST (GET) 

RestConnectorMasterTable:
SQL SELECT
"__KEY_root",
(SELECT
"Code_Article",
.
.

.

.

.

.

.


"__FK_value"
FROM "value" FK "__FK_value")
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION(
url "$(vURL)",
HTTPHEADER "$(vheadder)" "$(vValue)"
);

I would like to load all the fields, to be able to create a foreach, because I have lot of tables, but the select *  from does not work, can you help me please

Labels (1)
0 Replies