mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

Custom fields order #176

Open prchann opened 4 years ago

prchann commented 4 years ago

Feature Proposal

Custom fields order. For example, input: { birth: '1992-07-07', name: 'perry' } output: name,birth perry,1992-07-07

Feature Use Case

Useful.