Skip to main content

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')}

 

 


Reply