Hello, I’m new with Ataccama and I have a simple problem. I want call a Rest service:
https://api.bulkemailverifier.com/api/a/v1?key=xxxxxxxxxx&email=myemail.com
I’m using the JSON Call step and If I put the full URL with my email it’s working, but now I want read the emails forma txt file and I don’t know how to make the url dynamic.
In the step I have 3 parameters:
URL: Resource I set it as https://api.bulkemailverifier.com/api/a/v1?key=xxxxxxxxxx&email=
Method: GET
URL: HERE IS WHERE i DONT KNOW WHAT TYPE. I have tried a lot of combinations without success
The input file has one column with the mail: src_mail
Thanks