How do I get it so that my txt files when they are delimited and data cleansed in Alteryx that they don't move the data over?
What's happening is that it is moving the fields to the right left to fill the empty spaces due to the data cleansing remove trailing/leading spaces but I need those blank spaces to stay so I can fill them with 0.
TXT input
Original in Alteryx
After Data Cleansing
It's reading a lot of files so going in there manually to add the zero before it runs through is not ideal.
It gave back the error "Too many fields in record #9"
@vercimak what is the delimiter?
Looks like from your screenshot it might be tab delimiter... if that's the case you need to update the delimiter from a comma (",") to a tab ("\t") in the delimiter row of the input file.
I updated to the delimiter /t and it ran with no error but it still results in the same problem
Are you able to use a text to columns tool to parse further ?
Try using \s as the delimiter.
Yes it was already originally used to parse the data to original form but when done again it just outputs the same