Table of Contents

Enterprise Service Bus Data Source - File Attachment Field Import

Purpose

The File Attachment Field Import Enterprise Service Bus allows the Software Developer to import values that are stored in a delimiter separated file format such as CSV.

This feature will be available in Platform Version 14.05.941.

Supporting Elements

There are many possible uses for importing data from a file. The three most common scenarios are: update existing records, create new records, or update and create records.

To update existing records the software developer could use a Do records exist? action type to determine if a record could be found using data from the row as part of the filters. If one or more records exists then a For Each action could be used to loop over all the records. The loop is not strictly needed but if the import is updating more than one field it will make the context easier to work with for the subsequent actions. Inside the loop the software developer can then use Set Field Value actions to read the data from the row and store it on the record(s).

To create new records for each row the software developer can simply use a Create Record action and inside that action use Set Field Value actions to read the data from the row and store it on the record.

To do both create and update records in the same import the software developer should implement an action tree similar to just updating existing records but in the else portion of the Do records exist? action add the actions to create new records.

Options

There are five configuration option in this data source.

Data Handlers

There is currently only one data handler available for this data source.