c

csvAdapter

Adapter to convert CSV data to the common format found on https://github.com/notima/businessobjects
https://github.com/notima/businessObjectAdapters/csvAdapter
Apache License, Version 2.0
Notima System Integration AB
Daniel Tamm
Files download
File Operation
csvAdapter-1.8.13.jar download
csvAdapter-1.8.13.pom download
csvAdapter-1.8.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.notima.generic.businessobjects.adapter</groupId>
  <artifactId>csvAdapter</artifactId>
  <version>1.8.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.notima.generic.businessobjects.adapter:csvAdapter:1.8.13'
Gradle Kotlin
implementation("org.notima.generic.businessobjects.adapter:csvAdapter:1.8.13")
Scala SBT
libraryDependencies += "org.notima.generic.businessobjects.adapter" % "csvAdapter" % "1.8.13"
Groovy Grape
@Grapes(
  @Grab(group='org.notima.generic.businessobjects.adapter', module='csvAdapter', version='1.8.13')
)
Apache Ivy
<dependency org="org.notima.generic.businessobjects.adapter" name="csvAdapter" rev="1.8.13" />
Leiningen
[org.notima.generic.businessobjects.adapter/csvAdapter "1.8.13"]
Apache Buildr
'org.notima.generic.businessobjects.adapter:csvAdapter:jar:1.8.13'