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
When importing a CSV file with non unique header names into Excel it will add _#. In this example it will create the following headers: type | part | part_1
Expected Behavior
When importing a CSV file with non unique header names into Excel it will add
_#
. In this example it will create the following headers:type | part | part_1
Actual Behavior
It looks like it overrides the previous column with the same header name.
How Do We Reproduce?
Use the examples from above or see this sandbox
https://codesandbox.io/s/read-file-node-ejs-forked-pqmqrm?file=/src/index.js
The text was updated successfully, but these errors were encountered: