Postman Request body data from Excel / CSV file - forward slash
16:29 16 Jun 2021

I get Request body data from Excel file. I have already covert Excel to CSV format. I have kind of able to find a solution but it is not working 100% as jsonbody format in not fetching data correctly is shows forward slash in CSV import data from runner collections.

Excel file data

Request Body

{{jsonBody}}

Set Global variables jsonBody

Run collection select data file as CSV file as per screenshot request body shows with forward slash.

After running the collection I'm getting body incorrect version with forward slash.

response body incorrect

This below screenshot show correct version on CSV data I require to remove forward slash from CSV data

CORRECT version for body

csv postman export-to-csv postman-collection-runner