p

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.
https://github.com/epam/parso
GNU General Public License v3
Petr Tsurinov Igor Printsev
Files download
File Operation
parso-2.0.jar download
parso-2.0.pom download
parso-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.epam</groupId>
  <artifactId>parso</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.epam:parso:2.0'
Gradle Kotlin
implementation("com.epam:parso:2.0")
Scala SBT
libraryDependencies += "com.epam" % "parso" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.epam', module='parso', version='2.0')
)
Apache Ivy
<dependency org="com.epam" name="parso" rev="2.0" />
Leiningen
[com.epam/parso "2.0"]
Apache Buildr
'com.epam:parso:jar:2.0'