I want to access data from a rest API using pentaho data integration and save the result into a table.
I am using the following steps:
- Generate rows step
- Rest Client
- JSON input
- select values
- Table output
The API I want to access take a date as an argument.
My Question is here:
How can I automatically change date in the url (generate row step) so that I can get data of many dates at a time. With one date the transformation works fine.
Note that the first part of the url was intentionally changed. Now I want to dynamically change that dates.