August 7, 2012 at 1:31 pm
I need to import data from excel and excel has data like this for example
Column Name
Test01 test02 test03 test04 test05
Values
State2_J State4_A State2_H NUll NULL
State3_a State1_A State3_F NULL State4_P
In requirment all this data value become distinct column value like this
State2_A, State2_B,State2_J,State4_A
So i need to yes under appropriate column name and rest remain null for example
State2_A, State2_B,State2_J,State4_A
yes YES
Please Help me. any idea would be apericated.
August 7, 2012 at 7:13 pm
Are you using SSIS for your ETL purposes?
Regards:
Mordred
Keep on Coding in the Free World
August 7, 2012 at 8:35 pm
Is
Test01 test02 test03 test04 test05
-----------------------------------------------------
State2_J State4_A State2_H NUll NULL
Do columns test04 and test05 contain
a. the charactes null, NULL
b. blank characters
c. EMPTY?
August 8, 2012 at 8:17 am
Yes!!! I am using SSIS
August 8, 2012 at 8:20 am
I have many other column, in which i dont have any value that's why i specify null. As I mention earlier my data value are becoming column and we have to put "Yes" under apropriate column name.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply