Problem:
I am new in dealing with this, so probably this is trival task, but let me know if this question isnt necessary, I will cancel it.
In my front end, I have a api that will return my a string which is supposed to be a csv xlsc, after I call a api.
After that, I would like to show it on UI.
Problem in it
This is the example string I get from the response
'key,Asset Class,Benchmark Name,Benchmark Source
\r\n1001,Macro,US CSA,BLOOMBERG
\r\n1026,Equity,MSCI x USD,BLOOMBERG
\r\n1002,Equity,MSCI USD,BLOOMBERG\r\n'
There are 4 header, and there are 4 row of data As you can see, this is not something I could display it in table. I would like to ask how could I frame this data structure, so that it could be listed out. or at least like a table format