Hi Guys,
I'm trying to write a function which checks whether the parameters of series already existing in a FDA attribute are identical to the parameters of new data. This shall happen prior to uploading additional data, in order to unintentionally add series with the same parameters, as STK seems to always append series instead of overwriting them - even if a series with the same parameters already exists.
However, I'm struggling with the data structure of FDA attributes. Especially the fact that the data comes as list of lists from the record, but data to be added has to be prepared as list of dictionaries.
Is there any convinient way to compare the parameter sets without y and x values of series in a record with those of series to be added?
Bests,
Daniel