Table

file_sources

Description

File Source definitions

PluginFile Source Plugin

Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


external_identity_source_id

integer, foreign key

External Identity Source ID

external_identity_sources:id

(tick)


filenamevarchar(256)File to read from
(tick)
formatvarchar(2)File format
  • C3: CSV v3
(tick)
archivedirvarchar(256)Directory for archive copy of source file


threshold_warnintegerWarning threshold for number of changed records to prevent processing of a full syncPercentage of changed records

thershold_overridebooleanIf true, ignore threshold_warn for the next sync processing


  • No labels