Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

Semicolon in column header in nse_fo and nse_cm file for header name dStrikePrice #176

Open sudhanshupati opened 4 weeks ago

sudhanshupati commented 4 weeks ago

There is a semicolon in column header for column dStrikePrice in both nse_fo and nse_cm file

https://github.com/Kotak-Neo/kotak-neo-api/blob/main/neo_api_client/api/nse_fo.csv

shusinghal commented 3 days ago

since its a csv, that's why you see this. CSV is supported on any open source system while excel requires license. To build your app, try finding a solution on how to read a CSV.

sudhanshupati commented 3 days ago

HI, Thanks for your response , however it seems you didn't understand the problem correctly. I am not expecting an excel to be replaced with the existing file. My question is very simple , why there is a semicolon in column header "dStrikePrice". if you are saying because it is a csv in that case there should be semicolon in all column headers. but semicolon is there only in the column name "dStrikePrice". i have already parsed this file and found this issue. Hope now you understand the issue i have raised