Hi Team,
We are trying to identify latest date from filename using DateTime parse tool by first importing all file name.
I am converting from String to Date/Time format
For Example, file name is 'Breakdown for analysis-20241025.csv'
I am putting below under 'Specify the format of the incoming string field'
'Breakdown Report for analysis - %Y%m%d.csv'
But the Example box shows '''Break2own Report 0or analysis - 20241025.csv'
Question: Why Alteryx is reading 'd' as '2' and 'f' as '0'?
Attached is the screen shot of the Date Time Parse tool configuration.