Export 91, 92, 93
Source EanNumber
The trigger searches for the source corresponding to a body line by comparing the source EanNumber with the GSRN column(3) of the file. In the case of a physical time series, the ean is extracted from the SUB(...) expression by extracting the GSRN number that is inside the parenthesis (e.g SUB(540123456789012345) will give 540123456789012345 as GSRN)
Variable mapping config
The trigger searches for the source's variable corresponding to a body line by comparing the variable MappingConfig with the string built from the line content.
The mapping config structure is as follow:
%export_type%_%market%_%physical%_%submetering%_%energyType%_%direction%_%unit%
Field | Description | Values |
---|---|---|
%export_type% | The type of export | 91 : Export91 92 : Export92 93 : Export93 |
%market% | The file market | 23 : electricity 27 : gas |
%physical% | Indicates if the time series is physical or calculated |
P : physical (when the GSRN column(3) of the file starts with "SUB") C : calculated (when the GSRN column(3) of the file does not start with "SUB") |
%submetering% | Serial number of the sub-metering device (column(4) | NA :when the time series is calculated (%physical% is C) The serial number of the sub-metering device(column(4)) when the time series is physical (%physical% is P) |
%energyType% | The energy type | A+ : active power, direction netuser or (electricity or gas) I+ : reactive inductive power, direction netuser (electricity) C- : reactive capacitive power, direction netuser (electricity) A- : active power, direction net (electricity) I- : reactive inductive power, direction net (electricity) C+ : reactive capacitive power, direction net (electricity) |
%direction% | Measured direction | E12-E17 : consumption E12-E18 : production (injection) |
%unit% | Measurement unit | KWT : kW (electricity) KVR : kVAr (electricity) KWH : kWh (gas) MTQ : m³ (gas) D90 : m³N (gas) |
Examples: "92_23_C_NA_C-_E12-E17_KVR", "91_27_C_NA_A+_E12-E17_MQT"