**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 ❤️
Is your feature request related to a problem? Please describe.
When using
column: trueoption, we need to get the columns and it would be useful to have them as part asinfoobject.Describe the solution you'd like
Currently, I'm doing
parser.options.columnsbecause I saw in the code thatoptions.columnsis updated when reading the header line.