Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

pcsv.el

pcsv provides parser of csv based on rfc4180 http://www.rfc-editor.org/rfc/rfc4180.txt

Install:

Put this file into load-path'ed directory, and byte compile it if desired. And put the following expression into your ~/.emacs.

(require 'pcsv)

Usage:

Use pcsv-parse-buffer, pcsv-parse-file, pcsv-parse-region functions to parse csv.

To handle huge csv file, use the lazy parser pcsv-file-parser.

To handle csv buffer like cursor, use the pcsv-parser.

About

No description, website, or topics provided.

Resources

Packages

No packages published