Skip to content

readExcel: stringColumns argument fails to match columns that are automatically renamed due to duplication. #1791

@chimission

Description

@chimission

Library Version: 1.0.0-Beta4

When reading an Excel file (.xlsx) that contains duplicate column names (e.g., two columns named "label"), the readExcel function automatically renames the duplicates (e.g., label and label1) to ensure uniqueness.

I found that stringColumns is ineffective for renamed duplicates.

Inputting the original name (label) only affects the first instance.

Inputting the inferred renamed name (label_1) is ignored by the loader.

This leaves no declarative way to handle duplicate columns as strings during the initial load phase.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions