Click or drag to resize

ImportSettings Class

Settings for all types of imports.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.SharedImportSettings

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.1.14
Syntax
C#
public class ImportSettings

The ImportSettings type exposes the following members.

Constructors
 NameDescription
Public methodImportSettingsInitializes a new instance of the ImportSettings class
Top
Properties
 NameDescription
Public propertyAuthorization Requested by Helix to allow basic authorisation against the bayesprice.helix.ml/secret/api/ service
Public propertyBlends Blend defs eg BBE_*{BBE}[D-L].
Public propertyFirstLineVars Used by TSV,CSV import.
Public propertyKeepSource Keep source variables in blends.
Public propertyLink Partial link variable.
Public propertyMissing Missing numeric.
Public propertyOverwrite Overwrite existing variables (audit off).
Public propertyQuery SQL full query.
Public propertySecondLineVarDesc Used by TSV,CSV import.
Public propertySecret Used by TSAPI, ALchemer import.
Public propertySource Delim,SAV,SSS file, SQL conn, TSAPI provider.
Public propertySpec Used by SSS import.
Public propertySplitter Splitter between multiresponse Delim, SQL.
Public propertySurveyId Used by TSAPI, ALchemer import.
Public propertyTable SQL table name.
Public propertyToken Used by TSAPI, ALchemer import.
Public propertyType Import type.
Top
See Also