Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 375 Bytes

coldfusion-csv

A clean cfscript component for working with CSVs

Originally forked from Ben Nadel's csvToArray() UDF published here: https://gist.github.com/bennadel/9760097#file-code-1-cfm

The function has been converted to a 100% cfscript component and will get various other quality of life improvements and possibly additional CSV utility functions.

Usage

(To do)