I'm able to create the table itself, but my issue is populating the rows on the table. Here's my code for reference
# labels: {"label1" : "%name%<br>3%name%", "label2": "%name%2"}
# style: swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=#e0e0e0;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;align=center;fontSize=14;
# namespace: csvimport-
# width: auto
# height: auto
# padding: 5
# ignore: id,refs
# link: url
# nodespacing: 60
# levelspacing: 60
# edgespacing: 40
# layout: auto
## **********************************************************
## CSV Data
## **********************************************************
id,name,position,labeltype
1,Evan Miller,CFO,label1
2,Test,foro,label2
```