I think you can pass in the delimiter:

export_to_csv(delimiter = ',', quotechar = '"', quoting = csv.QUOTE_MINIMAL)

Reply via email to