Solved
How to convert String from source connector to DateTime in Dataset.
Need to convert the String attribute from source connector(Data landing zone) to Date time in AEP.
Tried to convert using below methods but either it is throwing an error or updating the empty values.
- dformat
- zone_date_to_utc
- make_date_time
- date
- set_date_part
- zone_date_to_zone
- date_part
Please let us know is there any other process to perform it.
Eg: Source data(String-"20220607") Expected output(DateTime)