Hi,
As I see, the date format you have selected doesn’t match your data. Click on “Guess data type and format” or choose yyyy-MM-dd as date format and there shouldn’t be any problem anymore.
Also I have found some topics similar to your issue. Maybe you’ll find them helpful:
I have this 2 type of string format in a single table, here below an example:
11/08/1987
11-08-1987
Some of the row values have the “/” and some others have the “-” separation character.
I would like to split them in 2 different tables in order to convert them as Date Time format.
Why I need it? Cause if I process the entire table to a String to Date&Time node with dd/MM/yyyy format, then It thrown an error because I have also some rows values with different format string type (I mean with …
How to convert DATE format From dd-MMM-yy To yyyy-mm-dd ?
Dear community,
I have problems assigning a Date Format to my Date Column, which has the string format MM.yyyy -> e.g. 12.2017
However, the string to date&time node fails transforming it:
ERROR String to Date&Time 0:615 Execute failed: Failed to parse date in row 'Row0#0: Text ‘12.2017’ could not be parsed: Unable to obtain LocalDate from TemporalAccessor: {MonthOfYear=12, Year=2017},ISO of type java.time.format.Parsed
The settings were set like:
[image]
Someone encountered the same…
Best,
Armin
2 Likes