When trying to run genabout using dejacode api option I get the following error:
Traceback (most recent call last):
File "genabout.py", line 730, in
main(parser, options, args)
File "genabout.py", line 576, in main
dup_keys = gen.get_duplicated_keys(input_path)
File "genabout.py", line 75, in get_duplicated_keys
keys_row = csv_context.next()
_csv.Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
When trying to run genabout using dejacode api option I get the following error:
Traceback (most recent call last):
File "genabout.py", line 730, in
main(parser, options, args)
File "genabout.py", line 576, in main
dup_keys = gen.get_duplicated_keys(input_path)
File "genabout.py", line 75, in get_duplicated_keys
keys_row = csv_context.next()
_csv.Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?