Implement a pipeline step converter
You must use a converter to convert the settings on a pipeline step item into a plugin. The plugin identifies the endpoint that the pipeline step will read from.
To implement a pipeline step converter:
-
In Visual Studio, add the following class:
ImportantYou must change the value of
[PIPELINE STEP TEMPLATE ID]to match the ID from the pipeline step template named Read Text File Pipeline Step.NoteBy inheriting from
BasePipelineStepConverteryou get access to a number of methods that facilitate reading values from fields on a Sitecore item.In addition to being able to read simple values like strings, numbers, and dates, methods are available to automatically convert referenced items into the appropriate Data Exchange Framework component.
-
Compile the project.
-
Deploy
Examples.DataExchange.Providers.FileSystem.dllto the Sitecore server.