mappings
Field Mappings
|
List of mapping rules
type: array of object
default value: '{"operation"=>"move", "source"=>"user", "target"=>"user_s"}{"operation"=>"move", "source"=>"username", "target"=>"username_s"}{"operation"=>"move", "source"=>"type", "target"=>"type_s"}{"operation"=>"move", "source"=>"subtype", "target"=>"subtype_s"}{"operation"=>"move", "source"=>"im_user", "target"=>"im_user_s"}{"operation"=>"move", "source"=>"im_username", "target"=>"im_username_s"}{"operation"=>"move", "source"=>"channel", "target"=>"channel_s"}{"operation"=>"move", "source"=>"broadcast", "target"=>"broadcast_b"}{"operation"=>"move", "source"=>"user_mentions", "target"=>"user_mentions_ss"}{"operation"=>"move", "source"=>"text", "target"=>"text_t"}{"operation"=>"move", "source"=>"ts", "target"=>"timestamp_tdt"}{"operation"=>"move", "source"=>"channel_mentions", "target"=>"channel_mentions_ss"}{"operation"=>"move", "source"=>"reactions", "target"=>"reactions_ss"} '
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.
}
}
|