jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
116 stars 10 forks source link

Add CSVFIleLoader block #598

Closed TungstnBallon closed 1 week ago

TungstnBallon commented 2 weeks ago

This PR adds a the ability to export tables into csv files using fast-csv, the same library that parses the csv in CSVIntperpreter.

closes #394

TODO before merging: