Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 797 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 797 Bytes

papa-parse-meteor

Note: This package is no longer necessary: Note: If you are using a recent version of Meteor or imports, you no longer need this package. You can install the papaparse npm package directly and import it. In the root of your meteor project run meteor npm install --save papaparse. Then, you can import with import Papa from 'papaparse'; or import * as Papa from 'papaparse';.

Papa Parse packaged for Meteor

The excellent Papa Parse package packaged for meteor. Use the Papa command as per examples on http://papaparse.com/

NOTE: The worker option may not work in the meteor environment, be careful when trying to use it

See https://github.com/mholt/PapaParse for details on how Papa Parse works.

All credit to https://github.com/mholt for Papa Parse