@mircsicz said in CSV Import errors with "java.lang.ArrayIndexOutOfBoundsException: 1":
I get that it doesn't like a time like this, but there's 365 of those "midnight" timestamp's in a full year's profile and so for me there's no way to change that... And I'm not enough of a java programmer to change that in org.joda.time! :-(
My Bad:
It's late in germany, after sitting with it for a while and reading this I looked into it once more:
private DateTimeFormatter dtf = DateTimeFormat.forPattern("dd.MM.yyyy HH:mm:ss");
"HH" makes the Pattern 24hour format compatible... So now it import's my CSV!
Thank's a lot so far, but now it limit's me to 5k value's:
Point values limited to 5001 values, please reduce the time range or adjust the rollup interval
So hopefully the final question on this topic: where do I adjust the rollup interval?
Found an answer
There's still an issue with that, but so far I'ld consider this topic solved!