Drop Fields
Removes one or more fields from the input documents. Returns all other existing field(s).
Stage as JSON
// Example
{
$dropFields: [
"q10r1",
"q10r2",
"q10r3",
"q10r4",
"q10r5",
]
}
Removes one or more fields from the input documents. Returns all other existing field(s).
// Example
{
$dropFields: [
"q10r1",
"q10r2",
"q10r3",
"q10r4",
"q10r5",
]
}