I have a column that contains datetime values. Someone used 1900-01-01T00:00 as a null value. I need to replace it with null/missing value. Searching the community/web I don’t see what node to use. I’ve tried using column expression such as replace(column(“MyDate”),“1900-01-01”,missingvalue()) but that doesn’t work.