nanogiants / twineCSV

Converts your twine formatted files to csv and vice versa
MIT License
7 stars 2 forks source link

Add separator check #1

Closed nilsjr closed 7 years ago

nilsjr commented 7 years ago

convert csv with , separator throws following error

"error: undefined method `map' for nil:NilClass. Use --trace to view backtrace"

Please check separator first and start converting only if it contains ; separators

dasheck0 commented 7 years ago

Added in https://github.com/dasheck0/twineCSV/commit/0aa65574dcd5c915551c621d5c44e9932a506295 Released with version 1.0.5

Thanks for the feedback. Currently only ';' is supported as separator.