CSV & Excel Files
The application can read CSV files and Excel spreadsheets from any accessible URL.
If the target Excel workbook contains multiple sheets, the first sheet will be used.
Both the CSV and Excel query runners use YAML syntax to write queries.
Your query should include a url
key and optionally a user-agent
key that will be sent with your request.
To query Excel or CSV files with SQL, you can use the SQLite query runner with Inverse Watch as a data source in a separate query.
Last updated