Hi,
I'm not sure if either part of this is possible, but I figured I would reach out to the community to see if anyone has encountered anything like this.
I'm trying to build a data validation step for a business user, who will be providing an excel file. A piece of this data validation is that all date fields have to be formatted as YYYY/MM/DD.
I'm encountering two problems:
1) Since Excel stores all dates as numbers in date format, the formatting that is maintained in the Excel file is lost on reading it into Alteryx. Is there any way around this?
2) I'm trying to output the file, maintaining the same formatting, but adding several new fields for data validation to the end of the file. Is there any way to maintain a YYYY/MM/DD formatting in an Excel output?