CSV or SQL?

Should I export data to CSV or SQL?

We encourage you to use SQL wherever possible, as it's more scalable as you grow. Namely, refreshing data from a database is much faster than importing CSV files, and you can even merge duplicate entries with SQL exports, which is not possible with CSV.

However, if you're a small organization or don't have access to a SQL database, CSV exports offer the same data output.