Getting date (YYYY-MM-DD) in a string field from source, need to convert into date type of format(DD/MM/YYYY).
Tried Fieldtype converter, but of no use.
Any suggestions?
Getting date (YYYY-MM-DD) in a string field from source, need to convert into date type of format(DD/MM/YYYY).
Tried Fieldtype converter, but of no use.
Any suggestions?
Try using an Expression Evaluator
${time:extractStringFromDate(record:value("/date"),'dd/MM/YYYY')}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.