cancel
Showing results for 
Search instead for 
Did you mean: 

Date / Time conversion

Former Member
0 Kudos

Hey

From a flat file i load data to a cube. Date and time is delivered in this format 19-07-2004 11:30:00. I need to convert the first part of the string into 0calday and the time part into a time characteristic with the format hhmmss. Is it nessecary to write a rutine to do this conversion, or is there a "simpler" way to do it?

Eagerly awaiting the best solution.

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai!

You need to write a routine and you have no other option as per your requirement.

But you can seprate them into different fields by modeifying the csv file to replace the space in beetween with the seperating caharecter like a ";" and read them as seperate fields in transfer rules.

Ashwin