Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Cannot Reproduce
-
Xray Cloud - v4.10.6
-
Standard
-
Description
Description
Failure occurs when importing a dataset that contains an empty value in the last column when it's created from an export.
How to reproduce
- Create a dataset and add two columns
- first one with value second one empty
| A | B |
|---|---|
| A | |
| A | V |
File for testing:
Test_File.csv
Expected result
The import should work
Workaround
Add a space to that empty value validates the import