QuickChange Utilities: DataFileConverter
Convert STDF To CSV, the Universal Data Format
DataFileConverter will read one more stdf files and generate csv (comma separated value) data from the
files. The data can be the parametric, bin summary or test summary (pass-fail
by test) data from the files. The csv data can be output to a file or to the standard output. CSV files
can be loaded into Excel and almost every other data analysis tool and database, so DataFileConverter lets
you get your data into whatever tool you are comfortable using.
Usage: java spry.ui.DataFileConverter [switches] datafile1 datafile2 datafile3 ...
the switches currently available are
- --format csv (for csv output, currently the only option)
- --output filename (to output results to file instead of standard out)
- --parametric (output parametric data, default)
- --hardbin (output hardware bin summary data)
- --softbin (output sofware bin summary data)
- --testsummary (output test summary data, including limits)
For more information, please Contact Us at
sales@sprysoftware.net.