redcap-api
redcap-api copied to clipboard
Upload XML file
New to REDCap and, obviously, this package.
I hope my request is simple but perhaps not? I have an XML file exported from one REDCap project and I would like to import the entire file which contains several records and each record contains several instruments.
Is there a simple way to import an entire file without uploading one record at a time? If no, is there a simple way to upload all the data from each record and step through those one at time for the entire file?
Thanks!
@mholli9, its possible maybe through a loop that can iterate over the records or your structure? I think the payload would have to be converted to json or flat first for the API to load into REDCap?