opentrials / cochrane-schizophrenia-data

Cleaned data from the Cochrane schizophrenia database
5 stars 3 forks source link

Extract data from Access into Postgres #1

Closed pwalsh closed 9 years ago

pwalsh commented 9 years ago

Implementation

We have a database of clinical data in Microsoft Access format. We want to work with the data from Postgres. First, we need to extract the data "as is" from Access into Postgres.

See: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Microsoft_Access

Tasks