I want my date to be in "YYYY/MM/DD" format. In the alteryx, I am converting the field to string(yyyy-mm-dd) using date parse and then replacing '-' with '/'.Even though it is in string format, when i open the output file, it automatically changes to it's own format. How do i avoid it.