Proposal
Emit detected column types and an exportable schema.
turbocsv schema data.csv --format json-schema
turbocsv schema data.csv --format ts # TypeScript interface
Notes
- The type-coercion engine in
src/ts/row.ts already does the detection work.
Acceptance
Proposal
Emit detected column types and an exportable schema.
turbocsv schema data.csv --format json-schema turbocsv schema data.csv --format ts # TypeScript interfaceNotes
src/ts/row.tsalready does the detection work.Acceptance