Converting a DateTime element to a string
Use the FormatDateTime function to convert an element with a DateTime data type to a string with a different date format.
Information noteNote: This feature is available only if you have installed the R2020-09 Studio
monthly update or a later one delivered by Talend. For more information, check with
your administrator.
Before you begin
About this task
You can use the following sample to create your input and output
structures:
<order>
<orderDate>2020-08-21T12:39:20.970Z</orderDate>
<orderId>168484984</orderId>
</order>
Procedure
Results
<order>
<orderDate>20200821</orderDate>
<orderId>168484984</orderId>
</order>