FAQ
Common questions about TextQL.
Can TextQL execute SQL queries directly?
TextQL currently focuses on converting CSV/TSV to JSON, which you can then query using SQL tools like SQLite, DuckDB, or your preferred database. We're working on adding direct SQL execution in the future.
Does TextQL support TSV files?
Yes, TextQL automatically detects and parses tab-separated values as well as commas.
Is my data secure?
Absolutely. All conversions happen in your browser. Your data is never uploaded to a server.