01 November, 2014

Read SAS file in Java

Some companies (banks, medical and pharmaceutical companies) store their data in the SAS (.sas7bdat) format. This is old, legacy, but still actual format for tabular data. And this format is proprietary and fiddly.

But what if you have to work with the data from the sas-file? For me, solution is pretty simple - convert the data from the sas-file to some convenient and popular format. For example, to the MongoDB. And then access this data via nice query-like API.

In my new mini-project sas2mongo I show how to convert data from the sas-file into the MongoDB in Java.

No comments: