List Destination Data Flow
- Last UpdatedJun 26, 2023
- 2 minute read
You need to use the List Destination Data flow component to import data from any SSIS-supported data flow component. The List Destination component is available in the destination dataflow components. You can select the list to which the data is to be imported. If the list is mapped to multiple tables, you can select the tables to which the data is to be exported.
General Tab

|
Field |
Description |
|---|---|
|
Repository name |
Select the repository name. |
|
List Name |
Select the List Name from which the data is to be imported. |
|
List Structure |
Select the Table Name from which the data is to be imported. |
|
Select Owner |
Select the owner from the drop-down list. |
|
Password |
Key-in the password. |
Settings Tab

|
Field |
Description |
|
|
Using List API |
Enabled |
Select this box for importing data using the List APIs. Using this option may affect the performance of the system. |
|
Duplicate Check |
Enable |
Select this box to enable checking of duplicates. |
|
Insert |
Select this radio button if you need to insert the item to the list even if it is a duplicate item. |
|
|
Update |
Select this radio button if you need to update the item. |
|
|
Ignore |
Select this radio button for checking duplicate records. If a duplicate record exists, it will be ignored. |
|