SQL query on CSV file

*demo mode: data auto-deleted after 1 hour.

How does it work?

Upload a CSV file to generate a url like https://api.csvgetter.com/xyz789abc

/xyz789abc?sql=select * from csvgetterReturns all of your CSV data (in json or file download, depending on your URL settings.)

/xyz789abc?sql=select * from csvgetter limit 5Returns the top 5 rows of your CSV data

/xyz789abc?sql=select count(*) from csvgetterReturns the number of rows in your CSV data

More examples
Want to learn more?

We have guides about how to use our app. Please also see our documentation to learn more examples of URL parameters and how you can use CSV Getter to connect to Airtable, Notion, and uploaded CSV files.