Importing data
Import data into your Xano Workspace
We are working on a number of different wants to easily bring data into Xano. Below are methods we currently support:
SQL / PostgreSQL
Migrate your SQL database to Xano by exporting tables to CSV files and using Xano's CSV import.
Send a CSV to XANO with Parabola
JSON Import
Supported using the External API request in the function stack or by creating a variable and using the import JSON feature to add it to your database. If your JSON is a list (array) then you will need to iterate through the list with a loop in order to add records to the database.
YAML Imported
Supported using the External API request in the function stack
Last modified 1yr ago