[COMPASS-5373] Import ignores first column type when CSV file contains BOM Created: 17/Dec/21 Updated: 29/Oct/23 Resolved: 18/Feb/22 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | Import/Export |
| Affects Version/s: | 1.29.5 |
| Fix Version/s: | 1.31.0 |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Ilias Addab | Assignee: | Alena Khineika |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Mac os 10.15.5 |
||
| Attachments: |
|
| Story Points: | 2 |
| Documentation Changes: | Not Needed |
| Sprint: | Iteration Seoul, Iteration Versailles |
| Description |
| Comments |
| Comment by Githook User [ 25/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 23/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 22/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 22/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 21/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 20/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 18/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Githook User [ 18/Feb/22 ] |
|
Author: {'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}Message: fix: import ignores first column type when CSV file contains BOM |
| Comment by Ilias Addab [ 17/Dec/21 ] |
|
Thank you for your work. |
| Comment by Anna Henningsen [ 17/Dec/21 ] |
|
iliasaddab@gmail.com Thank you for the reproduction! This bug is occurring because the .csv file in question is stored with a Unicode Byte Order Mark (BOM). Many CSV export tools will allow you to specify whether to include a BOM in the output file, and so excluding it should be a reasonable workaround for this issue. If your tool does not allow this, most plain text editor will also allow you to remove a BOM after the CSV is already exported. That being said, this is still a bug that we will address. Thank you for bringing it up. |
| Comment by Ilias Addab [ 17/Dec/21 ] |
|
Thank you. |
| Comment by Anna Henningsen [ 17/Dec/21 ] |
|
iliasaddab@gmail.com Thanks for opening this ticket! I tried to reproduce this but couldn’t do so locally, can you maybe share a simple CSV file with which this happens? |