oleg-raev / zipcsv

Aggregate CSV data by specific columns
Apache License 2.0
0 stars 1 forks source link

Add config.json #5

Open oleg-raev opened 6 years ago

oleg-raev commented 6 years ago

This config may contain columns and rules for aggregation.

{
  "aggregation": {
    "firstColumnName": "sum",
    "thirdColumnName": "avg",
    "secondColumnName": "group",
    "fourthColumnName": "countUniq"
  }
}