CSV File Output

CSV File Output

 
Report:  CSV, comma separated variable report output format
Option:  -C
Note: RSM version prior to 7.00 used -A for this feature.
Compound Options: 
-C -fa  Functions and Files
-C -fp  Function Points Derived from LOC
-C -i   Inheritance Tree
-C -s   File Summary
-C -Ta  Sorted Total Functions, Classes, Namespaces
-C -Tf  Sorted Total Functions
-C -To  Sorted Total Classes, Interfaces, Namespaces
-C -wW  Work file differentials
-C -w"x workfile.old, workfile.new"   Work file extraction
Compatible Options: RSM Option Cross Reference

Usage:
rsm -C -O"rsm_csv_file_summary.csv" -s *.h *.cpp
rsm -C -O"rsm_csv_fa.csv" -fa *.h *.cpp
rsm -C -O"rsm_csv_fa_fp.csv" -fa -fp *.h *.cpp
rsm -C -O"rsm_csv_fp.csv" -fp *.h *.cpp
rsm -C -O"rsm_csv_inheritance.csv" -i *.h *.cpp
rsm -C -O"rsm_csv_total_summary.csv" -Ta *.h *.cpp
rsm -C -O"rsm_csv_totalfunc_summary.csv" -Tf *.h *.cpp
rsm -C -O"rsm_csv_classes_summary.csv" -To *.h *.cpp
rsm -C -O"rsm_work.csv" -wW *.h *.cpp

Source:  C, C++, C# and Java
The report generated in automated processing mode is designed for input into other programs which can parse this report output.  Output is formatted in CSV and should be redirected to a file with this extension.