Versions Compared

Key

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

...

Define the timeseriesset to be exported. Please note that not all exports support all timeseriestypes (e.g. csv only supports scalar type).

filterId

Since 2018.01 it is possible to configure a filter id that refers to a filter from Filters.xml in the RegionConfigFiles.

Code Block
languagexml
    </general>
   <filterId>AllQualifiersFilter</filterId>
</export>

This way time series can be exported based on all options present in a filter like location, parameter and qualifier constraints:

Code Block
languagexml
<filter id="AllQualifiersFilter">
   <timeSeries>
      <moduleInstanceId>ExportRunMultipleTimeSeries</moduleInstanceId>
   </timeSeries>
   <relativeViewPeriod unit="day" start="-7" end="0"/>
   <locationConstraints>
      <idContains contains="12965"/>
   </locationConstraints>
   <parameterConstraints>
      <idContains contains="H.m"/>
   </parameterConstraints>
</filter>