%BRM_EXPORT_FOLDER

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).

Syntax

%BRM_EXPORT_FOLDER (CSV=%STR(output_filename.CSV)
<, FOLDER_PATH=<%STR(pathname_1<, pathname_2>...)>>);

Required Argument

CSV=%STR(output_filename)

specifies the full pathname to the CSV file for the exported data.

Optional Argument

FOLDER_PATH=<%STR(pathname_1<, pathname_2>...)>

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=
You do not need to specify the FOLDER_PATH= option unless you want to export a specific folder.
Example folder_path=%str(Applications, Retail/ApprovedLoans)
Last updated: February 22, 2017