-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEmployeeDataLoadingAndArchiving.dtsx
More file actions
809 lines (809 loc) · 42.9 KB
/
EmployeeDataLoadingAndArchiving.dtsx
File metadata and controls
809 lines (809 loc) · 42.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
<?xml version="1.0"?>
<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts"
DTS:refId="Package"
DTS:CreationDate="5/3/2021 6:43:28 PM"
DTS:CreationName="Microsoft.Package"
DTS:CreatorComputerName="DESKTOP-5Q5MJKS"
DTS:CreatorName="DESKTOP-5Q5MJKS\niles"
DTS:DTSID="{367986D3-4778-427A-8A20-483151946E9F}"
DTS:ExecutableType="Microsoft.Package"
DTS:LastModifiedProductVersion="15.0.2000.166"
DTS:LocaleID="16393"
DTS:ObjectName="Package"
DTS:PackageType="5"
DTS:VersionBuild="10"
DTS:VersionGUID="{A04D2B01-6539-4A2B-B73C-6CAEB69346A9}">
<DTS:Property
DTS:Name="PackageFormatVersion">8</DTS:Property>
<DTS:Variables>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{FB8A9031-92D8-4A19-8F25-D85B08005B32}"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataArchiveFolderPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataArchivedFolder\</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{742DAFCC-ACAE-4AEA-BCB3-391B7E72A692}"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataInTableFolderPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataInTableLoadedFolder\</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{0F029BFB-188F-40E1-8759-9D7E022B8624}"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataLoadFileName">
<DTS:VariableValue
DTS:DataType="8">Employees.csv</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{CB1893EB-CACB-470C-9115-6F2CDEDA5149}"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataLoadFolderPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataFolder\</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{694C5B4E-F968-4BD1-941F-D31C724F8A59}"
DTS:EvaluateAsExpression="True"
DTS:Expression="@[User::DataLoadFolderPath]+ @[User::DataLoadFileName]"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataLoadFullPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataFolder\Employees.csv</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{538A842E-7B37-4BB5-9112-14F82B9DB2C0}"
DTS:EvaluateAsExpression="True"
DTS:Expression="@[User::DataInTableFolderPath]+ @[User::DataLoadFileName]"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="DataMovedFolderPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataInTableLoadedFolder\Employees.csv</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{6F36BB9C-D893-4044-9814-740F8C6A05C1}"
DTS:EvaluateAsExpression="True"
DTS:Expression=""Employee_"+(DT_WSTR,4)YEAR(GETDATE())+"_"+(DT_WSTR,4)MONTH(GETDATE())+"_"+(DT_WSTR,4)DAY(GETDATE())+".txt""
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="NewDataLoadFileName">
<DTS:VariableValue
DTS:DataType="8">Employee_2021_5_10.txt</DTS:VariableValue>
</DTS:Variable>
<DTS:Variable
DTS:CreationName=""
DTS:DTSID="{E13E87C2-9910-4577-9AEE-24EF25802C02}"
DTS:EvaluateAsExpression="True"
DTS:Expression="@[User::DataInTableFolderPath]+ @[User::NewDataLoadFileName]"
DTS:IncludeInDebugDump="2345"
DTS:Namespace="User"
DTS:ObjectName="NewDataLoadFullPath">
<DTS:VariableValue
DTS:DataType="8">C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataInTableLoadedFolder\Employee_2021_5_10.txt</DTS:VariableValue>
</DTS:Variable>
</DTS:Variables>
<DTS:Executables>
<DTS:Executable
DTS:refId="Package\Archiving FIle after succefful data load in database"
DTS:CreationName="Microsoft.ExecuteProcess"
DTS:Description="Execute Process Task"
DTS:DTSID="{36CD234B-C055-4ED9-9F9B-89FBB779E3C2}"
DTS:ExecutableType="Microsoft.ExecuteProcess"
DTS:LocaleID="-1"
DTS:ObjectName="Archiving FIle after succefful data load in database"
DTS:TaskContact="Execute Process Task;Microsoft Corporation; SQL Server 2019; © 2019 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:PropertyExpression
DTS:Name="Arguments">"a "+"\"-t7z\""+" \""+ @[User::DataArchiveFolderPath]+ left(@[User::NewDataLoadFileName],len( @[User::NewDataLoadFileName])-3)+"zip"+"\" "+ "\""+ @[User::NewDataLoadFullPath] + "\""</DTS:PropertyExpression>
<DTS:ObjectData>
<ExecuteProcessData
Executable="C:\Program Files\7-Zip\7z.exe"
Arguments="a "-t7z" "C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataArchivedFolder\Employee_2021_5_10.zip" "C:\Users\niles\OneDrive\Documents\SSIS Project\DataLoadingaAndArchvingProject\DataInTableLoadedFolder\Employee_2021_5_10.txt"" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Delete File After Archiving"
DTS:CreationName="Microsoft.FileSystemTask"
DTS:Description="File System Task"
DTS:DTSID="{57E843C5-5A9E-4BAE-B873-30D23243DF12}"
DTS:ExecutableType="Microsoft.FileSystemTask"
DTS:LocaleID="-1"
DTS:ObjectName="Delete File After Archiving"
DTS:TaskContact="File System Task;Microsoft Corporation; SQL Server 2019; © 2019 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<FileSystemData
TaskOperationType="DeleteFile"
TaskSourcePath="User::NewDataLoadFullPath"
TaskIsSourceVariable="True" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Moving the File after data tranfer to table"
DTS:CreationName="Microsoft.FileSystemTask"
DTS:Description="File System Task"
DTS:DTSID="{536C4CF1-0BFD-4CE7-A3B3-D4153D93FFFB}"
DTS:ExecutableType="Microsoft.FileSystemTask"
DTS:LocaleID="-1"
DTS:ObjectName="Moving the File after data tranfer to table"
DTS:TaskContact="File System Task;Microsoft Corporation; SQL Server 2019; © 2019 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<FileSystemData
TaskOperationType="MoveFile"
TaskSourcePath="User::DataLoadFullPath"
TaskIsSourceVariable="True"
TaskDestinationPath="User::DataInTableFolderPath"
TaskIsDestinationVariable="True" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Renaming the File with Date"
DTS:CreationName="Microsoft.FileSystemTask"
DTS:Description="File System Task"
DTS:DTSID="{DFE79414-05AA-4212-8E7F-EBBA8679EB0F}"
DTS:ExecutableType="Microsoft.FileSystemTask"
DTS:LocaleID="-1"
DTS:ObjectName="Renaming the File with Date"
DTS:TaskContact="File System Task;Microsoft Corporation; SQL Server 2019; © 2019 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<FileSystemData
TaskOperationType="RenameFile"
TaskSourcePath="User::DataMovedFolderPath"
TaskIsSourceVariable="True"
TaskDestinationPath="User::NewDataLoadFullPath"
TaskIsDestinationVariable="True" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Transfering Data from Flat Fill to Database"
DTS:CreationName="Microsoft.Pipeline"
DTS:Description="Data Flow Task"
DTS:DTSID="{D778D1FB-23CA-4EC6-8769-26A741B81496}"
DTS:ExecutableType="Microsoft.Pipeline"
DTS:LocaleID="-1"
DTS:ObjectName="Transfering Data from Flat Fill to Database"
DTS:TaskContact="Performs high-performance data extraction, transformation and loading;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1">
<DTS:Variables />
<DTS:ObjectData>
<pipeline
version="1">
<components>
<component
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV)"
componentClassID="Microsoft.FlatFileSource"
contactInfo="Flat File Source;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;1"
description="Flat File Source"
localeId="16393"
name="Customer File Data (CSV)"
usesDispositions="true"
version="1">
<properties>
<property
dataType="System.Boolean"
description="Specifies whether zero-length columns are treated as null."
name="RetainNulls">false</property>
<property
dataType="System.String"
description="Specifies the name of an output column containing the file name. If no name is specified, no output column containing the file name will be generated."
name="FileNameColumnName"></property>
</properties>
<connections>
<connection
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Connections[FlatFileConnection]"
connectionManagerID="{B742B6C6-0B5E-4267-B03E-BFFC77123418}:external"
connectionManagerRefId="Project.ConnectionManagers[Flat File Connection Manager]"
name="FlatFileConnection" />
</connections>
<outputs>
<output
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output]"
name="Flat File Source Output">
<outputColumns>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeId]"
codePage="1252"
dataType="str"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[employeeId]"
length="50"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeId]"
name="employeeId"
truncationRowDisposition="FailComponent">
<properties>
<property
dataType="System.Boolean"
description="Indicates whether the column uses the faster, locale-neutral parsing routines."
name="FastParse">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the data is in binary format."
name="UseBinaryFormat">false</property>
</properties>
</outputColumn>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeName]"
codePage="1252"
dataType="str"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[employeeName]"
length="50"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeName]"
name="employeeName"
truncationRowDisposition="FailComponent">
<properties>
<property
dataType="System.Boolean"
description="Indicates whether the column uses the faster, locale-neutral parsing routines."
name="FastParse">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the data is in binary format."
name="UseBinaryFormat">false</property>
</properties>
</outputColumn>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[department]"
codePage="1252"
dataType="str"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[department]"
length="50"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[department]"
name="department"
truncationRowDisposition="FailComponent">
<properties>
<property
dataType="System.Boolean"
description="Indicates whether the column uses the faster, locale-neutral parsing routines."
name="FastParse">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the data is in binary format."
name="UseBinaryFormat">false</property>
</properties>
</outputColumn>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[dateOfJoining]"
codePage="1252"
dataType="str"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[dateOfJoining]"
length="50"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[dateOfJoining]"
name="dateOfJoining"
truncationRowDisposition="FailComponent">
<properties>
<property
dataType="System.Boolean"
description="Indicates whether the column uses the faster, locale-neutral parsing routines."
name="FastParse">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the data is in binary format."
name="UseBinaryFormat">false</property>
</properties>
</outputColumn>
</outputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[employeeId]"
codePage="1252"
dataType="str"
length="50"
name="employeeId" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[employeeName]"
codePage="1252"
dataType="str"
length="50"
name="employeeName" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[department]"
codePage="1252"
dataType="str"
length="50"
name="department" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].ExternalColumns[dateOfJoining]"
codePage="1252"
dataType="str"
length="50"
name="dateOfJoining" />
</externalMetadataColumns>
</output>
<output
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output]"
isErrorOut="true"
name="Flat File Source Error Output">
<outputColumns>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[Flat File Source Error Output Column]"
codePage="1252"
dataType="text"
description="Flat File Source Error Output Column"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[Flat File Source Error Output Column]"
name="Flat File Source Error Output Column" />
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
<component
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData"
componentClassID="Microsoft.OLEDBDestination"
contactInfo="OLE DB Destination;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;4"
description="OLE DB Destination"
name="EmployeeData"
usesDispositions="true"
version="4">
<properties>
<property
dataType="System.Int32"
description="The number of seconds before a command times out. A value of 0 indicates an infinite time-out."
name="CommandTimeout">0</property>
<property
dataType="System.String"
description="Specifies the name of the database object used to open a rowset."
name="OpenRowset">[dbo].[EmployeeData]</property>
<property
dataType="System.String"
description="Specifies the variable that contains the name of the database object used to open a rowset."
name="OpenRowsetVariable"></property>
<property
dataType="System.String"
description="The SQL command to be executed."
name="SqlCommand"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor"></property>
<property
dataType="System.Int32"
description="Specifies the column code page to use when code page information is unavailable from the data source."
name="DefaultCodePage">1252</property>
<property
dataType="System.Boolean"
description="Forces the use of the DefaultCodePage property value when describing character data."
name="AlwaysUseDefaultCodePage">false</property>
<property
dataType="System.Int32"
description="Specifies the mode used to access the database."
name="AccessMode"
typeConverter="AccessMode">0</property>
<property
dataType="System.Boolean"
description="Indicates whether the values supplied for identity columns will be copied to the destination. If false, values for identity columns will be auto-generated at the destination. Applies only if fast load is turned on."
name="FastLoadKeepIdentity">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the columns containing null will have null inserted in the destination. If false, columns containing null will have their default values inserted at the destination. Applies only if fast load is turned on."
name="FastLoadKeepNulls">false</property>
<property
dataType="System.String"
description="Specifies options to be used with fast load. Applies only if fast load is turned on."
name="FastLoadOptions"></property>
<property
dataType="System.Int32"
description="Specifies when commits are issued during data insertion. A value of 0 specifies that one commit will be issued at the end of data insertion. Applies only if fast load is turned on."
name="FastLoadMaxInsertCommitSize">2147483647</property>
</properties>
<connections>
<connection
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Connections[OleDbConnection]"
connectionManagerID="{DB16CC43-79D5-4B98-B625-9048CE303759}:external"
connectionManagerRefId="Project.ConnectionManagers[DESKTOP-5Q5MJKS.SSIS.sa]"
description="The OLE DB runtime connection used to access the database."
name="OleDbConnection" />
</connections>
<inputs>
<input
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input]"
errorOrTruncationOperation="Insert"
errorRowDisposition="FailComponent"
hasSideEffects="true"
name="OLE DB Destination Input">
<inputColumns>
<inputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].Columns[employeeId]"
cachedCodepage="1252"
cachedDataType="str"
cachedLength="50"
cachedName="employeeId"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[employeeId]"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeId]" />
<inputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].Columns[employeeName]"
cachedCodepage="1252"
cachedDataType="str"
cachedLength="50"
cachedName="employeeName"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[employeeName]"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[employeeName]" />
<inputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].Columns[department]"
cachedCodepage="1252"
cachedDataType="str"
cachedLength="50"
cachedName="department"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[department]"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[department]" />
<inputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].Columns[dateOfJoining]"
cachedCodepage="1252"
cachedDataType="str"
cachedLength="50"
cachedName="dateOfJoining"
externalMetadataColumnId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[dateOfJoining]"
lineageId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output].Columns[dateOfJoining]" />
</inputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[employeeId]"
codePage="1252"
dataType="str"
length="50"
name="employeeId" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[employeeName]"
codePage="1252"
dataType="str"
length="50"
name="employeeName" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[department]"
codePage="1252"
dataType="str"
length="50"
name="department" />
<externalMetadataColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input].ExternalColumns[dateOfJoining]"
codePage="1252"
dataType="str"
length="50"
name="dateOfJoining" />
</externalMetadataColumns>
</input>
</inputs>
<outputs>
<output
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Outputs[OLE DB Destination Error Output]"
exclusionGroup="1"
isErrorOut="true"
name="OLE DB Destination Error Output"
synchronousInputId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input]">
<outputColumns>
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Outputs[OLE DB Destination Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Outputs[OLE DB Destination Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Outputs[OLE DB Destination Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Outputs[OLE DB Destination Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
</components>
<paths>
<path
refId="Package\Transfering Data from Flat Fill to Database.Paths[Flat File Source Output]"
endId="Package\Transfering Data from Flat Fill to Database\EmployeeData.Inputs[OLE DB Destination Input]"
name="Flat File Source Output"
startId="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV).Outputs[Flat File Source Output]" />
</paths>
</pipeline>
</DTS:ObjectData>
</DTS:Executable>
</DTS:Executables>
<DTS:PrecedenceConstraints>
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint]"
DTS:CreationName=""
DTS:DTSID="{4C724176-7C2E-49CC-8603-F982EA7103AF}"
DTS:From="Package\Transfering Data from Flat Fill to Database"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint"
DTS:To="Package\Moving the File after data tranfer to table" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 1]"
DTS:CreationName=""
DTS:DTSID="{4E0F4AE2-5C9E-4707-94DC-1657D9D8F9B7}"
DTS:From="Package\Moving the File after data tranfer to table"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 1"
DTS:To="Package\Renaming the File with Date" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 2]"
DTS:CreationName=""
DTS:DTSID="{3FB647FA-2430-4D98-A1C4-934DDBF61ED1}"
DTS:From="Package\Renaming the File with Date"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 2"
DTS:To="Package\Archiving FIle after succefful data load in database" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 3]"
DTS:CreationName=""
DTS:DTSID="{0BC1683A-8F52-4B8E-9DF0-409D95F93D7F}"
DTS:From="Package\Archiving FIle after succefful data load in database"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 3"
DTS:To="Package\Delete File After Archiving" />
</DTS:PrecedenceConstraints>
<DTS:DesignTimeProperties><![CDATA[<?xml version="1.0"?>
<!--This CDATA section contains the layout information of the package. The section includes information such as (x,y) coordinates, width, and height.-->
<!--If you manually edit this section and make a mistake, you can delete it. -->
<!--The package will still be able to load normally but the previous layout information will be lost and the designer will automatically re-arrange the elements on the design surface.-->
<Objects
Version="8">
<!--Each node below will contain properties that do not affect runtime behavior.-->
<Package
design-time-name="Package">
<LayoutInfo>
<GraphLayout
Capacity="16" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml">
<NodeLayout
Size="311.2,41.6"
Id="Package\Archiving FIle after succefful data load in database"
TopLeft="580.833310253091,316.333335847325" />
<NodeLayout
Size="198.4,41.6"
Id="Package\Delete File After Archiving"
TopLeft="785.833302107124,399.533336508539" />
<NodeLayout
Size="264.8,41.6"
Id="Package\Moving the File after data tranfer to table"
TopLeft="339.999986489614,145.600001157125" />
<NodeLayout
Size="240.8,41.6"
Id="Package\Renaming the File with Date"
TopLeft="449.166648818388,226.200001797676" />
<NodeLayout
Size="274.4,41.6"
Id="Package\Transfering Data from Flat Fill to Database"
TopLeft="215.833324756888,63.266667169465" />
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint]"
TopLeft="353.033324756888,104.866667169465">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="119.366661732727,40.7333339876598"
Start="0,0"
End="119.366661732727,33.2333339876598">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,16.3666669938299" />
<mssgle:CubicBezierSegment
Point1="0,16.3666669938299"
Point2="0,20.3666669938299"
Point3="4,20.3666669938299" />
<mssgle:LineSegment
End="115.366661732727,20.3666669938299" />
<mssgle:CubicBezierSegment
Point1="115.366661732727,20.3666669938299"
Point2="119.366661732727,20.3666669938299"
Point3="119.366661732727,24.3666669938299" />
<mssgle:LineSegment
End="119.366661732727,33.2333339876598" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 1]"
TopLeft="472.399986489614,187.200001157125">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="97.1666623287739,39.0000006405512"
Start="0,0"
End="97.1666623287739,31.5000006405512">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,15.5000003202756" />
<mssgle:CubicBezierSegment
Point1="0,15.5000003202756"
Point2="0,19.5000003202756"
Point3="4,19.5000003202756" />
<mssgle:LineSegment
End="93.1666623287739,19.5000003202756" />
<mssgle:CubicBezierSegment
Point1="93.1666623287739,19.5000003202756"
Point2="97.1666623287739,19.5000003202756"
Point3="97.1666623287739,23.5000003202756" />
<mssgle:LineSegment
End="97.1666623287739,31.5000006405512" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 2]"
TopLeft="569.566648818388,267.800001797676">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="166.866661434703,48.5333340496488"
Start="0,0"
End="166.866661434703,41.0333340496488">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,20.2666670248244" />
<mssgle:CubicBezierSegment
Point1="0,20.2666670248244"
Point2="0,24.2666670248244"
Point3="4,24.2666670248244" />
<mssgle:LineSegment
End="162.866661434703,24.2666670248244" />
<mssgle:CubicBezierSegment
Point1="162.866661434703,24.2666670248244"
Point2="166.866661434703,24.2666670248244"
Point3="166.866661434703,28.2666670248244" />
<mssgle:LineSegment
End="166.866661434703,41.0333340496488" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 3]"
TopLeft="736.433310253091,357.933335847325">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="148.599991854032,41.6000006612142"
Start="0,0"
End="148.599991854032,34.1000006612142">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,16.8000003306071" />
<mssgle:CubicBezierSegment
Point1="0,16.8000003306071"
Point2="0,20.8000003306071"
Point3="4,20.8000003306071" />
<mssgle:LineSegment
End="144.599991854032,20.8000003306071" />
<mssgle:CubicBezierSegment
Point1="144.599991854032,20.8000003306071"
Point2="148.599991854032,20.8000003306071"
Point3="148.599991854032,24.8000003306071" />
<mssgle:LineSegment
End="148.599991854032,34.1000006612142" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
</GraphLayout>
</LayoutInfo>
</Package>
<TaskHost
design-time-name="Package\Transfering Data from Flat Fill to Database">
<LayoutInfo>
<GraphLayout
Capacity="4" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml">
<NodeLayout
Size="146.4,41.6"
Id="Package\Transfering Data from Flat Fill to Database\EmployeeData"
TopLeft="528.333312339254,139.533334442245" />
<NodeLayout
Size="199.2,41.6"
Id="Package\Transfering Data from Flat Fill to Database\Customer File Data (CSV)"
TopLeft="334.999986688297,55.4666671074761" />
<EdgeLayout
Id="Package\Transfering Data from Flat Fill to Database.Paths[Flat File Source Output]"
TopLeft="434.599986688297,97.0666671074761">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="166.933325650957,42.4666673347689"
Start="0,0"
End="166.933325650957,34.9666673347689">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,17.2333336673845" />
<mssgle:CubicBezierSegment
Point1="0,17.2333336673845"
Point2="0,21.2333336673845"
Point3="4,21.2333336673845" />
<mssgle:LineSegment
End="162.933325650957,21.2333336673845" />
<mssgle:CubicBezierSegment
Point1="162.933325650957,21.2333336673845"
Point2="166.933325650957,21.2333336673845"
Point3="166.933325650957,25.2333336673845" />
<mssgle:LineSegment
End="166.933325650957,34.9666673347689" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
</GraphLayout>
</LayoutInfo>
</TaskHost>
<PipelineComponentMetadata
design-time-name="Package\Transfering Data from Flat Fill to Database\EmployeeData">
<Properties>
<Property>
<Name>DataSourceViewID</Name>
</Property>
<Property>
<Name>TableInfoObjectType</Name>
<Value
type="q2:string">Table</Value>
</Property>
</Properties>
</PipelineComponentMetadata>
</Objects>]]></DTS:DesignTimeProperties>
</DTS:Executable>