Hi @naomisaka, I tried your example file you uploaded and when I click the button1 in the network it successfully saves out test.csv with the RGB values. Can you explain what you are seeing differently or the exact steps you are taking?
1 Like
If I write a text file to .csv I get double quotation marks around the values? and than itâs not compatible anymore with another program. How to get rid of the exclamation marks? Example of the difference between normal .csv and TouchDesigner generated .csv:
Try a Convert DAT and concatenate with a comma, then save as a .txt. Or save as a .tsv, that doesnât write out with the double-quotes.
I will try, thanks.