Skip to content

Commit

Permalink
Add delmiter and quotechar
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb authored Jan 8, 2024
1 parent d287eaf commit f2b389c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def main():
"MaxZ": "number",
"StructureType": "category",
},
"quotechar": '"',
"delimiter": ',',
},
)
raise_for_status(r)
Expand All @@ -128,6 +130,8 @@ def main():
"Directional": "boolean",
"#ofChildren": "number",
},
"quotechar": '"',
"delimiter": ',',
},
)
raise_for_status(r)
Expand Down

0 comments on commit f2b389c

Please sign in to comment.