You can export the current document to a CSV file for offline editing or data analysis in a spreadsheet (MS Excel, Libre Office Calc, Google Sheets, etc.).
Summary of CSV features:
Note: Export DOCX, HTML or ReqIF files if you need to preserve rich text format or include attachments.
To export the current document to a CSV file, click File, mouseover Export, and select CSV File. You can then open the CSV file in MS Excel or another 3rd party tool.
Note: In the WebApp, the exported file CSV is saved in the browser download folder.
The exported CSV file contains following columns:
The conversion of exported data depends on the attribute type as follows:
The main purpose of the default CSV export is to provide all document data for other tools. Therefore it ignores the current view settings, such as visible columns, or view preferences (Edit > Preferences > View).
However, you can fully customize CSV export using custom export templates, see Export Using Custom Templates > Export CSV Format. For instance, you can export CSV files containing only selected attributes or link types to update them in MS Excel and import changes back into ReqView.
Example: Export verification links from test cases stored in the TESTS document to a CSV file.
Create a custom template which outputs test case IDs and list of verification links in the CSV format.
"id""verification" }
In ReqView, open the TESTS document. Click File, mouseover Export then click Custom Template. In the Export Using Custom Template dialog, choose Current document, press OK, and select the template created in the previous step and destination for storing the CSV file.
For another example describing how to export CSV files containing selected requirement attributes, see Export Using Custom Templates > Example Export Templates > CSV Export.
You can edit attribute values in the exported CSV file and import changed attribute values back to ReqView, see Import and Update Requirements From MS Excel > Roundtrip Synchronization.
You can create a data report in MS Excel based on the exported CSV file.
Example:
Export a ReqView document to a CSV file and place it on a shared network drive.
Create an Excel sheet with data analysis and reports (for example, pivot charts).
Connect the Excel sheet from Step 2 to an external data source given by the CSV file from Step 1.
Get a graph report based on the latest version of requirements data stored in an external CSV file: