Create a new csv

Is there a node to create a new empty csv file in a given directory?

1 Like

Sure is.

Basically if the file exists it will overwrite. If it doesn’t, it will create a new one with that name/path.

Also the “.txt” should have been a “.csv” but either will work.

3 Likes

what package is Data.ExportCSV?

OOTB in Dynamo 2.0

that’s why I cannot find. I’m using 1.3…

is it the same with CSV.WriteToFile?

CSV.WriteToFile
I believe so.

Solved, Thank you @kennyb6