Hi All,

I have a requirement wherein I have to update  getHTTP URL dynamically.
Within that url I have 
a parameter called page whose value can vary from 1 to N number depending
upon no. of pages present.

My requirement is as such that  "nextInt()" would not be useful. I want to
define my own parameter like page.counter and increment it by 1 based on
some condition. For example in following URL page=1

https://api.stackexchange.com/2.2/posts?*page=1*&fromdate=1450224000&todate=1450310400&order=desc&sort=activity&site=stackoverflow

I want to dynamically update page no. and fetch the result.

Any pointers would be useful.

Thanks,
Shweta




--
View this message in context: 
http://apache-nifi-developer-list.39713.n7.nabble.com/How-to-dynamically-update-URL-in-GetHTTP-processor-tp5826.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Reply via email to