Savetable with P5

I posted these examples along with this reference:

saveTable(table, 'new.csv');

Or:
saveTable(table, 'new', 'csv');

Will save a table as:
new.csv
And adding this:
saveTable(table, 'new.csv', 'csv');

So there are 3 ways to save the table to:
new.csv

:slight_smile:

1 Like