How To Convert .FDR File To Readable Excel Format Or .CSV Format

9 February 2025

Siebel process generates an .fdr file also known as Flight data recorder file when ever there is a crash or a dump. FDR file is created in binary format with process information. SARMQuery utility can be used to convert the .fdr file to a readable .csv file.

Command to convert the .fdr file to .csv file:

Sarmquery –input T201206271617_P006840.fdr -output fdr=mycsvfile.csv

Note: Sarmquery.exe is available in bin directory on Siebel server.

Tags