Hello,
I would like to seperate the txt file shown below into different columns with the tile being the word before the = sign. See below. How can I accomplish this?
Thanks!
Need to conver from this:
To:
Solved! Go to Solution.
Hi Joe,
Thanks! this solution worked!
I do have a follow up question. I have multiple of these txt files. How can I combined them into one and have them line up in the same Column? When I try to do an Union, each file is showing in a differnt colum.
Thanks
Does http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Reading-multiple-CSV-files-at-once/ta-p/38221 help?
If not, can you attached a workflow and sample files that reproduce the situation you have? Thank you!
Looks like you have the "Join Multiple" tool confused with "Union" tool.
If you need to have separate Input tools, then you want the Union tool to stack the records.
Additionally, you can use a single Input tool if all files are in the same directory. Just use an asterisk * as the wildcard placeholder.
See the attached for an example.
Thanks! The wildcard worked!