I want to load data from a database and then save ...
# beginners-need-help
r
I want to load data from a database and then save to multiple formats locally (csv, parquet). Is there a way to do this nicely? I tried putting a list of outputs in a
node
but threw an error. I know that transcoding allows the same dataset to be loaded in multiple ways, I want to go the other way around.