Skip to content

Issue 46#48

Merged
sburns merged 2 commits intoredcap-tools:masterfrom
tjrivera:issue-46
Feb 19, 2015
Merged

Issue 46#48
sburns merged 2 commits intoredcap-tools:masterfrom
tjrivera:issue-46

Conversation

@tjrivera
Copy link
Copy Markdown

In REDCap >= 6.x it is necessary to include the exportCheckboxLabel parameter in the export records call in order to retrieve the labels for checkbox fields. Prior to 6.x this could be achieved simply by setting rawOrLabel to true. Its important to note that in order for checkbox labels to be exported as values you will still have to set raw_or_label to true in calls to export_records. Fixes #46.

Tyler Rivera added 2 commits February 12, 2015 09:28
In REDCap >= 6.x it is necessary to include the exportCheckboxLabel parameter in the export records call in order to retrieve the labels for checkbox fields. Prior to 6.x this could be achieved simply by setting rawOrLabel to true. Its important to note that in order for checkbox labels to be exported as values you will still have to set raw_or_label to true in calls to export_records. Fixes redcap-tools#46.
@sburns
Copy link
Copy Markdown
Collaborator

sburns commented Feb 19, 2015

@tjrivera from your perspective is this ready?

@tjrivera
Copy link
Copy Markdown
Author

@sburns yes, I'm happy with it in its current state.

sburns added a commit that referenced this pull request Feb 19, 2015
Add 'export_checkbox_labels` kwarg to export_records
@sburns sburns merged commit 2093bd8 into redcap-tools:master Feb 19, 2015
@sburns
Copy link
Copy Markdown
Collaborator

sburns commented Feb 19, 2015

Thanks @tjrivera!

@alexanderkgonzalez
Copy link
Copy Markdown

Looking at the same issue..and who saves the day. @tjrivera Thanks!

@sburns
Copy link
Copy Markdown
Collaborator

sburns commented May 13, 2015

@alexanderkgonzalez can you install from master per the docs, just want to make sure your systems can get back to working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checkbox fields no longer export label value when raw_or_label equals true

3 participants