Upload a CSV file to generate a url like https://api.csvgetter.com/xyz789abc
/xyz789abc?sql=select * from csvgetter | Returns all of your CSV data (in json or file download, depending on your URL settings.) |
/xyz789abc?sql=select * from csvgetter limit 5 | Returns the top 5 rows of your CSV data |
/xyz789abc?sql=select count(*) from csvgetter | Returns the number of rows in your CSV data |
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.