Convert CDISC ODM (Operational Data Model) files to LimeSurvey Archives
ATTENTION The converter is in a very basic state right now. Answers are not converted at all, the output is only an lss file.
There are three parameters:
- Path to the ODM file
- Form to convert
- output path (optional)
Compiling the jar: 'mvn compile assembly:single', executed in the root directory of the project. Usage: 'java -jar <jar-name> arg1 arg2'
You can install this project as a dependency for another project, then import the OdmConverter and use its method convert().
- Answers are not converted
- Questions with DataTypes like Text, Datetime, etc. are not converted
- Questions are not constructed into arrays or similar
- Conditions are not converted
- Properties like Min-/Max-values are not converted