-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Milestone
Description
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)
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog

