Closed herrlockskun closed 2 years ago
Thanks for pointing this out. Can you try this on the "API Playground" and see if you get the same results? If so, it's a REDCap server issue, not a PyCap
issue. It can likely be solved with upgrading your site's version of REDCap
It works fine with the "API Playground"
field_name,form_name,section_header,field_type,.....field_annotation
qcd_1,qcd,,yesno.....,,,
qcd_3,qcd,,radio,....,,
qcd_4,qcd,,radio,".....,,
.......
I ask the upgrading of REDCap to my superiors but it's a slow process, so i was wondering if there were a solution. Not a big deal the rest work really fine, so i will just wait for an upgrade of REDCap. Thank you for you're quick answer.
Will you try passing the forms
parameter as a list instead of a string?
data = project.export_metadata(format_type='df',forms=['qcd'])
This works perfectly thank you.
Hello, I tried to export only one form of my metadata and i have all my forms instead.
Thank you all.