Question

Date Conversions in Data Collector

  • 26 August 2022
  • 1 reply
  • 62 views

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?


1 reply

Userlevel 2

Try using an Expression Evaluator
${time:extractStringFromDate(record:value("/date"),'dd/MM/YYYY')}

 

 

Reply