I have multiple user data files that i want to print out like the following:
ID Name Role Group Level Type Apps AUTH LTR
user1 SMITH JOHN SP 12 5 1 app1,app2 2,1 100
i have the included a example of a data file. the only columns that will change are columns 7 and 8.
i thought maybe some kind of join would work but cannot get it to work.
users1.dat:
user1:SMITH, JOHN:SP:12:5:1:app1:2:100
user1:SMITH, JOHN:SP:12:5:1:app2:1:100
ID Name Role Group Level Type Apps AUTH LTR
user1 SMITH JOHN SP 12 5 1 app1,app2 2,1 100
i have the included a example of a data file. the only columns that will change are columns 7 and 8.
i thought maybe some kind of join would work but cannot get it to work.
users1.dat:
user1:SMITH, JOHN:SP:12:5:1:app1:2:100
user1:SMITH, JOHN:SP:12:5:1:app2:1:100