Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to download JSON files from live feed?

avatar
New Member

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
New Member

@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.