# How do I encase text from a column in quotes?

**URL:** https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864
**Category:** Ask a question
**Created:** [July 29, 2020, 1:42pm UTC](https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864 "2020-07-29T13:42:30Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Luke1](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/luke1/32/614_2.png) [@Luke1](https://community.parabola.io/u/Luke1)
#### Post date: [July 29, 2020, 1:42pm UTC](https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864/1 "2020-07-29T13:42:30Z")

</div>

I am successfully pulling data from the ActiveCampaign API.

The final step is a dedupe. This finds duplicates and combines data into a new column with a comma delimeter.

However, I need to do one more thing and encase each piece of data (that is separated by the comma) into quotes.

e.g. so instead of Column 3 = apples, pears, oranges  
I want it to be like this: Column 3 = “apples”, “pears”, “oranges”

Is this possible with Parabola, if so could you point me in the right direction?  
Thanks!

---

_[View the full topic](https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864)._
