We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae76975 commit 4baccd8Copy full SHA for 4baccd8
pattern_import_export_csv/models/pattern_file.py
@@ -12,7 +12,7 @@ class PatternFile(models.Model):
12
_inherit = "pattern.file"
13
14
def _parse_data_csv(self, datafile):
15
- in_file = io.StringIO(datafile.decode("utf-8"))
+ in_file = io.StringIO(datafile.decode("utf-8-sig"))
16
config = self.pattern_config_id
17
if config.header_format == "description_and_tech":
18
# read the first line to skip it
0 commit comments