Raghav Tejasvi
Raghav Tejasvi

Reputation: 1

How do you convert hdf5 files into a format that is readable by SAS Enterprise Miner(sas7bdat)

I have a subset of the data set called as 'million song dataset' available on the website (http://labrosa.ee.columbia.edu/millionsong/) on which I would like to perform data mining operations on SAS Enterprise Miner (13.2).

The subset I have downloaded contains 10,000 files and they are all in HDF5 format. How do you convert hdf5 files into a format that is readable by SAS Enterprise Miner(sas7bdat)

Upvotes: 0

Views: 805

Answers (2)

DomPazz
DomPazz

Reputation: 12465

On Windows there is an ODBC driver for HD5. If you have SAS/ACCESS ODBC then you can use that to read the file.

Upvotes: 1

user667489
user667489

Reputation: 9569

I don't think it's feasible to do this directly, as hdf5 seems to be a binary file format. You might be able to use another application to convert hdf5 to a plain text format and then write SAS code to import that.

I think some of the other files on this page might be easier to import: http://labrosa.ee.columbia.edu/millionsong/pages/getting-dataset

Upvotes: 0

Related Questions