Hi guys,
I would like to know, if there are a usual way to map a documentList to a stringTable.
For Example, I have documentList like this:
DocList
DocList[0]
var1
var2
var3
DocList[1]
.....
Each doc have to be a new row and each var have to be a column. So that’s the table looks like this:
column1 column2 column3
row1 var1 var2 var3
row2 var1 var2 var3
.....
I hope anyone knows a good an easy way.
Best regards
Mario