Hey @yashch1998 - how consistent is the data from the file?
1 - You can use a plugin or set up an API data type within Bubble (if the json is consistent) - see step 2
2 - Yes, once uploaded you can GET the file url to return the JSON in a usable way (using Bubble’s API Connector)
3 - What would you like to convert this to? Once you have a method to parse the data (step 1&2), you can create Bubble things, csv files or anything else you would like.
Could you please explain the 2nd point in more detail?
As I didn’t know how to make the GET call using the dynamic URL ( Since each time the json file is uploaded, a new URL is returned)