Using the TSD File Export Tool

The TSD File Export Tool is a command-line tool that allows you to automate exporting the content of .tsd files to .csv files. You can also use the TSD to CSV feature in Performance Explorer, which provides a user interface for the export settings.

  1. Open the tool from the Microsoft Windows start menu: Start > Programs > Silk > Silk Performer <version> > Analysis Tools > TSD File Export Tool.
  2. At the command prompt, enter specifications for the file export based on the following syntax:
    Tsd2Csv tsdFile [csvFile] [-Delimiter char] [-DecimalPoint
    				char] [-dump]
    Command Description
    tsdFiles Enter the path and name of the .tsd file that is to be exported.
    [csvFile] Enter the path and name of the .csv file that is to be created.
    [-Delimiter char] Define the delimiter character.
    [-DecimalPoint char] Define the character that signifies decimal points in the output file.
    [-dump] Ignores -DecimalPoint parameter.
  3. Press Enter to generate the .csv file.

Example

Tsd2Csv "input.tsd" "output.csv" -Delimiter "," -DecimalPoint "."