fixes name of bank account in import
This commit is contained in:
parent
7e57b0eeac
commit
6c093c139b
2
data.ori
2
data.ori
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
//load input data: individual usage, banktotal and collective usage.
|
||||
indivusage = ./inputs/kwh-usage.csv/
|
||||
banktotal = Tree.filter(./process/bank-costs.csv/, entry => entry.account === 'ASN')[0].amount
|
||||
banktotal = Tree.filter(./process/bank-costs.csv/, entry => entry.account === 'Bank')[0].amount
|
||||
collective_usage = ./inputs/collective-usage-expenses.csv/
|
||||
|
||||
//group collective usage by period
|
||||
|
|
|
|||
Loading…
Reference in New Issue