# File handlers

When files are dropped inside the monitor directory the file is picked up by a specific handler based on the filename and extension. For excel both xls and xlsx are supported.

When the file is handled by the service, the file is renamed to: active.<filename>. When the handler is finished the file is moved to the completed or error directory.

# Pages (excel)

Use this format to create/update site pages. The filename should contain PageSet and format is xls(x)/csv.

The following columns are required:

  • Url or MatterCode (/ClientCode)
  • PageSet or PageSets or both.
  • Additional columns are converted to properties (can be used as variables in the pageset)

The page that is defined in pageset is created/updated in the site via the url or via the client/mattercode and will be the homepage.

The pages that are defined in pagesets are created/updated in the site via the url or via the client/mattercode.

# QuickLaunchNavigation (excel)

Use this format to create/update the QuickLaunchNavigation in a site. The filename should contain QuickLaunchNavigation and format is xls(x)/csv.

The following columns are required:

  • Url or MatterCode (/ClientCode)
  • SiteSet
  • Additional columns are converted to properties (can be used as variables in the siteset)

The QuickLaunchNavigation that is defined in the siteset is created/update in the site via the url or via the client/mattercode. Only items that are marked as Remove are removed.

# TopNavigation (excel)

Use this format to create/update the TopNavigation in a site. The filename should contain TopNavigation and format is xls(x)/csv.

The following columns are required:

  • Url or MatterCode (/ClientCode)
  • SiteSet
  • Additional columns are converted to properties (can be used as variables in the siteset)

The TopNavigation that is defined in the siteset is created/update in the site via the url or via the client/mattercode. Only items that are marked as Remove are removed.

Last Updated: 10/31/2023, 11:55:05 AM