cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting date using PI mapping function

Former Member
0 Likes
6,271

Hi,

In need to convert following date '20130708' (YYYYMMDD) into '2013-07-08T00:00:00+05:30' format in PI mapping.

Is it possible to convert using PI mapping functions.

If Yes then how?

If No then is there any other method by which conversion can be done?

Thanks & Regards,

Vinit.

View Entire Topic
Former Member
0 Likes

Hi Vinit - Why don't you use concat function. I believe the later part is fixed value as you don't have timestamp information from the sender.

Ofcourse to convert the date part you can use standard function with input  yyyyMMdd and output yyyy-MM-DD then use concat..