csv-elasticsearch
v1.1.3
Published
[](http://unlicense.org/) [](https://npmjs.org/package/csv-elasticsearch) [ => {
const result = await importCsv({
client: new Client({ node: "http://localhost:9200" }),
index: "my_index",
filePath: "./data.csv",
});
console.log(result);
})();