Forum Discussion
Anonymous
3 years agoNot applicable
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 ...
- 3 years ago
Before you change to type, add a replace values step and replace "-" with "-1-", and then change to Date.
Pat
ppm1
Solution Sage
3 years agoBefore you change to type, add a replace values step and replace "-" with "-1-", and then change to Date.
Pat
- Anonymous3 years agoNot applicable
Genius! What didn't i think of that? 🙂 Thank you.