Good day,
I try to find a way how to work with the Date Duration Function in ETL-Manager: The goal will be to see the duration in Minutes between open and closed
I have different fields
open day = 01.07.2014
close day = 02.07.2014
open time = 11:58
close time = 13:44
I try now to get the difference between open and close. When I understand it correct I can use DateDuration for this. But for any reson it does not work.
I always get the failure:
Failed to transform value 01.07.2014 of column my Open Date day in function Duration_day_open-closed_formatted: Unparseable date: "01.07.2014"
When I try to change the Data to a format like 01072014 I get the same error.
next I tried to combine the fields open and close with concatenation but if I do this it looks like 01.07201411:58
and when I try to store the Data then I get a BIG Java error
any Idea how I can get this sorted?
P.S. Still using Palo 5.1 not 5.1 SR1
I try to find a way how to work with the Date Duration Function in ETL-Manager: The goal will be to see the duration in Minutes between open and closed
I have different fields
open day = 01.07.2014
close day = 02.07.2014
open time = 11:58
close time = 13:44
I try now to get the difference between open and close. When I understand it correct I can use DateDuration for this. But for any reson it does not work.
I always get the failure:
Failed to transform value 01.07.2014 of column my Open Date day in function Duration_day_open-closed_formatted: Unparseable date: "01.07.2014"
When I try to change the Data to a format like 01072014 I get the same error.
next I tried to combine the fields open and close with concatenation but if I do this it looks like 01.07201411:58
and when I try to store the Data then I get a BIG Java error
any Idea how I can get this sorted?
P.S. Still using Palo 5.1 not 5.1 SR1
The post was edited 1 time, last by jensb ().