is it possible to use jolt specification to change mongodb output?

Check this spec

[
  {
    "operation": "shift",
    "spec": {
      "_id": {
        "\\$oid": "_id.oid"
      },
      "date": {
        "\\$date": "date.date"
      },
      "name": "name"
    }
  }
]

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top