Skip to content

Commit 9a54501

Browse files
authored
add column delimiter for SAP Table/open hub (#10269)
1 parent 36b7276 commit 9a54501

File tree

1 file changed

+12
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+12
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,14 @@
19621962
"baseRequestId": {
19631963
"type": "object",
19641964
"description": "The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer )."
1965+
},
1966+
"customRfcReadTableFunctionModule": {
1967+
"type": "object",
1968+
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
1969+
},
1970+
"sapDataColumnDelimiter": {
1971+
"type": "object",
1972+
"description": "The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string)."
19651973
}
19661974
}
19671975
},
@@ -1998,6 +2006,10 @@
19982006
"type": "object",
19992007
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
20002008
},
2009+
"sapDataColumnDelimiter": {
2010+
"type": "object",
2011+
"description": "The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string)."
2012+
},
20012013
"partitionOption": {
20022014
"description": "The partition mechanism that will be used for SAP table read in parallel.",
20032015
"type": "string",

0 commit comments

Comments
 (0)