Closed
Description
What if we supported dynamic routes for data loaders, e.g. customer/@[login].csv.ts
would match customer/@mbostock.csv
, and would pass --login=mbostock
as a command-line argument (parameter) to the data loader. This way you could use the same data loader to generate multiple files (though all files would need to be statically referenced in order to be built).