I have a text file(.txt), which is delimited with the following format, with the records formatted as such:
Order/ID : IN-2013-77878
Order/Date : 2/5/13
Ship/Mode: Second Class
product/id : TEC-AC-10003033
Order/ID : IN-2013-77878
Order/Date : 2/8/13
Ship/Mode: Second Class
product/id : FUR-CH-10004050
My file has quite a bit more records( probably over 500,000), and I'm not sure how to begin reading this data in with Alteryx.
Is there an easy way to transpose this data into a tidy format (or loop over it?) What tools can I use in Alteryx to get this type of data into a tidy form? Thanks so much.