I have a file with several date fields that I am trying to save to a CSV format. The dates in the file are all in YYYY-MM-DD format which is what I want it to stay in. If I export to excel it comes out correctly. If I export to CSV it is changing it to MM/DD/YYYY format. I have tried flipping the dates to a variety of Types which all look fine in excel and Alteryx but once I open the CSV they flip to MM/DD/YYYY. This file gets exported to a client system and immediately gets rejected if in MM/DD/YYYY. How can I keep the CSV showing correctly as YYYY-MM-DD? TIA!