Please check the encoding - the chosen one does not work...
nous voulons encoder un fichier csv dans odoo avec un bouton import file
mes y'a l'errerr
Please check the encoding - the chosen one does not work...
notre code
this_file = base64.decodestring(expensify.csv_file)
this_file = re.sub(bytes('"\"[^\"]*\""',self.encoding),correct_cr, this_file)
this_file = this_file.split(b'\n')