Click here to Skip to main content
15,890,932 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I have a tables like this


Pk user1_test1 user1_test2 | user2_test1 user2_test2
---------------------------------------------------------------
1 1 3 | 6 2
2 2 1 | 2 3
3 4 2 | 2 1
4 5 6 | 2 4

I want this datatable to be converted like this.

pk User1 | User2
test1 | test2 | test1 | tset2
-----------------------------------------------------
1 1 3 | 6 2
2 2 1 | 2 3
3 4 2 | 2 1
4 5 6 | 2 4

so how can we split a datacolum like above.

Thanks In advance..
Posted
Comments
Boipelo 21-Jul-13 14:24pm    
I honestly don't see the difference; maybe I am not looking too deep. How many columns do you have? I see five on top, and five at the bottom. Maybe explain the pipe > "|", does it divide the columns?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900