How to iterate on same transform to fetch data in batches #5627
Replies: 4 comments 2 replies
-
Take a look at the samples. Specifically at the loops |
Beta Was this translation helpful? Give feedback.
-
Also the documentation |
Beta Was this translation helpful? Give feedback.
-
Diego's answer is the correct one - but it points to several different methods by which you could achieve this. |
Beta Was this translation helpful? Give feedback.
-
I know this is a bit late, you can do a loop using the repeat step on your main workflow, just call your module from there and define a loop terminator: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am new to Apache Hop and evaluating Hop as a replacement for my current ETL tool.
I am using "Rest Client" Transform to fetch data from a rest service and able to fetch the data.
That rest service provides data in pages. I want to fetch all the data for that I need to pass parameter page=1 then page=2 and so on.
how to achieve this in the Apache Hop.
Beta Was this translation helpful? Give feedback.
All reactions