Versions Compared

Key

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

...

Files changed:
eagle/estar/tpe/dynamic/msgcenter/eagle_default/in/include/csv-capfundinvestments_columns.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_default/in/include/csv-capfundinvestments_panels.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_default/in/include/trade_aliases.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/out/xml/t_warehouse_openlot_streaming.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/out/xml/t_warehouse_pending_trades_streaming.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/out/xml/t_warehouse_position_streaming.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/out/xml/t_warehouse_trade_streaming.inc

SDP-72927 The Record Count as part of EDS Extract filename

Now extract files for conversion workflow and for cloud extract workflow will have following structure:

@CORRID_ASISCOPY_@ExtractMode_@RECORDCOUNT_@FeedType_@DateStamp.@EXT

@CORRID_ASISCOPY_CONVERSION_

{from_effective_date or "START"}

{to_effective_date or "END"}

@RECORDCOUNT@FeedType_@DateStamp.@EXT

In addition JSON TSR from EDS service have attribute which represents number of records from source file name: ("control_record_count": 100)

{
"summary": {
"source":

{ "input_records": 100, "input_batches": 30, "control_record_count": 100 }

}
}

Production Bugs

SDP-73506 EDS processcenter resource was updated to support date filters

...