# View jsonb data from postgres database

**URL:** https://community.parabola.io/t/view-jsonb-data-from-postgres-database/1263
**Category:** Ask a question
**Created:** [November 6, 2020, 3:00pm UTC](https://community.parabola.io/t/view-jsonb-data-from-postgres-database/1263 "2020-11-06T15:00:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Victoria\_Davies](https://avatars.discourse-cdn.com/v4/letter/v/ba9def/32.png) [@Victoria\_Davies](https://community.parabola.io/u/Victoria_Davies)
#### Post date: [November 6, 2020, 3:00pm UTC](https://community.parabola.io/t/view-jsonb-data-from-postgres-database/1263/1 "2020-11-06T15:00:19Z")

</div>

Hi,

I have a postgreSQL DB that has 2 columns that contain jsonb data - when this data pulls through into parabola I am only able to see [object][object] not the data itself. Is there a reason for this?

This is what i see in Parabola

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/59c2f99477179ba769f449cfbda7b5ec89c805a3.png)

This is what I see in my database:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/9fd1d718f15ad4f1382e02c1f7f93f97c386c7c1.png)

Thanks!

---

<div class="post-metadata">

### Author: ![daniel](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/daniel/32/732_2.png) [@daniel](https://community.parabola.io/u/daniel)
#### Post date: [November 6, 2020, 7:04pm UTC](https://community.parabola.io/t/view-jsonb-data-from-postgres-database/1263/2 "2020-11-06T19:04:10Z")

</div>

Hey @Victoria_Davies!

This definitely seems unusual. Try using an [Expand JSON](https://parabola.io/transforms/json-flattener) step to flatten that column into new rows. It may not return what you’re looking for, but that’s a good place to start.

Can you confirm if the `OrderData` value contains an array of delivery addresses, or is it a single address?

Let me know, and I can look into this further!
