You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when an arc table data cell is converted into excel values, no additional proeprty data columns are generated because those must exist beforehand (based on the current code, see snippet)
To Reproduce
Steps to reproduce the behavior:
Create Annotation Table in Excel
Rename Column to Output / Input [Data]
Click the convert button in the Building Blocks slide of Swate - Excel
No Additional Data Columns are generated, only the Column Name is changed
Expected behavior
When an Input / Ouptut freetext cell is converted into a data cell, the additional property data columns shall be created. When all cells are freetext, the additional property data columns shall not be added but when at least one cell is data, the additional property data columns shall be added.
Screenshots
property data columns
The text was updated successfully, but these errors were encountered:
Swate in Excel wants to give the user the option to convert their "Output/Input [Data]" columns to have data cells or freetext cells.
Currently. If these cells are transformed to Data cells they are "empty" data cells as the user was not yet able to create any data specific information. Due to the cells not having Format or SelectorFormat, the columns are not created.
If there is no reason for the if hasFormat and if hasSelectorFormat conditions they should be removed to enable this functionality for Swate in Excel.
Describe the bug
Currently, when an arc table data cell is converted into excel values, no additional proeprty data columns are generated because those must exist beforehand (based on the current code, see snippet)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When an Input / Ouptut freetext cell is converted into a data cell, the additional property data columns shall be created. When all cells are freetext, the additional property data columns shall not be added but when at least one cell is data, the additional property data columns shall be added.
Screenshots
property data columns
The text was updated successfully, but these errors were encountered: