Date time conversion (input format yyyy-MM-dd HH:mm:ss.SSSSS) in Mule 4
Getting the following error when trying to convert date time to a specific string format: Cannot coerce String (2023-02-07 08:23:00.167000) to LocalDateTime, caused by: Text ‘2023-02-07 08:23:00.167000’ could not be parsed, unparsed text found at index 25 6| crtDate: dtTime as LocalDateTime {format : "yyyy-MM-dd HH:mm:ss.SSSSS"} as String {format:"yyyy-MM-dd’T’HH:mm:ss"} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Trace: at main::main (line: 6,… Read More Date time conversion (input format yyyy-MM-dd HH:mm:ss.SSSSS) in Mule 4