Is there a way to update separator to read CSV file in Postman Runner. By Default is “,”. But I would like to change it as “;”.
Maybe there is a postman javascript reference that I could use in the pre-request script of my endpoint ?
Is there a way to update separator to read CSV file in Postman Runner. By Default is “,”. But I would like to change it as “;”.
Maybe there is a postman javascript reference that I could use in the pre-request script of my endpoint ?
@engexploit use this approach , read the csv as environment variable and then parse it using pre-request