
Select the Business Object Type that will be retrieved.
Click the arrow on the right to select from a list of object types.
Click next once one is selected.

Select the Import Template from the drop down.
See Import Csv File for information on creating import templates.

Select the variable that will hold the path to the Csv file.
Note: Make sure to set that variable to the path within the script.
Created Script

Import Csv File – takes a import template, a csv file path, imports the contents into a new record collection and sets that collection to a variable.
Loop Record Collection – this loops through the record collection. The current record will be set to the CurrentItem variable. This loop can be deleted if no other processing is needed on the records.
Commit All Changed – saves new records and updates to the database.
Tutorial