Hi there,
I used a macro to read multiple files into alteryx. In some files, alteryx reads in every column correctly. In other files, alteryx can read every column except the address column. It just shows column title but no content in the columns.
The fact that this macro works for some files makes me think coding works. I am puzzled what can cause other files not to be read in correctly. Could the reason be a different language? English address reads in fine, German addresses sometimes have issues being read correctly. Have you seen language/formatting issues in excel that would cause the entire address column not be read?
Alteryx flow looks like this
Directory -> Formula([FullPath]+"|||'Reporting Characteristics$'") -> Macro
Thanks,
Yiling