File Interfaces Overview
This section covers the file-driven integrations that can be run through the Q-Cloud File Parser. Each integration has its own file format and its own operational rules.
The file parser accepts structured files from an external system and translates them into Q-Cloud actions.
Common file rules:
-
include a header row
-
keep the column count consistent on every row
-
use the column names documented for the integration you are running
-
use the supported encoding for your file source
-
use
;for multi-value fields when the integration expects it
Compatibility notes:
-
Interface pages show both the accepted header name and the accepted alternative header name.
-
The file parser accepts either header name and maps both to the same parsed field.
-
New files may use either header name shown on the interface pages.