Xml To Csv

Forked version of fordfrog xml2csv library that allows selection of xml elements via attributes

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

xml-to-csv
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Xml To Csv
Forked version of fordfrog xml2csv library that allows selection of xml elements via attributes
Project URL

Project URL

https://github.com/michaelruocco/xml-to-csv

Download xml-to-csv

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.6
commons-cli : commons-cli jar 1.4

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.8.0
com.github.michaelruocco : property-loader jar 2.0.1
com.github.stefanbirkner : system-rules jar 1.16.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0