You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all,
I hope this is the right place to post this but I figured you might be of help here. I'm working on a p5 javascript project where I load a csv file with loadTable() in the preload() function. And I am saving it again later in my setup() with the saveTable() function when a button is pressed. Now comes my problem, the output csv is not in the right format. The function saveTable() exports the following:
Thanks for your reply! When I open the file in Excel for example, all the headers and values are placed in individual cells underneath each other. So one column and six different rows. That is also not how I need it to be.
Hey @thomasvanhemert , could you post a copy of the intial file you load? It works fine when I create a csv file that has sessionId,timeStamp,selectedItems as the header and try your code with some values.
@thomasvanhemert we haven't been able to reproduce this one without the file, so I'm going to close this for organizational purposes. please feel free to reopen if you can update with more info. thanks!
Hey all,
I hope this is the right place to post this but I figured you might be of help here. I'm working on a p5 javascript project where I load a csv file with loadTable() in the preload() function. And I am saving it again later in my setup() with the saveTable() function when a button is pressed. Now comes my problem, the output csv is not in the right format. The function saveTable() exports the following:
But i need it to output it as seperate rows instead of all the rows placed besides each other. Like this:
This is the part of the code that prepares and exports the csv file:
Coud any of you help me with this?
Nature of issue?
Most appropriate sub-area of p5.js?
Which platform were you using when you encountered this?
Details about the bug:
Feature enhancement details:
New feature details:
The text was updated successfully, but these errors were encountered: