Skip to content

Empty column name bug #797

@SmiteDeluxe

Description

@SmiteDeluxe

Describe the bug

When having an empty column name, the Runner request for the Table placeholder returns a table where the name is "column_0", if I use just the columnNames attribute in sds it prints "". Then when making a call based on column name "column_0" it throws an error that that column could not be found.
When there are multiple columns that have no name they are named "_duplicated_0" and so on, but the anomaly here is that they are also called that in the columnNames print, not only in the Table placeholder like the first occurence.

To Reproduce

See Description.

Expected behavior

To have a standard name that you can address the column by from everywhere for empty column names.

Screenshots (optional)

image
image

Additional Context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions