Unable to import requirement updates in DOORS NG
Hello
I have exported a view from a requirements module in DOORS NG in the form of a .csv file. The view has 5 attribute columns. I have updated some existing requirement attributes in the csv file . WHen I try to import the csv file back into DOORS, the import is successful. But the requirement attributes do not seem to be updated in the tool. please help.
2 answers
Hello Lakshmi,
Are the attributes multi-value enumerated data type?
If so, there is a known issue in 6.0.1:
CSV Round-trip does not handle enumerated values
It is fixed in 6.0.2.
The problem happens if the enumerated value is empty when you try to import CSV to update it. In other words, if the value is set in the attribute, the import will successfully update the value.
I hope this helps.
Best regards,
Diane
Are the attributes multi-value enumerated data type?
If so, there is a known issue in 6.0.1:
CSV Round-trip does not handle enumerated values
It is fixed in 6.0.2.
The problem happens if the enumerated value is empty when you try to import CSV to update it. In other words, if the value is set in the attribute, the import will successfully update the value.
I hope this helps.
Best regards,
Diane
Just in case you are using an older version, have you seen this wiki:importing and exporting data using CSV files