This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
When using column: true option, we need to get the columns and it would be useful to have them as part as info object.
Describe the solution you'd like
Currently, I'm doing parser.options.columns because I saw in the code that options.columns is updated when reading the header line.
Thanks for this amazing CSV parser ❤️