During import requirements from csv file, I have a message:
Bad object type when creating new record of type ''
The file I tried to import:
GUID$Name$Notes$Scope
{BF467CF6-FF97-4dd4-894C-3F09E713678C}$NameOfReq$description$Public
{71B26F9A-5418-499e-B635-F2DB158D3FF1}$Requirement1$$Public
{0}$Requir1$blah$Public
The first 2 lines (+ header) become from the existing requirements, and there are no problems with import.
The last line should create a new requirement object in the enterprise architecture, but there is a message mentioned above.
Any solution? What should the corresponding file look like to create (import from the csv file) new requirements?
source
share