Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The GSH report type can have an output type of either CSV or FILE. For both types, the script will use fields from the available gsh_builtin_gshReportRuntime variable to add data to the output. For CSV output, the script will set a header array and a list of data arrays. For FILE output, the script will open a Writer and and write arbitrary data to the character stream.

...