ETLRoute Table

From truxwiki.com
Revision as of 06:21, 26 May 2020 by Sam (talk | contribs)
Jump to navigation Jump to search

The ETLRoute controls how types of files get routed to ETL exploitation processes.

CREATE TABLE "ETLRoute" (
    "LoadConfigurationID" integer DEFAULT 0 NOT NULL,
    "FileTypeID" smallint DEFAULT 0 NOT NULL,
    "ETLQueueName" text NOT NULL
);