%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.
Restriction: |
This macro must be run on the server tier. |
Syntax
%BRM_EXPORT_FOLDER (CSV=output_filename.CSV<,
FOLDER_PATH=path_name>);
Required Argument
CSV=output_filename
specifies the full pathname to the CSV file where
you want to export the data.
Optional Argument
FOLDER_PATH=<path_name>
specifies a business rules folder that you want
to export. By default, %BRM_EXPORT_FOLDER
exports all folders. You do not need to specify the FOLDER_PATH= option
unless you want to export a specific folder.
Example |
FOLDER_PATH=Loans/Retail/Applications |