Dynamo Export to CSV files

Hi All,

I’m fairly new to Dynamo and would like to create a script that exports all schedules in a project in CSV format to the C:\Dynamo folder that I created.

I noticed Dynamo has an “Data.ExportCSV” node, which I thought would be just what I need, but I can’t seem to get it to work.

What may I be doing wrong? The watch node shows I’ve selected all elements, and I thought the file location was specified correctly? Yet no CSV files show up.

Thank you for any help in advance!

You’ll need to call up your filepath with ‘.csv’ on the end. “C:\users\documents\myfile.csv” sort of thing.