Skip to content

Latest commit

 

History

103 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcsv.el

CI

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

Stars

24 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages