system.groups.loadFromFile

Description

Loads a transaction group configuration from an xml export, into the specified project (creating the project if necessary). The mode parameter dictates how overwrites occur.

Syntax

system.groups.loadFromFile ( filePath, projectName, mode )

  • Parameters

String filePath - The path to a valid transaction group xml or csv file.

String projectName - The name of the project to load into.

int mode - How duplicates will be handled. 0 = Overwrite, 1 = Ignore, 2 = Replace the existing project with this one.

  • Returns

none

  • Scope

Gateway