Error while transforming date from import set table to target table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 04:34 AM
Hi All,
I got below error while transforming date from import set table to target table
"Unable to format 02-JUN-22 using format string yyyy-MM-dd HH:mm:ss for field u_start_date"
How can I map this field.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 04:41 AM
@Obito This error is appearing because the date format you are using for the date field is yyyy-MM-dd HH:mm:ss whereas in your source data the date is in DD-MMM-YY format. Either you will have to change your target date format or you will have to change the source date format to match with the target date format and the error will disappear.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 04:50 AM
Hi,
Open the field map for the data source and pass the relevant date format the target field accepts.