Conata: CSV

Back
Download

Introduction

This is a CSV parser written by Nina. The target language is JavaScript.

API

CSV.parse(stringToParse)
parses the given CSV string to array of array of elements.

codes

This implementation consists of the sources shown as follows.