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

I've never entered the date in that format, so I've never encountered that severe error. In my case, it's always worked by putting four separate columns in the CSV file: year, month, day, and hour. Then, in the .def file, I use:

DataElements = year, month, day, hour,...
DataUnits = 'x','x','x','x',...

And since it's a CSV, I also use:

DelimiterChar = ','