How to extract Test Cases and Scripts (with their steps) on RQM 2.0.1 in csv/excel?
One answer
There is no way to do so from the UI in RQM. You should be able to use the RQM Reportable REST API https://jazz.net/wiki/bin/view/Main/RqmApi to GET the test resources. Your client code would have to read the XML resource and generate a CSV file. See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios to get started.
Brett