# Wrapped fields in csv

**URL:** https://forum.cloverdx.com/t/wrapped-fields-in-csv/92
**Category:** CloverDX Platform
**Created:** [July 16, 2007, 12:00am UTC](https://forum.cloverdx.com/t/wrapped-fields-in-csv/92 "2007-07-16T00:00:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![oldforum](https://avatars.discourse-cdn.com/v4/letter/o/13edae/32.png) [@oldforum](https://forum.cloverdx.com/u/oldforum)
#### Post date: [July 16, 2007, 12:00am UTC](https://forum.cloverdx.com/t/wrapped-fields-in-csv/92/1 "2007-07-16T00:00:00Z")

</div>

Hi,

I use DelimitedDataReader to read from csv files.

Fields are delimited by a | , and lines end with \n, so the file can be read and parsed.

But my string fields are wrapped by double-quotes : "String here " . Can I get rid of those ?

Thanks,  
Franck

---

<div class="post-metadata">

### Author: ![oldforum](https://avatars.discourse-cdn.com/v4/letter/o/13edae/32.png) [@oldforum](https://forum.cloverdx.com/u/oldforum)
#### Post date: [July 16, 2007, 8:23am UTC](https://forum.cloverdx.com/t/wrapped-fields-in-csv/92/2 "2007-07-16T08:23:44Z")

</div>

This is automatically done by DelimitedDataReaderNIO.

We have just released version 1.8.1 which should solve the reported problem with parsing UTF-8 encoded files.

Please, give it a try.

David.
