Hello @Gustavo Antón,
Did you try "Derived Column" transformation inside the DataFlow, using the toTimestamp expression function?
DATA FLOW:
Derived Column Expression:
Input format: 2023-05-26T04:54:49Z
Output Format: 26/05/2023 (No time)
toString(toDate(toTimestamp(DataLakeModifiedDateTime, 'yyyy-MM-dd'T'HH:mm:ss'Z'')), 'dd/MM/yyyy')
Output CSV showing the updated Date format : 'dd/mm/yyyy'
Please let us know if you need further help in this matter and we are happy to help!
If the response is helpful, please click "Accept Answer" and upvote it. So that we can close this thread.