Displaying data from csv to dashboard table

Hey all,
I'm new to node red and wanted to display data from 3 columns in a csv file to a dashboard ui table and am having alot of trouble actually filling the table with the data.

[{"id":"1378ba83.90c825","type":"tab","label":"Read file","disabled":false,"info":""},{"id":"f4a17cd1.8f09c","type":"debug","z":"1378ba83.90c825","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":890,"y":500,"wires":[]},{"id":"20b32e98.5e9fb2","type":"file in","z":"1378ba83.90c825","name":"","filename":"D:\\Eng design\\names.csv","format":"utf8","chunk":false,"sendError":false,"encoding":"none","x":530,"y":320,"wires":[["a8436e2f.135fe"]]},{"id":"a8436e2f.135fe","type":"csv","z":"1378ba83.90c825","name":"","sep":",","hdrin":true,"hdrout":"none","multi":"one","ret":"\\n","temp":"D:\\Eng design\\names.csv","skip":"0","strings":false,"include_empty_strings":"","include_null_values":"","x":730,"y":320,"wires":[["f4a17cd1.8f09c","c5b2280a.92da18"]]},{"id":"c5b2280a.92da18","type":"ui_table","z":"1378ba83.90c825","group":"38e63150.0e60be","name":"","order":4,"width":0,"height":0,"columns":[{"field":"","title":"Name","width":"","align":"left","formatter":"plaintext","formatterParams":{"target":"_blank"}},{"field":"","title":"Close Contact","width":"","align":"left","formatter":"plaintext","formatterParams":{"target":"_blank"}},{"field":"","title":"Recievers Pinged","width":"","align":"left","formatter":"plaintext","formatterParams":{"target":"_blank"}}],"outputs":0,"cts":false,"x":1060,"y":320,"wires":[ ]},{"id":"99b0b6ec.690098","type":"inject","z":"1378ba83.90c825","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":340,"wires":[["20b32e98.5e9fb2"]]},{"id":"38e63150.0e60be","type":"ui_group","z":"","name":"Table","tab":"693551f5.9c3d1","order":2,"disp":true,"width":"14","collapse":false},{"id":"693551f5.9c3d1","type":"ui_tab","z":"","name":"Positive Test","icon":"dashboard","disabled":false,"hidden":false}]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.