I'm having some kind of problem here.
I have a real time recorder block. When I click the output -> table - I see the table of data. I then link this output to a Publish block, and set the /data/pathtodata - and turn on autorun.
I've played with various settings - I absolutely cannot get my table to appear in the published data. When I click the table button of the publish block, nothing appears.
What the heck am I missing here?
dataflow
realtime recorder table output
publish block highlighted, table is there but not a solid button
Solved! Go to Solution.
1 way to do this is to take the output of the realtime recorder to a CSV Writer (with headers).... and then publish the output of the CSV writer.
On the receive side, use the CSV Parser (with Headers) to convert back to table.
1 way to do this is to take the output of the realtime recorder to a CSV Writer (with headers).... and then publish the output of the CSV writer.
On the receive side, use the CSV Parser (with Headers) to convert back to table.
This did indeed work! You, sir, are a scholar and a gentleman!