Hi,
I have an API which takes page_no and page_size as parameter for pagination.
API response is not a json data or had a records in list/array but a Binary Byte array as string.
API returns a zip file.
In response header it has total_pages, page_no and page_size.
In streamsets for pagination with page number we have to provide result field path for incrementing to next page number. which is not possible in my case.
refer doc https://learn.ocp.ai/guides/exports-api
Could anyone please suggest solution for it.