I\'m using a dictwriter as follows:
csv.DictWriter(output_file, keys, delimiter=\';\', quotechar=\'"\', quoting=csv.QUOTE_NONNUMERIC)
which