Export Query Results
exportRun a SELECT query on an Android SQLite database and save the results to a local file as JSON or CSV.
Instructions
Execute a SELECT query and export results to a local file as JSON or CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL SELECT query | |
| format | Yes | Output format: json or csv | |
| database | Yes | Database filename (e.g. app.db) | |
| file_path | Yes | Local file path to write results to |