Built for developers, by XinhND

v2.1.0

SQL Result Converter

Convert SQL query results (copied from Sequel Ace) to JSON, CSV, or PHP array format

SQL Result Input
Paste your SQL query result here (copied from Sequel Ace)
List Result
3 rows × 4 columns — full width for easier viewing
Record #1
id:1
name:John Doe
email:john@example.com
created_at:2024-03-20 10:00:00
Record #2
id:2
name:Jane Smith
email:jane@example.com
created_at:2024-03-20 11:30:00
Record #3
id:3
name:Bob Johnson
email:bob@example.com
created_at:2024-03-20 14:15:00

💡 Pro Tips

• Copy the query result directly from Sequel Ace (including headers)

• Make sure the data is tab-separated (default in Sequel Ace)

• The first row should contain column headers

• Choose Result (list view), JSON, CSV, or PHP array output format based on your needs