# Convert from JSON to markdown/html table

**URL:** https://community.glideapps.com/t/convert-from-json-to-markdown-html-table/69064
**Category:** Ask for Help
**Created:** [December 28, 2023, 2:26pm UTC](https://community.glideapps.com/t/convert-from-json-to-markdown-html-table/69064 "2023-12-28T14:26:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 28, 2023, 2:34pm UTC](https://community.glideapps.com/t/convert-from-json-to-markdown-html-table/69064/2 "2023-12-28T14:34:23Z")

</div>

Two ways I can think of to approach this:

- Use a JavaScript column to parse the JSON and output the HTML table. The dates would be a bit fiddly, but other than that it should be pretty straight forward. (ChatGPT would be able to help you).
- Use a series of Query JSON columns inside a Helper Table to pull the individual values, and then build the HTML with a Template and Joined List. Again, the dates would be a bit fiddly.

Now that I’ve typed that out, I think I’d favour the first option 😉

---

_[View the full topic](https://community.glideapps.com/t/convert-from-json-to-markdown-html-table/69064)._
