MVN

info.johtani.elasticsearch.plugin.ingest : ingest-csv

Maven & Gradle

Dec 03, 2019
35 stars

Elasticsearch Ingest CSV Plugin · Ingest CSV processor parses CSV data and stores it as individual fields

<dependency>
    <groupId>info.johtani.elasticsearch.plugin.ingest</groupId>
    <artifactId>ingest-csv</artifactId>
    <version>6.8.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.johtani.elasticsearch.plugin.ingest : ingest-csv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.8.5.0

All Versions

Choose a version of info.johtani.elasticsearch.plugin.ingest : ingest-csv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
ingest-csv-7.4.2.0
ingest-csv-7.4.1.0
ingest-csv-7.4.0.0
7.3.x
ingest-csv-7.3.2.0
ingest-csv-7.3.1.0
ingest-csv-7.3.0.0
7.2.x
ingest-csv-7.2.0.0
7.0.x
ingest-csv-7.0.0.0
6.8.x
ingest-csv-6.8.5.0
ingest-csv-6.8.4.0
6.7.x
ingest-csv-6.7.1.0
ingest-csv-6.7.0.0
6.6.x
ingest-csv-6.6.2.0
ingest-csv-6.6.1.0
ingest-csv-6.6.0.0
6.5.x
ingest-csv-6.5.4.0
ingest-csv-6.5.3.0
ingest-csv-6.5.2.0
ingest-csv-6.5.1.0
ingest-csv-6.5.0.0
6.4.x
ingest-csv-6.4.3.0
ingest-csv-6.4.2.0
ingest-csv-6.4.1.0
ingest-csv-6.4.0.0
6.3.x
ingest-csv-6.3.2.0
ingest-csv-6.3.1.0
ingest-csv-6.3.0.0
6.2.x
ingest-csv-6.2.4.0
ingest-csv-6.2.3.0
ingest-csv-6.2.2.0
ingest-csv-6.2.1.0
ingest-csv-6.2.0.0
6.1.x
ingest-csv-6.1.3.0
ingest-csv-6.1.2.0
ingest-csv-6.1.1.0
6.0.x
ingest-csv-6.0.0.0
5.6.x
ingest-csv-5.6.3.0
5.5.x
ingest-csv-5.5.0.0
5.3.x
ingest-csv-5.3.0.0

How to add a dependency to Maven

Add the following info.johtani.elasticsearch.plugin.ingest : ingest-csv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.johtani.elasticsearch.plugin.ingest</groupId>
    <artifactId>ingest-csv</artifactId>
    <version>6.8.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.johtani.elasticsearch.plugin.ingest : ingest-csv gradle dependency to your build.gradle file:

implementation 'info.johtani.elasticsearch.plugin.ingest:ingest-csv:6.8.5.0'

Gradle Kotlin DSL: Add the following info.johtani.elasticsearch.plugin.ingest : ingest-csv gradle kotlin dependency to your build.gradle.kts file:

implementation("info.johtani.elasticsearch.plugin.ingest:ingest-csv:6.8.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.johtani.elasticsearch.plugin.ingest : ingest-csv sbt scala dependency to your build.sbt file:

libraryDependencies += "info.johtani.elasticsearch.plugin.ingest" % "ingest-csv" % "6.8.5.0"