First time here? Check out the Help page!
| 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 = ','