I came across a data field which contains a list of values while working on a use case (Oracle database, ODBC connection). The field looks like follows: {Values: 'ABC', 'DEF', 'GHI'}, how can I convert this into a normal QV table column, something like ABC, DEF, GHI; while loading the data via script?