| CSV file | CSV file you would like to query using SQL | File | Yes | |
| SQL query | A SQL query to perform on the provided CSV. Your primary table will always be referenced as CSV. Example: Select * from CSV | Text (Long) | Yes | Select * from CSV |
| Columns do not have headers? | If selected, the headers will be referred to as Col1, Col2, etc | True/False | No | |
| Separator | The character used to separate columns in the CSV. Will default to , | Text (Short) | No | , |
| Quote character | The characters used to indicate a string in the CSV. Will default to “ | Text (Short) | No | “ |
| Output filename | Optional custom filename for the output CSV file | Text(Long) | No | sample.csv |