We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18d5fa6 + 4ec06ff commit 82ec3c4Copy full SHA for 82ec3c4
reproschema/redcap2reproschema.py
@@ -250,7 +250,9 @@ def process_row(
250
add_preable=True,
251
):
252
"""Process a row of the REDCap data and generate the jsonld file for the item."""
253
- item_id = field.get("Variable / Field Name", "") # item_id should always be the Variable name in redcap
+ item_id = field.get(
254
+ "Variable / Field Name", ""
255
+ ) # item_id should always be the Variable name in redcap
256
rowData = {
257
"category": "reproschema:Item",
258
"id": item_id,
0 commit comments