# Http connector content string

**URL:** https://forum.cloverdx.com/t/http-connector-content-string/1836
**Category:** CloverDX Platform
**Created:** [February 22, 2017, 12:00am UTC](https://forum.cloverdx.com/t/http-connector-content-string/1836 "2017-02-22T00:00:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![thomas7467](https://avatars.discourse-cdn.com/v4/letter/t/c0e974/32.png) [@thomas7467](https://forum.cloverdx.com/u/thomas7467)
#### Post date: [February 22, 2017, 12:00am UTC](https://forum.cloverdx.com/t/http-connector-content-string/1836/1 "2017-02-22T00:00:00Z")

</div>

Hi all,  
I’m trying to transform http connector request content (one field with “,” separtd items) to n fields (, that I can use for next steps.  
Any ideas how to do that?  
thank you,  
Thomas

---

<div class="post-metadata">

### Author: ![svecp](https://avatars.discourse-cdn.com/v4/letter/s/ac91a4/32.png) [@svecp](https://forum.cloverdx.com/u/svecp)
#### Post date: [February 24, 2017, 6:24pm UTC](https://forum.cloverdx.com/t/http-connector-content-string/1836/2 "2017-02-24T18:24:44Z")

</div>

If I understand it correctly, you’re trying to parse HTTP response into n fields, right?  
There are two viable approaches:

Use _Reformat_ and CTL function _split()_ on the _content_ field or;

Connect _FlatFileReader_ component to the _HTTPConnector_, set _File URL_ = _port:$0.content:discrete_ and appropriate metadata on the edge behind _FlatFileReader_ in case you need to work with response as with records. Metadata record in your case needs to have “,” set as _Field delimiter_ and _EOF as record delimiter_ set to true.  
To illustrate this case:  
[httpresponse.PNG](https://cdn.cloverdx.com/forum/18310%5Fed4df8b53a3047525e61751aaf3cea60/httpresponse.PNG)

Hope it helps. If that’s not what you’re looking for, can you please post more specific example?

- [httpresponse.PNG](https://cdn.cloverdx.com/forum/18310%5Fed4df8b53a3047525e61751aaf3cea60/httpresponse.PNG)
