Hello,
I am new to SSIS (using 2008 R2). I have what I hope is a very simple flow. I am looking for a recommendation on a general data flow process I should use to achieve the goal that I am about to state (.specifically which SSIS objects to use and in which order, etc.). Then, I hope to use that as my template to build from, where I will then go through the recommended flow objects one at a time until I achieve the desired result (no only will I achieve my 1st request, but also will learn a lot along the way).
These are the general process steps that need to happen in my flow:
1. DATA SOURCE -Oracle (TABLE1)with fields:
ID (int)
Result_Name (str)
Result_Value (str)
2. Extract Specific values from Result_VALUE (based on specific ID numbers), and place this data subset in its' own column named, NEW_RESULT
3. Remove the % symbol from the data within the NEW_RESULT column that was just created
4. Convert the NEW_RESULT column from a String to number (whole numbers up to 100)
5. Finally, everything ends up in the new DESTINATION -SQL location (Table2) with the original fields + my new field
ID (int)
Result_Name (str)
Result_Value (str)
NEW_RESULT (int)
Thank you for suggesting a basic template/flow (SSIS objects and flow order) for me to use. I know there is probably more than one way to do this, but would appreciate a suggestion to start with for a newbie. I’ll not only
Dave
I am new to SSIS (using 2008 R2). I have what I hope is a very simple flow. I am looking for a recommendation on a general data flow process I should use to achieve the goal that I am about to state (.specifically which SSIS objects to use and in which order, etc.). Then, I hope to use that as my template to build from, where I will then go through the recommended flow objects one at a time until I achieve the desired result (no only will I achieve my 1st request, but also will learn a lot along the way).
These are the general process steps that need to happen in my flow:
1. DATA SOURCE -Oracle (TABLE1)with fields:
ID (int)
Result_Name (str)
Result_Value (str)
2. Extract Specific values from Result_VALUE (based on specific ID numbers), and place this data subset in its' own column named, NEW_RESULT
3. Remove the % symbol from the data within the NEW_RESULT column that was just created
4. Convert the NEW_RESULT column from a String to number (whole numbers up to 100)
5. Finally, everything ends up in the new DESTINATION -SQL location (Table2) with the original fields + my new field
ID (int)
Result_Name (str)
Result_Value (str)
NEW_RESULT (int)
Thank you for suggesting a basic template/flow (SSIS objects and flow order) for me to use. I know there is probably more than one way to do this, but would appreciate a suggestion to start with for a newbie. I’ll not only
Dave