Json2Csv exporter

For generating flat csv from a json that might have nested elements.

License

License

Categories

Categories

CSV Data Data Formats JSON
GroupId

GroupId

com.github.douglasom
ArtifactId

ArtifactId

json2csv
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Json2Csv exporter
For generating flat csv from a json that might have nested elements.
Project URL

Project URL

https://github.com/douglasom/dson
Source Code Management

Source Code Management

https://github.com/douglasom/dson

Download json2csv

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.douglasom/json2csv/ -->
<dependency>
    <groupId>com.github.douglasom</groupId>
    <artifactId>json2csv</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.douglasom/json2csv/
implementation 'com.github.douglasom:json2csv:0.1'
// https://jarcasting.com/artifacts/com.github.douglasom/json2csv/
implementation ("com.github.douglasom:json2csv:0.1")
'com.github.douglasom:json2csv:jar:0.1'
<dependency org="com.github.douglasom" name="json2csv" rev="0.1">
  <artifact name="json2csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.douglasom', module='json2csv', version='0.1')
)
libraryDependencies += "com.github.douglasom" % "json2csv" % "0.1"
[com.github.douglasom/json2csv "0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5
com.fasterxml.jackson.dataformat : jackson-dataformat-csv jar 2.9.9

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.vintage : junit-vintage-engine jar 5.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1