Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to download JSON files from live feed?

avatar

I have looked in to the following template by @Matt Burgess, which works fine for storing the data on my machine.

https://gist.github.com/mattyb149/6c09608b09ea07639e1a

I have tried to save json file from https://thingspeak.com/channels/64519/feed.json.

From InvokeHTTP ---> PutFile is not receiving any data.

I am new to NIFI, i might be missing something.

1 ACCEPTED SOLUTION

avatar

@Jay See I could get it working without SSLContext Service. Please see attached. Can you please post screenshot of your InvokeHttp processor with configuration ?


nifi1.pngnifi2.png

View solution in original post

10 REPLIES 10

avatar

@Shishir Saxena, I haven't done much. I have just used the code from here https://gist.github.com/mattyb149/6c09608b09ea07639e1a.

Changed the link. I have tried similar to your example as well, it is not working on my machine.