0% found this document useful (0 votes)
34 views7 pages

Daily Activity Tracking

1. Add a Conditional Split transformation after the Flat File Source. 2. Configure the Conditional Split to redirect rows based on conditions, such as checking for null/empty values. 3. Connect the Conditional Split to multiple destinations, such as a trash destination for rows not meeting conditions. 4. Map the output of the Conditional Split to different destinations based on the conditional logic to redirect rows as needed. This allows rows from the flat file source to be programmatically redirected to different destinations based on conditional logic, such as sending rows with null values to a trash table instead of the target table. The Conditional

Uploaded by

PURUSHOTHAM V
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views7 pages

Daily Activity Tracking

1. Add a Conditional Split transformation after the Flat File Source. 2. Configure the Conditional Split to redirect rows based on conditions, such as checking for null/empty values. 3. Connect the Conditional Split to multiple destinations, such as a trash destination for rows not meeting conditions. 4. Map the output of the Conditional Split to different destinations based on the conditional logic to redirect rows as needed. This allows rows from the flat file source to be programmatically redirected to different destinations based on conditional logic, such as sending rows with null values to a trash table instead of the target table. The Conditional

Uploaded by

PURUSHOTHAM V
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Time Activity Status

9-20am login
9:30am -12am m_cps020_Initialize_Staged_Aggregate: documentation done
12am-12:36pm m_cps040_Update_LTD done
12.36pm-1:30pm m_CPS060_UPDATE_MFG done
2.30pm-3.30 m_cps080_Update_KMCINVENTADJCNT done
3.30pm-4 m_CPS100_UPDATE_WHSLE done
4pm-7.00pm prod job monitoring done

Time 19-May-23 Status


09.30-10.30 m_cps120_Update_EXP done
10.30-11.30 Teams Meeting With Srinivasa Rao Poladi done
11.30-12.30 m_CPS140_UPDATE_LOAN_POOL done
12.30-01.30 m_cps160_Update_DealerInventory done
01.30-02.30 Lunch Hour
02.30-03.30 m_CPS180_UPDATE_KMC_INVENTORY done
03.30-04.30 prod job monitoring done
04.30-05.30 prod job monitoring done
05.30-06.30 prod job monitoring done
06.30-07.30 prod job monitoring -Report done

Time 22-May-23 Status


09.30-10.30 production report for 21may2023 done
10.30-11.30 m_cps200UpdateRetail done
11.30-12.30 m_cps200UpdateRetail done
12.30-01.30 m_CPS220_UPDATE_EXPORT_RETAIL done
01.30-02.30 Lunch Hour
02.30-03.30 m_CPS220_UPDATE_EXPORT_RETAIL done
03.30-04.30 m_cps240_Update_MonthEndInventory done
04.30-05.30 prod job monitoring done
05.30-06.30 prod job monitoring done
06.30-07.30 prod job monitoring -Report done

Time 23-May-23 Status


09.30-10.30 m_CPS260_UPDATE_MODEL_MASTER done
10.30-11.30 m_cps280_Update_Calculations done
11.30-12.30 m_CPS400_LOAD_FACT_MTH_BUS_TOT_ACT done
12.30-01.30 done
01.30-02.30 Lunch Hour
02.30-03.30 done
03.30-04.30 done
04.30-05.30 done
05.30-06.30 done
06.30-07.30 done
time/date 7/19/2023
9.15-10 Load fixed width file in ssis
10- loading comma delimitted file, reading null values of file
How to use Fast Parse
Property in Flat File
Source in SSIS
Package

How to Redirect Rows


From Flat File Source
in SSIS Package

time/date 7/19/2023
How to Redirect Rows From
Flat File Source in SSIS
12pm Package
Part 11-Create Fixed Width
Text File with DateTime
from SQL
12.Create Pipe Delimted file
with Date Time from SQL
Server Table in SSIS
Package
Part 13-Create Comma
Delimited File with DateTime
from SQL Table in SSIS
Package
 Part 14-Create Tab
Delimited File with Date
Time From SQL Server Table
in SSIS Package
Part 15-How to use Raw File
Destination in SSIS Package

Part 16 - How to use OLE DB


Destination with Trigger in
SSIS Package

Part 17-Create Excel File


with DateTime On Each
Package Execution in SSIS
Package
width file in ssis
mma delimitted file, reading null values of file

As you've seen fast parse does not support strings. It only supports integers, date and time and then with  caveats

The first thing I would do is ensure that you're using the smallest data
types you can in your flow definition (WSTR rather than NTEXT for
example if you're strings < 4000 characters).

finished

finished

finished

known

known

known

if triggers present on destination table ,how we can make them no

facing problem while creating xlsx file in the initial level


If we use "fast load" triggers on target will not work
file1 clensing tgt1 fresh load
file2 clensing join2 tgt2 scd1
rtable1 tgt3 scd2
rtable2 db join1 tgt4 file delinited
ertable3 clensing jon3 join4 tgt5 fixed width

tgt1
file2 join tgt6 fresh load

rtable1: master.dbo.C_customers
CustomerCode CustomerName CustomerAmount Tdate
1002 RAJU 300 2/2/2012

rtable2:rtable:master.dbo.C_FullName
CustomerCode FullName Cid
1002 Raju Nayak 88002

C_Location
LocationId Location
1 BANG
2 CHENN
3 MUMB
7 VIJJ
8 DELHI
9 BHOPAL

You might also like