doc-exports/docs/dataartsstudio/api-ref/dataartsstudio_02_0306.html
Xiong, Chen Xiao 14a6d65e8c DataArts API 20240130 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
2024-03-01 11:46:15 +00:00

4.7 KiB

To DIS

Sample JSON File

"to-config-values": {
        "configs": [
          {
            "inputs": [
              {
                "name": "toJobConfig.streamName",
                "value": "cdm"
              },
              {
                "name": "toJobConfig.separator",
                "value": ","
              },
              {
                "name": "toJobConfig.identifierEnclose",
                "value": "'"
              }
            ],
            "name": "toJobConfig"
          }
        ]
      }

Parameter description

Parameter

Mandatory

Type

Description

toJobConfig.streamName

Yes

String

DIS stream name

toJobConfig.separator

No

String

Field separator. The default value is a space.

toJobConfig.identifierEnclose

No

String

Delimiter used to separate referenced table names or column names. By default, this parameter is left blank.