Distribute data of one dimension into 2 dimensions
Posted: Wed Sep 09, 2015 6:40 am
Hi Guyzz,
Need your help.
I have a dimension (D) with data in the form of
1. abc_defg ,
2. pqrs_xyz ,
3. mnr_tylr . ( elements length not same)
I have to load this data in 2 dimensions say D1 and D2, in such a way -
D1 will have elements abc, pqrs, mnr (ie part of string which was present before "_" )
D2 will have the elements defg, xyz, tylr (ie part of string which was present after "_" ).
How to achieve this ?
Need your help.
I have a dimension (D) with data in the form of
1. abc_defg ,
2. pqrs_xyz ,
3. mnr_tylr . ( elements length not same)
I have to load this data in 2 dimensions say D1 and D2, in such a way -
D1 will have elements abc, pqrs, mnr (ie part of string which was present before "_" )
D2 will have the elements defg, xyz, tylr (ie part of string which was present after "_" ).
How to achieve this ?