only need the parse portion of the csv package

This commit is contained in:
Matthew Bargar 2016-05-10 17:12:06 -04:00
parent bc65d9509d
commit 417d8a3e34
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@
"clipboard": "1.5.5",
"commander": "2.8.1",
"css-loader": "0.17.0",
"csv": "0.4.6",
"csv-parse": "1.1.0",
"d3": "3.5.6",
"elasticsearch": "10.1.2",
"elasticsearch-browser": "10.1.2",

View file

@ -1,5 +1,5 @@
import { Promise } from 'bluebird';
import { parse, transform } from 'csv';
import parse from 'csv-parse';
import _ from 'lodash';
import hi from 'highland';
import { patternToIngest } from '../../../../common/lib/convert_pattern_and_ingest_name';