We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4d8a5 commit bd25b7eCopy full SHA for bd25b7e
README.md
@@ -1,6 +1,8 @@
1
# Webpack csv loader
2
3
-[](https://nodei.co/npm/csv-loader/)
+[![npm][npm-v]][npm-url]
4
+[![npm][npm-d]][npm-url]
5
+
6
7
## Purpose
8
This CSV loader automatically converts data types, making it easy to import and start using data.
@@ -57,3 +59,7 @@ loader will automatically figure out which deliminator to use.
57
59
58
60
* Inspired by [dsv-loader](https://github.com/wbkd/dsv-loader)
61
* CSV parsing done with [Papa Parse](http://papaparse.com/)
62
63
+[npm-v]: https://img.shields.io/npm/v/csv-loader.svg
64
+[npm-d]: https://img.shields.io/npm/dt/csv-loader.svg
65
+[npm-url]: https://npmjs.com/package/csv-loader
0 commit comments