OGG-03010 Performing implicit conversion of column data from character set ISO-8859-1 to UTF-8.
Exception in thread "main" java.time.format.DateTimeParseException: Text '2022-04-14 15:45' could not be parsed at index 16
at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
at java.time.LocalDateTime.parse(LocalDateTime.java:492)
at oracle.goldengate.datasource.UserExitDataSource.getDateString(UserExitDataSource.java:938)
at oracle.goldengate.datasource.UserExitDataSource.createTimestampValue(UserExitDataSource.java:899)
at oracle.goldengate.datasource.UserExitDataSource.createColumnValue(UserExitDataSource.java:1160)
--More--(36%)