Hi All,
I tried to search through questions and online, but couldn't find an answer. Hopefully, one of you could help. I am trying to join multiple text files together using an Input tool, but get the following error: "...has a different number of fields that the 1st file in the set and will be skipped."
Input:
Daily .txt files get saved down in the same location, where each file has a rolling 3 days
(Ex: file 1: Name Address 7/31 6/1 6/2; file 2 Name Address 6/1 6/2 6/3, file 3 Name Address 6/2 6/3 6/4, etc)
Goal:
To combine the the files so i have Name Address 7/31 6/1 6/2 6/3 6/4 etc
Issue:
Get an error "...has a different number of fields that the 1st file in the set and will be skipped."
What's the best way to achieve my goal?