load.sh script

Use the load.sh script to load the contents of a folder into a company. The format of the content should be the same as the format of the content that is created by extracting the file that is created by running the exportCompanyAsZip.sh script.

Syntax

load.sh --company_code=code --folder_path=directory path

Parameters

company_code
Specify the company code.
folder_path
Specify the full folder path.

Example

In this example, the load.sh script is run with the parameter company_code = test and folder_path = /data:

$<install directory>/bin/load.sh --company_code=test --folder_path=/data


Last updated: 21 Jul 2017