Hi,
I have a text file with data, say a list of computer's names and its description, memory, cpu, os...etc. Right now it's in a text file with a single long column. I want to be able to extract by computer's name and display them into a new file (if possible) by each computer's name as the headers
For ex:
PC1 PC2 PC3
win10 win7 win8
cpu1 cpu2 cpu3
Any help will gladly be appreciated.

