Running Siebel ARM Data CSV Conversion
This topic is part of Analyzing Siebel ARM Files Using the Siebel ARM Analyzer Tool.
Use the following procedure to obtain a comma-separated value (CSV) analysis output. For a description of the CSV conversion analysis and output, see About Siebel ARM to CSV Conversion Data. For more information about running the Siebel ARM Analyzer Tool, see Analyzing Siebel ARM Files Using the Siebel ARM Analyzer Tool.
To run a Siebel ARM data to CSV conversion analysis
Navigate to the
bin
subdirectory within the Siebel Server root directory.Run the Siebel ARM Analyzer Tool using one of the following commands:
where:sarmanalyzer -o output_file_name.csv -d csv -f sarm_file_name.sarm
output_file_name
.csv
is the name and path of the CSV output file.-d csv
identifies the Siebel ARM data CSV conversion analysis.sarm_file_name
.sarm
is the name and path of the binary Siebel ARM file or files.
Review the CSV output in the file named output_file_name.csv. For more information about analyzing CSV data, see About Siebel ARM to CSV Conversion Data.
Note: Running a CSV conversion can create large output files that, in some cases, cannot be read by third-party software. Use the-p
flag to split large Siebel ARM files. For more information about this flag, see About the Siebel ARM Analyzer Tool.