Import Requirements from CSV File

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?

+3
source share
3 answers

For Type, you must enter Requirement ... nothing else! And make sure your separator is a comma ... otherwise the import will not work either.

+6

, , google . , , .

:

  • 1: CSV "" ""
  • 2. EA -

/:

Import/Export-Specification "", . , CSV , . " " FOOBAR " . import-export , EA " " (" FOOBAR").

, , .

0

, "" CVS

0

Source: https://habr.com/ru/post/1749539/


All Articles