Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Source.DataUtility.exe is a command line utility for interacting with time series data files. It is distributed with Source and found in the same folder as the other executables.

Functionality

All uses cases start with an input time series file (-i argument). This can be any time series format supported by Source (e.g. res.csv, .sdb, ...)

From that you can:

  • output to another file, possibly of a different format (selected by file extension). (-o argument)
  • restrict output to one or more specific time series, by DisplayName (-k argument) 
  • Extract only part of any given time series (--startTime and --endTime arguments)
  • List the timeseries and metadata contained in the input timeseries file (-l argument)

There are some special options for the SourceDb format (used in results streaming)

  • SourceDbfilter query (-q argument)
  • Add or replace the requested input time series in an existing SourceDb file (-a argument)

More options, examples and details can be obtained from the help output of the utility itself (e.g. run Source.DataUtility.exe with no arguments).

  • No labels