When I try and use the Generate Data Table Wizard within the Generate Data Table from Text activity, when I copy the TXT file contents that has tabs as delimiters, I am seeing that the example data that I pasted appears to place everything in the first column and does not separate these into their designated columns.
I am not sure if anyone has brought this up but this appears to be a bug within that activity.
It seems limitation of the wizard. (Tab is automatically converted to space in the input text field)
So I recommend to check actual run (without wizard) like the following settings then check it using breakpoint and locals panel.
For ease for everyone, I’ll keep my comments here. Sorry for double posting.
@Yoichi That seems to have worked. Thank you. Regardless, the Wizard and the activity itself is a bug that needs to be fixed. Tab-delimited text files are a thing and should be treated as such. Changing the tab to a space is not a solution.