Re: Incremental Fetch for RestAPI

2018-11-12 Thread Koji Kawamura
Hi Manee, It depends on the Client API on how to tell what the next response data set should be. That may be an additional query parameter such as last fetch timestamp, or something like HTTP etag header in most APIs. You can pass FlowFiles to InvokeHTTP to tell such parameters. Also, I

Incremental Fetch for RestAPI

2018-11-12 Thread Manee
Hi Team, I am new to NiFi .I have a task like .We need to fetch a data from Client API and stored into Postgresql My Flow ; InvokeHTTP -->>--SplitJson-->>--EvaluateJsonPath -->>ConvertJSONTosql--->>PutSql This is my flow is working fine but i need to make this as a incremental fetch from API