Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I have a script that loads xml.
in the from i have a query string [http://........../name=?&id=?]
i want to load into ?'s values from variables in my script..
hotw to?
Hi Loin, Just create a For Each Next Loop to Load the data from multiple files.
For Each i IN 1,2,3,4,
LOAD *
FROM [http://........../name=?&id=$(i)]
;
Next
Hi Loin, Just create a For Each Next Loop to Load the data from multiple files.
For Each i IN 1,2,3,4,
LOAD *
FROM [http://........../name=?&id=$(i)]
;
Next