Import or export recipes at runtime
Use the RecipeImportExport NetLogic to import recipes from a CSV file or export recipes to a CSV file at runtime.
Prerequisites
To import or export recipes at runtime
-
From the toolbar, select
Template Libraries.
-
In Libraries:
- In Project view, select the RecipeImportExport object.
-
In Properties:
-
Configure the buttons to trigger import or export:
- Add a Button object in a container and associate its MouseClick Event with the NetLogic Import method.
- Add a Button object in a container and associate its MouseClick Event with the NetLogic Export method.
For more information, see Button and Add a method to an existing event.