Exports definitions of business rules folders into a CSV file. You can modify the CSV file and use it as input to the %BRM_IMPORT_FOLDER macro.
Requirement: | This macro must be run on the server tier. |
Tip: | You can modify the data values in the exported CSV file, and then re-import the data. However, do not modify the CSV file structure (column or row order). |
specifies the full pathname to the CSV file for the exported data.
specifies the full pathname of the business rules folders that you want to export. Use a forward slash to separate folder names. By default, %BRM_EXPORT_FOLDER exports all business rules folders. You can explicitly specify that you want to export all folders by entering an empty folder list:
FOLDER_PATH=
Example | folder_path=%str(Applications, Retail/ApprovedLoans) |