Implement a value accessor converter
Version:
You must create a converter that can convert the settings on a value accessor item into a plugin. You can then specify the converter on the value accessor template in order to identify an endpoint for pipeline steps to read from.
To create the converter:
-
In Visual Studio, add the following class:
ImportantYou must change the value of
[ARRAY VALUE ACCESSOR TEMPLATE ID]to match the ID from the value accessor template named Array Value Accessor that you created in the previous step. -
Compile the project.
-
Deploy
Examples.DataExchange.Providers.FileSystem.dllto the Sitecore server.