Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Evan8456/reproschema-py int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
Evan8456 committed Jul 11, 2024
2 parents 18d5fa6 + 4ec06ff commit 82ec3c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reproschema/redcap2reproschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ def process_row(
add_preable=True,
):
"""Process a row of the REDCap data and generate the jsonld file for the item."""
item_id = field.get("Variable / Field Name", "") # item_id should always be the Variable name in redcap
item_id = field.get(
"Variable / Field Name", ""
) # item_id should always be the Variable name in redcap
rowData = {
"category": "reproschema:Item",
"id": item_id,
Expand Down

0 comments on commit 82ec3c4

Please sign in to comment.