Before loading files to another system I need to run few checks, one of them is to ensure all files in a given folder are in .csv or .txt format.
Second one is delimiters, how to check if I have | , or ; without manually opening files (there's a lot of them in the folder).
Third case is DateTime format check, in my files I have for example 03/06/2024 17:23:41.217000 and I need to ensure that time is always in milliseconds format (6 digits after .). As far as I know Alteryx can't read such format, do you have any idea how to run this check? I'd like to bulletproof it against random values after '.', only numbers are allowed there, so I need to highlight records with for example 03/06/2024 17:23:41.217ABC.
Ideally I'd like to have a workflow that would check above and put comment in new column what delimiter and file format is.
I'd really appreciate you help on this one, I am new Alteryx user and have no clue how to fix it.