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.
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. |
Tsd2Csv "input.tsd" "output.csv" -Delimiter "," -DecimalPoint "."