Hi all, I'm provided with a report where - depending on which country it is run in (eg. Australia vs US) - the date for the same column (eg. invoice date) could be in format yyyy/dd/mm or yyyy/mm/dd. Anyone know how we can build an Alteryx workflow that reads the data (which is for a full month with all days covered) and determines what format the dates are in (whether day then month, or month then day) and then outputs to mm/dd/yyyy? The workflow needs to handle both date formats rather than user needing to determine which format the input date is in.
Thanks in advance