Hi guys, I tried to convert my column from string to date using String to Date&Time node but is says ERROR String to Date&Time 0:62 Execute failed: Failed to parse date in row 'Row0: Text ‘20211117’ could not be parsed at index 2
Please note that Column Certificate Date contains some rows of missing value.
You’re not using the right format, I gave you yyyyMMdd, not yyyy-MM-dd.
Parsing should fail at index 4, not sure why it says index 0 (behaves the same way in my machine).
Anyway, that should fix your problem
I also checked what it does with missing values, it will simply result in a missing date.
Hi @seanmanzanilla , yes this drop down is a bit confusing. It does give the impression that you are limited to what’s there, but it’s really a free text where you can enter what you want. I think the drop down simply shows you some of the most common formats, and some of what you have entered before.