Postgresql – Is there any simple way to transform jsonb field into csv?
I have a model with a jsonb field where responses from a third-party service are stored. The response changes periodically; some fields are added, some disappear. I want to generate a CSV from a sample of records. To do this,…