You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to parse a csv with duplicate column names and config header: true will rename duplicate headers but will not add the information in the meta properties of the parse result.
To Reproduce
Please provide the necessary steps to reproduce the unwanted behaviour.
Describe the bug
Trying to parse a csv with duplicate column names and config
header: true
will rename duplicate headers but will not add the information in the meta properties of the parse result.To Reproduce
Please provide the necessary steps to reproduce the unwanted behaviour.
Expected behavior
According to the documentation, I should see something in
ParseResult.meta.renamedHeaders
Software and platform
Additional context
I'm using ngx-papaperse v8.0.0
The text was updated successfully, but these errors were encountered: