Skip to content

[Bug] - union_by_name=true raise un error with same column names but different case #16

Description

@Raul-rp

When we have several Excel sheets to read, union data by column name raise an error when it finds the same column name with different case.
Example:
Sheet1 with "costcenter" column name and Sheet2 with "CostCenter" column name.
Error :

Image

Tip: Standardise column names so : Transform header to lowercase and replace spaces with ‘_’.
"Cost Center" = "cost_center"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions