Hi All, I have a weird response for which I cant d...
# meltano-plugin-development
s
Hi All, I have a weird response for which I cant define a Schema, Can someone help me if this use case can be handled with Meltano. "U0632EWRW" -- This is the user ID and no of users returned will be different every day
Copy code
{
  "billable_info": {
    "U0632EWRW": {
      "billing_active": false
    },
    "U02UCPE1R": {
      "billing_active": true
    },
    "U02UEBSD2": {
      "billing_active": true
    }
  }
}
I have another endpoint that gives a gzip file as a response is there a way to unzip it and parse using Meltano.