How columns are generated
Object keys from the first row become SQL columns. Each object becomes one VALUES tuple.
Tip
Use consistent keys across rows to avoid missing values. Always verify generated SQL before running against real data.
Convert one JSON object or an array of objects into SQL INSERT statements.
1 lines · 1 words · 75 chars
4 lines · 13 words · 86 chars
Object keys from the first row become SQL columns. Each object becomes one VALUES tuple.
Use consistent keys across rows to avoid missing values. Always verify generated SQL before running against real data.