Exporting the result as an XML file

You can use studyrlt to export the result in XML format.

This function is equivalent to using the user interface feature (Results tab > Export and Publish panel > XML).

The command line call to export as an XML file is:
studyrlt.exe <study> -xml <result ID>
where the arguments are described as follows:
Arguments Description
<study> Study filename with extension.
-xml <result ID> Extract the specified result set in XML format.
Note: The XML file name will use the study file name prefix with the .xml extension, and the file will be stored in the same location as the study file.

Example 1

Write out the Fill time result (result ID=1610) associated with the study cpu_base.sdy in XML format. The new file will be cpu_base.xml. Simply, type at the command prompt:

studyrlt.exe cpu_base.sdy -xml 1610