# 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:** 3
**Page:** 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!

---

<div class="post-metadata">

### Author: ![anon36387498](https://avatars.discourse-cdn.com/v4/letter/a/b38774/32.png) [@anon36387498](https://community.parabola.io/u/anon36387498)
#### Post date: [July 29, 2020, 4:45pm UTC](https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864/2 "2020-07-29T16:45:46Z")

</div>

Hi @Luke1 ,

Yes, this is possible with Parabola. Before you dedupe and merge, try adding the `Insert Column` step for adding a new column with quotes around the value.

 ![Screen Shot 2020-07-29 at 9.37.54 AM](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/ab48c3650df01586b120f897c9b7dc6acab6c5c6.png)

Then use that new column in your dedupe step (this step is now named ‘Remove Duplicate Rows’) to get a comma separated list where your values are wrapped in quotes. Let me know how that goes!

---

<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, 5:22pm UTC](https://community.parabola.io/t/how-do-i-encase-text-from-a-column-in-quotes/864/3 "2020-07-29T17:22:34Z")

</div>

awesome, that was super easy, took less than a minute. Thanks so much! 😉
