In the available examples, I always see querying one single symbol, e.g. BNPP.PA
https://api.refinitiv.com/data/environmental-social-governance/v1/views/measures-full?universe=BNPP.PA
I have tried a list of symbols and it works fine, e.g.
https://api.refinitiv.com/data/environmental-social-governance/v1/views/measures-full?universe=RST,PWF.TO,KE.O,COME.BA,HARG.BA,ALUA.BA,BBAR.BA,CEPU.BA,TRAN.BA,TECO2.BA
In this second case, the problem is that the returned table has 3 columns that appear twice. In particular column Renewable Energy Use has float values in the first occurrence and boolean in the second.
Is this second method to query data actually supported? if yes, what is the way to treat these situations?
Thanks, Jacopo