01-01-2016, 01:24 PM
Hi Marcrow,
You need to make two changes:
1. Add a pair of { } to enclose the "csvs" block and remove the last ','
2. Rename my.rvi to my.rvx
The content of my.rvx should be like this:
{
"csvs" : [
{
"sourceCsv" : "eplustbl.csv",
"fromReport" : "Annual Building Utility Performance Summary",
"fromTable" : "Site and Source Energy",
"fromColumn" : "Energy Per Conditioned Building Area [MJ/m2]",
"fromRow" : "Total Source Energy",
"tableName" : "TABLENAME",
"columnHeaders" : "COLUMNTITLE",
"usedInCalc" : true
}
]
}
For optimisation, you can add constraints and objectives later to the rvx file.
Yi
You need to make two changes:
1. Add a pair of { } to enclose the "csvs" block and remove the last ','
2. Rename my.rvi to my.rvx
The content of my.rvx should be like this:
{
"csvs" : [
{
"sourceCsv" : "eplustbl.csv",
"fromReport" : "Annual Building Utility Performance Summary",
"fromTable" : "Site and Source Energy",
"fromColumn" : "Energy Per Conditioned Building Area [MJ/m2]",
"fromRow" : "Total Source Energy",
"tableName" : "TABLENAME",
"columnHeaders" : "COLUMNTITLE",
"usedInCalc" : true
}
]
}
For optimisation, you can add constraints and objectives later to the rvx file.
Yi