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.
1 parent ab3dfda commit 4ec06ffCopy full SHA for 4ec06ff
reproschema/redcap2reproschema.py
@@ -252,7 +252,9 @@ def process_row(
252
add_preable=True,
253
):
254
"""Process a row of the REDCap data and generate the jsonld file for the item."""
255
- item_id = field.get("Variable / Field Name", "") # item_id should always be the Variable name in redcap
+ item_id = field.get(
256
+ "Variable / Field Name", ""
257
+ ) # item_id should always be the Variable name in redcap
258
rowData = {
259
"category": "reproschema:Item",
260
"id": item_id,
0 commit comments