I have a CSV that I'm loading into Neo4j where one of the columns is a date in yyyyMMdd format, i.e. 20210628 for June 28, 2021.
Some of the dates have '00' for the day of the month, and I would like to modify those to be '01', while leaving the date...