cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping : Field Mapping - Standard Function DateTrans (empty context)

EdgarTabar
Participant
0 Kudos

Hi all,

I want to convert an input date into an string whith the DateTrans function.

The input date can be empty. Whith which function can I check empty inputs?

If input is empty do nothing

                        else target = DateTrans(Input)

Thanx

Edgar

Accepted Solutions (1)

Accepted Solutions (1)

maheswarareddykonda
Active Contributor
0 Kudos

try this out

Answers (1)

Answers (1)

vinaymittal
Contributor
0 Kudos

this can be done by using simple "if node function" coupled with equals node function where you can compare the input value (not equal to blank) and then do a date transformation