Search code examples
jmeterjmsmq

JMeter JMS Publisher taking incorrect data from CSV config


When i did the paramerization for the JMS publisher using CSV config file, some how 1st row taking unknown characters.I have double checked the csv file ,it didn't notice extra spaces before the data.

Not able to figured out what went wrong.

enter image description here

enter image description here

enter image description here

enter image description here


Solution

  • These characters are the BOM

    Ensure you set in CSV DataSet File encoding to UTF-8.

    CSV Data Set encoding