tobydragon / GameShell

1 stars 1 forks source link

Check/add the ability to use tags with commas #23

Closed DubThink closed 7 years ago

DubThink commented 7 years ago

The csv format supports fields with commas by wrapping them in quotes. We may need to strip these while importing.

tobydragon commented 7 years ago

look for .csv processing package for python

DubThink commented 7 years ago

Fixed in 7bdf4e12b805322b6c24fe54115f925bb4ba2ef6; Now using csv library. This also lets us have multiple tags of the same tag type.