Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How to fix a date formatting error

I have a MonthYear column. Data comes from CSV like this: When the column type changes from text to date, it turns into this: How can I turn it into "date", but preserve the Month-Year ...
  • ppm1's avatar
    3 years ago

    Before you change to type, add a replace values step and replace "-" with "-1-", and then change to Date.

     

    Pat