parso

Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces are analogous to libraries designed to read table-storing files, for example, CSVReader library. Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.

License

License

GroupId

GroupId

com.epam
ArtifactId

ArtifactId

parso
Last Version

Last Version

2.0.14
Release Date

Release Date

Type

Type

jar
Description

Description

parso
Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces are analogous to libraries designed to read table-storing files, for example, CSVReader library. Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.
Project URL

Project URL

https://github.com/epam/parso

Download parso

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.18.1
org.slf4j : slf4j-simple jar 1.7.5
net.sf.opencsv : opencsv jar 2.0

Project Modules

There are no modules declared in this project.
com.epam

EPAM Systems

We are creating software platforms and frameworks across the industries and technologies. Visit https://epam.github.io/ for more projects information.

Versions

Version
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0