go.encoding.csv

Go to Haxe source-to-source compiler

..
Csv

Package csv reads and writes comma-separated values (CSV) files. There are many kinds of CSV files; this package supports the format described in RFC 4180.

ParseError

A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed.

ParseErrorPointer

ParseErrorPointerPointer

ParseErrorPointer_asInterface

ParseError_asInterface

Reader

A Reader reads records from a CSV-encoded file.

ReaderPointer

ReaderPointerPointer

ReaderPointer_asInterface

Reader_asInterface

Writer

A Writer writes records using CSV encoding.

WriterPointer

WriterPointerPointer

WriterPointer_asInterface

Writer_asInterface