Support Exporting D1 Data in JSON & CSV Formats with Encoding Options #13223
dev-itzarun
started this conversation in
Feature Requests
Replies: 2 comments
-
|
Any Updates Regarding this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any Updates Regarding this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
Currently,
wrangler d1 exportsupports exporting schema and data in SQL format only.It would be very helpful if
wranglercould support alternative export formats such as JSON and CSV, with encoding options like UTF-8.This would simplify integration with analytics tools, data migration pipelines, and applications that require structured data without the need for additional SQL parsing.
✅ New Proposed Options
Export full D1 database in JSON
Export single table in JSON
Export full D1 database in CSV (UTF-8 encoding)
Export single table in CSV (UTF-8 encoding)
Benefits
👉 This feature would bring first-class data portability to Cloudflare D1 and save developers from building custom export utilities.
Beta Was this translation helpful? Give feedback.
All reactions