Hi,
Did something change in the TickHistoryTimeAndSalesExtractionRequest CSV delimiter recently?
When pulling the following query from 2018-12-05
{'method': 'POST',
'url': 'https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRaw',
'json': {'ExtractionRequest': {'@odata.type': '#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest', 'ContentFieldNames': ['Trade - Price','Trade - Volume', 'Trade - Qualifiers','Trade - Sequence Number'], 'IdentifierList': {'@odata.type': '#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList', 'InstrumentIdentifiers': [{'Identifier': 'HSIZ8', 'IdentifierType': 'Ric'}], 'ValidationOptions': {'AllowHistoricalInstruments': True}}, 'Condition': {'ReportDateRangeType': 'Range', 'QueryStartDate': '2018-12-04T00:00:00', 'QueryEndDate': '2018-12-05T00:00:00'}}}, 'stream': None}}
I get the following data (unzipped), note `Seq. No.` now has a colon `;` delimiter.
#RIC,Domain,Date-Time,Type,Price,Volume,Qualifiers,Seq. No.
HSIZ8,Market Price,2018-12-05T09:14:00.148335969+08,Trade,26788,8,3[ACT_FLAG1];707327933366141519[TRADE_ID],
HSIZ8,Market Price,2018-12-05T09:14:00.148335969+08,Trade,26788,1,2[ACT_FLAG1];707327933366141519[TRADE_ID],
If I pull this data for 2018-11-01, `Seq No.` seems to have a regular comma `,` delimiter
#RIC,Domain,Date-Time,Type,Price,Volume,Qualifiers,Seq. No.
HSIX8,Market Price,2018-11-01T09:14:00.147380832+08,Trade,25080,3,3[ACT_FLAG1],705982406011650308
HSIX8,Market Price,2018-11-01T09:14:00.147380832+08,Trade,25080,1,2[ACT_FLAG1],705982406011650308