sclera-plugin-csv

Add-on package that enables Sclera to work with CSV format data

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.scleradb
ArtifactId

ArtifactId

sclera-plugin-csv_2.13
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

sclera-plugin-csv
Add-on package that enables Sclera to work with CSV format data
Project URL

Project URL

https://github.com/scleradb/sclera-plugin-csv
Project Organization

Project Organization

Sclera, Inc.
Source Code Management

Source Code Management

https://github.com/scleradb/sclera-plugin-csv

Download sclera-plugin-csv_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-csv_2.13/ -->
<dependency>
    <groupId>com.scleradb</groupId>
    <artifactId>sclera-plugin-csv_2.13</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-csv_2.13/
implementation 'com.scleradb:sclera-plugin-csv_2.13:4.0'
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-csv_2.13/
implementation ("com.scleradb:sclera-plugin-csv_2.13:4.0")
'com.scleradb:sclera-plugin-csv_2.13:jar:4.0'
<dependency org="com.scleradb" name="sclera-plugin-csv_2.13" rev="4.0">
  <artifact name="sclera-plugin-csv_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scleradb', module='sclera-plugin-csv_2.13', version='4.0')
)
libraryDependencies += "com.scleradb" % "sclera-plugin-csv_2.13" % "4.0"
[com.scleradb/sclera-plugin-csv_2.13 "4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.apache.commons : commons-csv jar 1.7

provided (2)

Group / Artifact Type Version
com.scleradb : sclera-tools_2.13 jar 4.0
com.scleradb : sclera-core_2.13 jar 4.0

test (2)

Group / Artifact Type Version
com.scleradb : sclera-config_2.13 jar 4.0
org.scalatest : scalatest_2.13 jar 3.1.1

Project Modules

There are no modules declared in this project.

Sclera - CSV Connector

Build Status Maven Central scaladoc

Enables Sclera to work with CSV format data.

The CSV files are viewed as tables, and can be accessed in a manner similar to tables in a SQL query. You can also join the CSV file with tables in your database, with other CSV files, and aggregate the data as needed.

Further details on how to use the connector are in the ScleraSQL Reference document.

This is a sample component showcasing Sclera's ability to interface with external data. For the implementation details, please see the Sclera Data Access Connector Development document.

com.scleradb

Sclera, Inc.

Extensible Data Processing

Versions

Version
4.0