-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
I have checked the following:
- I have searched existing issues and found nothing related to my issue.
This bug is:
- making Bruno unusable for me
- slowing me down but I'm able to continue working
- annoying
Bruno version
2.0.1
Operating System
Mac
Describe the bug
When using a CSV file exported from Excel that contains a Byte Order Mark (BOM), the file is not properly parsed in the first column. The BOM can cause issues with how the data is processed, making the first column unusable.
Steps to Reproduce:
-
Create a request and add the variable
idin the JSON body. -
Run the collection.
-
Use the provided sample.csv file.
-
Observe that the
idis not interpolated correctly.
Expected Behaviour:
The CSV should be properly parsed, and the data from all columns, including the first column, should be usable without issues.
Actual Behaviour:
The first column is either unusable or contains unwanted characters due to the BOM being present in the file.
.bru file to reproduce the bug
Screenshots/Live demo link
CSV file:
