Skip to content

REDCap-ETL Module 2.0.5

Compare
Choose a tag to compare
@mullen2 mullen2 released this 09 Nov 17:06
· 193 commits to master since this release
  • Changed store/insert rows database method to have a batch size argument to allow insertion of rows in batches
  • Set batch size for insertion of redcap_metadata rows to 1,000, because SQL Server does not allow insertions with more than 1,000 rows
  • Fixed bug for transformation rules auto-generation, where, in some cases, a text field was generated for a field where an int field should have been generated