mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
only need the parse portion of the csv package
This commit is contained in:
parent
bc65d9509d
commit
417d8a3e34
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue