Zoey Jiang

Results 2 comments of Zoey Jiang

Hi @pwildenhain, I started to use PyCap to export records from our REDCap instance. I was running `data = project.export_records()` and it throw me the same JSONDecodeError described by @EdgarHSJD...

@pwildenhain thanks for your instruction. I tried adding `format_type` parameter but it returns the same error. Here are the codes I ran: ``` import redcap project = redcap.Project('url', 'token') data...