cancel
Showing results for 
Search instead for 
Did you mean: 

Run ETL error on Timestamp / Not exist function to run in ETL

FVENANCIO
Newcomer
0 Kudos
146

Hi, 

I have an issue when run ETL in Signavio.
Firstly, i can't use any function To_Date/To_Time or convert into TO_Timestamp in event :

FVENANCIO_0-1722945365346.png

I try to change in file.csv and put the date in format "dd-mm-yyyy hh:mm:ss", but when I make upload file and put the option Timestamp have error too:
FVENANCIO_1-1722945504586.png

In general, I can't run the ETL in any case or try de various options to try to make sucessefull

FVENANCIO_2-1722945691268.png

Have anybody make successful the upload file into signavio and Run ETL with success, and how could I do it?

Many Thanks

Fábio

 

 

 

 

Accepted Solutions (1)

Accepted Solutions (1)

daniel_hesseling
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Fabio,

The functions you are trying to use are not part of trino which is used here.
It is best if you refer to the documentation - I think this would be the function you are looking for:

https://trino.io/docs/current/functions/datetime.html#date_parse

Importing the timestamp from CSV as STRING and then using date_parse it would be the easiest option.

 

Answers (0)