CallidusCloud File Processor Connector > CallidusCloud File Processor Connections > CallidusCloud File Processor connection properties
  

CallidusCloud File Processor connection properties

When you create a CallidusCloud File Processor connection, you must configure the connection properties.
The following table describes the CallidusCloud File Processor connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Use Secret Vault
Stores sensitive credentials for this connection in the secrets manager that is configured for your organization.
This property appears only if secrets manager is set up for your organization.
When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured.
Note: If you’re using this connection to apply data access policies through pushdown or proxy services, you cannot use the Secret Vault configuration option.
For information about how to configure and use a secrets manager, see Secrets manager configuration.
Runtime Environment
Name of the runtime environment where you want to run the tasks.
UserName
The user name to use for connecting to the SFTP server.
Password
The password to use for connecting to the SFTP server.
SFTP Key
The private key to use for connecting to the SFTP server. You must specify the SFTP key in a single line.
SFTP Key Pass Phrase
The pass phrase to connect to the SFTP server. You must specify the SFTP Key Pass Phrase in a single line
Host
The host name of the SFTP server.
Port
The port number to use for connecting to the server.
If left blank, the default port number is 22.
Remote Directory
The directory on the SFTP host accessible to the Secure Agent.
Note: Add / at the end of the specified path.
Charset
Specify the character set to use for encoding data.
CallidusCloud File Processor Connector supports the following character sets:
  • - Big5
  • - Big5-HKSCS
  • - CESU-8
  • - EUC-JP
  • - EUC-KR
  • - GB18030
  • - GB2312
  • - GBK
  • - IBM00858
  • - IBM01140
  • - IBM01141
  • - IBM01142
  • - IBM01143
  • - IBM01144
  • - IBM01145
  • - UTF-8
The default value is UTF-8, which works well for all character data.
Delimiter
Delimiter used in the file to separate columns of data.
Select the delimiter. The default delimiter is Comma.
Compression Mode
The compression format for binary files. Select one of the following options:
  • - None
  • - gzip
Default is None.
Encryption Mode
The type of encryption that the SFTP server uses to encrypt the data. Select one of the following options:
  • - None
  • - GPG
Default is None.
Encryption Public Key
Required when you select GPG as the Encryption Mode. You must specify the public key in a single line to encrypt data.
Encryption Private Key
Required when you select GPG as the Encryption Mode. You must specify the private key in a single line to decrypt data.
Encryption Pass Phrase
Required when you select GPG as the Encryption Mode. You must specify the pass phrase in a single line to encrypt data.
For more information about converting multiline key file or pass phrase to single line key string, see the CallidusCloud File Processor documentation.