Skip to content

Commit

Permalink
snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 18, 2024
1 parent 4178d84 commit 8259a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arcmapper/fhir.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ def format_merge(merged_data, selected_columns: list[str] | None = None):
for resource in merged_data:
out += "{{{ resource " + resource + "\n"
out += merged_data[resource][selected_columns].to_csv(index=False, sep="\t")
out += "}}}\n"
out += "}}}"
return out

0 comments on commit 8259a15

Please sign in to comment.