hello my names are kisenyi julius. am new to OPENMRS. we want to migrate from epi info to openmrs. we can export data from epi info into access and excel spreassheets. but we have failed to import those sheets into openmrs. please help, its urgent.
--
OpenMRS Implementers: http://go.openmrs.org/implementers
Post: implem...@openmrs.org
Unsubscribe: implementers...@openmrs.org
Manage your OpenMRS subscriptions at https://id.openmrs.org/
Julius, if you have MS Access skills, you can open your Epi Info DB in Access. You can use ODBC to import the OpenMRS table definitions (and metadata like concepts) and then write MS Access procedures to create the data in the OpenMRS tables. Note that you should NOT try to use ODBC to load the data into MySQL or Postgres, it always goes bad after some number of records. One you have your OpenMRS tables looking like you want them, generate a text file of SQL INSERT statements from your data to put into the DB using the terminal application for the DB.