Get external json data in script task

Hello,
I would like to use a script task to get data from an external json ressource

I want to use a groovy script with JsonSlurper but i need to import the corresponding lib first.

Any ideas?

Thanks a lot

Jc

Hey Jc,

Why are you using the script task to get external JSON resource? Why don’t you use the HTTP Task?

Cheers,
Filip

Hey filiphr,
it works very well, thanks :slight_smile:
JC