Looking to turn a string into a date and time. I am aware of the String to Date Node, but for some reason, the node won’t recognize the columns with the date in this format - 20151016- as a string and won’t let me convert it into the date format I want (e.g., 10/16/2015).
Any idea why this is? Am I not using the correct node?
My dates are already in that format, I need them to be converted other formats but I can not get the node to recognize the column that currently hosts the yyyyMMdd string that is my date. As in it does not list it as an option to convert it over.
Is it possible that whatever reader node you’re using is interpreting the input as an integer, and not a string? In this case, the String to Date & Time node wouldn’t pick it up for conversion.
Maybe you could post a short workflow with a dummy example?
That’s exactly what it ended up being, so i converted to the column to a string. Oddly enough, I still could not get the node to work as it would not recognize certain strings as a convertible date. For example, 20150310
Attached is a work flow, with the data I seek to convert along with the error message I am getting.