-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Assets - Import - Rearchitecture
-
1
-
Severity 3 - Minor
Issue Summary
When importing asset objects, a boolean attribute only accepts the values true or false. If a different value is provided (ex., Yes or No), the attribute is always set to False.
Steps to Reproduce
- Create an object type with a boolean attribute
- Create a CSV with the following data:
Name,Boolean TestA,0 TestB,1 TestC,Yes TestD,No TestE,True TestF,False
- Create an import using the CSV file, mapping the attributes accordingly.
- Execute the import.
- Observe that only the object TestE has the Boolean attribute set to True.
Expected Results
The attribute is set as True or False based on a Boolean value (yes, no, 0, 1, true, false).
Actual Results
The attribute is set as True only if the value provided is True. Otherwise, it will be set to False.
Workaround
Replace the boolean values with True or False.
- mentioned in
-
Page Loading...