mappings
Field Mappings
|
List of mapping rules
type: array of object
default value: '{"operation"=>"move", "source"=>"charSet", "target"=>"charSet_s"}{"operation"=>"move", "source"=>"fetchedDate", "target"=>"fetchedDate_dt"}{"operation"=>"move", "source"=>"lastModified", "target"=>"lastModified_dt"}{"operation"=>"move", "source"=>"signature", "target"=>"dedupeSignature_s"}{"operation"=>"move", "source"=>"contentSignature", "target"=>"signature_s"}{"operation"=>"move", "source"=>"length", "target"=>"length_l"}{"operation"=>"move", "source"=>"mimeType", "target"=>"mimeType_s"}{"operation"=>"move", "source"=>"parent", "target"=>"parent_s"}{"operation"=>"move", "source"=>"owner", "target"=>"owner_s"}{"operation"=>"move", "source"=>"group", "target"=>"group_s"} '
object attributes: {
operation
: {
display name: Operation
type: string
default value: 'copy '
description : The type of mapping to perform: move, copy, delete, add, set, or keep.
enum: {
copy
move
delete
set
add
keep
}
}
source
(required)
: {
display name: Source Field
type: string
description : The name of the field to be mapped.
}
target
: {
display name: Target Field
type: string
description : The name of the field to be mapped to.
}
}
|
unmapped
Unmapped Fields
|
If fields do not match any of the field mapping rules, these rules will apply.
type: object
object attributes: {
operation
: {
display name: Operation
type: string
default value: 'copy '
description : The type of mapping to perform: move, copy, delete, add, set, or keep.
enum: {
copy
move
delete
set
add
keep
}
}
source
: {
display name: Source Field
type: string
description : The name of the field to be mapped.
}
target
: {
display name: Target Field
type: string
description : The name of the field to be mapped to.
}
}
|