So You Want To Write Your Own CSV code? 25 May 2014 So You Want To Write Your Own CSV code? Fields separated by commas and rows separated by newline. Easy right? You can write the code yourself in just a few lines. Hold on a second… What if there are commas inside the fields? You need to enclose the field with quotes (“). Easy right? But can only some fields but not all be quoted? What if there ar