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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions