dataFormat
EnumRequired
"csv": string"json": string
Default value of this property is "json"
csvSeparator
stringOptional
Default value of this property is ","
dataSource
EnumRequired
"keyvaluestore": string"datasets": string
Default value of this property is "datasets"
keyValuestoreNameOrId
stringOptional
dataset1Name
stringOptional
Default value of this property is "Dataset1"
dataset1PrimaryKey
stringRequired
Default value of this property is "ProductId"
dataset2Name
stringOptional
Default value of this property is "Dataset2"
dataset2PrimaryKey
stringRequired
Default value of this property is "ProductId"
attributes
arrayRequired
Default value of this property is [{"name":"title","weight":1,"useForMatching":true,"wordsToRemove":["new","used","refurbished"],"wordReplacements":{"&":"and","w/":"with"}},{"name":"brand","weight":0.8,"useForMatching":true,"wordsToRemove":["inc","llc","ltd","corp"],"wordReplacements":{"apple":"apple inc","samsung":"samsung electronics"}},{"name":"description","jsonPath":"product.description","weight":0.6,"useForMatching":true,"wordsToRemove":["brand new","excellent condition","fast shipping"],"regex":"\\b(color|colour):\\s*\\w+\\b","normalizationRegex":"[^a-zA-Z0-9\\s]","normalizationReplacement":""},{"name":"model","weight":0.9,"useForMatching":true,"wordsToRemove":["model","version"],"wordReplacements":{"v1":"version 1","v2":"version 2"}},{"name":"price","weight":1,"useForMatching":false,"regex":"\\D"}]
threshold
stringRequired
Default value of this property is "0.5"
maxMatches
integerOptional
Default value of this property is 2
groupByAttribute
stringOptional
Default value of this property is ""
language
EnumOptional
"en": string"multilingual": string"es": string"fr": string"de": string"it": string"pt": string"nl": string
Default value of this property is "en"
includeOriginalValues
booleanOptional
Default value of this property is true
dataset1OutputFields
arrayOptional
Default value of this property is []
dataset2OutputFields
arrayOptional
Default value of this property is []