Upload XML file #100
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tranpl/redcap-api#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?