Hello Team,
We are performing following steps:
1. Getting list of available columns for TickHistoryTimeAndSales. i.e approx 372 coumns
2. Based on these columns we are creating table.
3. Retrieve data and trying to push data in table created in above step . i.e approx 290 columns
Problem: CSV data retrieved in step 3, contains less number of columns and the header column names are abbreviated names, not the same as we get in step 1.
For Example:
Available Fields Name Received:
Quote - CDS Dollar Value Of 1 Basis Point
Trade - Exchange For Swaps Volume
Correction - Original Sequence Number
Actual Fields recived:
CDS Dollar Value Of 1 Basis Pt
Exch For Swaps Vol
Original Seq. No.
How can we get same number of columns and with exact same field name in step 3 as we get in step 2?
Thanks.