Problem description
The value of the field ID_EXCH_SYMBOL is "ES", but it gets parsed as if it was sequence of distinct values instead: ["E", "S"]
Code to reproduce
> from blp import __version__ as blp_version
> from blp import blp
> blp_version
0.0.3
> bquery = blp.BlpQuery().start()
> bquery.bds(["ESM4 Index"], "ID_EXCH_SYMBOL")
0
0 E
1 S
Expected Output