Commit a7bad53
committed
fix(cli): handle UTF-8 BOM in CSV decoding for well inventory import
- Adjust `content.decode` to use `utf-8-sig` for correct header parsing of UTF-8 files with BOM
- Prevent encoding issues when processing imported files1 parent 8e583ea commit a7bad53
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments