edanalytics / earthmover

CLI tool for transforming collections of tabular source data into a variety of text-based data formats via YAML configuration and Jinja templates.
Apache License 2.0
19 stars 2 forks source link

makes destination template optional #88

Closed tomreitz closed 3 months ago

tomreitz commented 4 months ago

When destinations.X.template not specified, each row of the source dataframe is turned into a JSON object where column names become object properties,

tomreitz commented 3 months ago

@jayckaiser I've implemented the changed you suggested, re-pinging for a fresh review. Thanks!