Forum Discussion
Thank you tstack for the answer to a problem I was facing. I was able to remove nulls and dashes across a document using this a mapper: $.[?(value == ‘-’ || value == null)]
My inbound document looked like this:
[
{
“TRANSACTION”: “32”,
“DATE_OF_BIRTH”: “1995-09-21”,
“SSN”: null,
“BOX_OR_RESIDENCE”: “-”,
“PRONOUN_DESC”: “-”,
“AUDIT_ONLY”: “N”,
“HOME”: “Y”,
“HOME_SUPPRESSION”: “tbd”
}
]
- bilesh_ganguly5 years agoNew Contributor II
Thank you for your response Spiro.
I’m aware of metadata snaps; I was looking for a solution that doesn’t involve creating a pipeline.
@bilesh.ganguly Did you see my reply above? The Snap Statistics feature doesn’t require creating a pipeline.
- bilesh_ganguly5 years agoNew Contributor II
How, the metadat Snaps do not include SNAP, only SNAP PACK
- SpiroTaleski3 years agoValued Contributor
I don’t have that details why SNAP is not included.
But, if you read a PIPELINE, the metadata that will be returned will contains details about each SNAP within that pipeline.
BR,
Spiro Taleski