hi gandhi,
i agree with your observations, though it is a rare case - will give wrong results while doing Technical Analisys/ programming/ data analisys. actually, in NSE terminology, stock symbol is NOT unique (!), but stock symbol + series (EQ, SE etc) is unique! I came across this problem some time back & struggled a lot to identify the problem.
to overcome the problem, in a simpler way, i delete all series except "EQ" as that would serve my purpose. but if you are interested in all series, you may use symbol+series as the unique identifier.
satya/pankaj may think of an alternative to overcome this problem in the downloaders.
converting only "EQ" series and deleting all other series is the simplest.
option to select the series is the next best ("EQ" & "BE" will do). users will select the series and process twice. default is "EQ"
and third one is (i prefer this): - delete all except "EQ" & "BE" series. if a symbol is there in both "EQ" & "BE" , delete the record with the "BE" series. by this we will get all the "EQ" series and most of the "BE" series.
hope i am clear.
murthymsr
lvgandhi said:
Dear Satya,
I was uploading loading data obtained from extractor in mysql database. I was having problem of duplicate records. with ref to symbol and date. After analysing I found that if data is extracted for all symbols irrespective of series, ie EQ, E1, P1, BE etc, for same date and symbol there will be more than one price data. This will give errors in data bases and also curves may be different. I suggest that data extractor should save data only for EQ series.