Help

Re: JSON Export App/Block

640 0
cancel
Showing results for 
Search instead for 
Did you mean: 
ABC_Admin_Compa
4 - Data Explorer
4 - Data Explorer

I am looking to export data from my airtable into JSON format. I am working with a Firebase Application, and I want to be able to collect data in AirTable, export it, and then dump it into a Firebase JSON based Database.

Has anyone written a script/block/app that takes appdata and puts it into a JSON format?

Thank You

1 Reply 1
IanYanusko
6 - Interface Innovator
6 - Interface Innovator

If it's a one-time thing you can probably just run a curl command. 

I built Bracket to do this exact thing. You just have to input your Airtable API key and connect it to your Firebase. It handles syncs in either direction too. So sending data to Firebase in JSON format or sending data in JSON from Firebase to a relational format in Airtable is possible

There's also features that you can customize. If you only want to sync certain fields in two directions and make other fields read-only in Airtable, or if you want to write queries to make the data you pull into Airtable very customizable, then that's all possible!