For example purposes, I made 4 copies of your example file, and placed them all into a folder under my Discussion Group folder
Documents\Discussion Group\textfile
I then went to
File=>Import Multiple File
![fi1.PNG fi1.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32433i212F8D5B1CAA7028/image-size/large?v=v2&px=999)
I selected the check box for "Add file name column"
I then clicked on "Settings"
![fi2.PNG fi2.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32435iC6182ED0A6A1CFFB/image-size/large?v=v2&px=999)
I unchecked "Has Headers"
I changed the "First Data Line" to 7
I unchecked in the End Of Field box, "Comma" and checked "Spaces"
Clicked on OK
Clicked on Import
The data table opened with Col1-Col6 columns plus the FileName columns
![fi3.PNG fi3.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32436iF4A1FE16C5EC7272/image-size/large?v=v2&px=999)
The only columns that are wanted are columns Col5 and File Name so delete all others
![fi4.PNG fi4.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32437i4B69CC5CEAB2FF74/image-size/large?v=v2&px=999)
Now all that has to be done, is to separate the data from the 4 input files into columns
Go to
Tables=>Split
![fi5.PNG fi5.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32451i94AD12C516C7F5E8/image-size/large?v=v2&px=999)
Select File Name as the "Split By" column
Select Col 5 as the "Split Columns" column
Click on OK
The new table will have one column for each of the input files
![fi6.PNG fi6.PNG](https://community.jmp.com/t5/image/serverpage/image-id/32452i5AEA3658866C3260/image-size/large?v=v2&px=999)
This should be the final form of the table you need. You can rename the columns to whatever you want.
Jim