Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thanks for sharing the project files! It is an issue with column headers. In the CSV file, it is as such:

,,A Bit Dark (<= 100 lux) [hr],Dim (> 100, <= 300 lux) [hr],Adequate (> 300, <= 500 lux) [hr],Bright (>500 lux) [hr]

The commas within the column headers are interpreted as separators by jEPlus. I need to think about how to handle this. In the meantime, a way to get around it is by shifting the headers as jEPlus reads it, i.e. to assign "<= 300 lux) [hr]" to the column's field in RVX, instead of "Adequate (> 300, <= 500 lux) [hr]".