You'll need ...
Your Airtable API key is required to grant CSV Getter for Airtable permission to access the data in your base. It can be found under your account settings in Airtable.
Your Base ID is a short code of the format "appXXXXXX...." and is used to define which base your CSV Getter URL will be accessing. It can always be found in the URL when the base is open in the web.
You can use either your table ID or table name for the "table" field. Table ID is recommended.
You can use either the view ID or view name for the optional "view" field. View ID is recommended. Including a value for view will ensure your CSV rows are of the same order as the view you are used to using in Airtable.
Your URL will appear on screen! If there are any errors generated, check all the IDs you have entered are correct.
Use the dropdown to toggle different output types. This will toggle the parameter in your URL and toggle your output preview
You can now order and filter your columns by attaching the "cols" parameter to your unique URL:
"your_unique_url"?cols=x,y,z
OR
"your_unique_url"?cols=y,x
"your_unique_url"?equals=date|2022-01-01
This will only show data from the base where the field date equals 2022-01-01
Please reach out for any questions or feature requests.