cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on Mapping

Former Member
0 Kudos

Dear Expert,

     I have a scenario in PI 7.0 where i have to mapp a field like this:

        Source                                                       Target

        123010                                                       12:30:10 (Time format)

Can we achieve this with standard function?

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

yes using substring and concat function you can achieve this or using date function also

Answers (3)

Answers (3)

Harish
Active Contributor
0 Kudos

Hi Anirban,

you can check if input field is exist and have length equal to 6 then apply the dateformat function.

Regards,

Harish

former_member184720
Active Contributor
0 Kudos

incase the input field is optional - I would also suggest you to validate the length first and then do the above suggested date transformation so that mapping will not fail.

former_member184681
Active Contributor
0 Kudos

Hi,

Use standard DateTrans function with the following attributes:

Regards,

Greg