Copying Data from a Viewer

A description of how to copy data from a viewer. Provides an example of the output format of copied data.

Copying


  • Copy a String or XML column value to a file: Right-click the column value and then click Show value. Sybase CEP Studio saves the value to a file under tmp/values in the SybaseC8Repository and then opens that file with the default CSV editor you specify in the External Tools tab of the Settings window.

  • Copy rows to the clipboard: Select the rows of interest (right-click and then click Select All to select the entire contents of the viewer), right-click, and then click Copy.

  • Copy rows to a file: Select the rows of interest, right-click, and then click Save to File.

Output Format

Copied rows include a heading row with column names and an initial column containing the row timestamp. This example shows the results of copying a row containing two columns:

Timestamp,Id,Data
1087491625647388,54,76

Null values are ignored. Timestamps appear in the format you specify in the Stream Viewer tab of the Settings window.