ibm-doors

Is there any way to import/export in/from DOORS automatically without DXL scripting


Is it possible to import or export automatically a file in DOORS(CSV, Excel, XML, etc.) with something like a command line?

Found a post from 2017 that stated the only way to do it was either manually or use some DXL scripting and parse trough the file/objects. Has anything changes since?

Took a peak inside some DXL helper manual but did not find anything related to import or export without any processing.

While we do have a team that could provide such DXL scripts, it will take a significant amount of time due to various reasons so I'm looking for a possible alternative that does not involve me learning how to create such DXL scripts.


Solution

  • Later Later Edit:

    Managed to work out some solution with DXL scripting. Created a DXL script that will export the entire document and i was able to run this DXL via command line.