Search code examples
jmeterperformance-testing

In Jmeter using CSV data config element, when entering data like 'D12345' it is taking in the form in the field as "%22D12345%09%22"


Data In the CSV file with Column name 'P' nad value in it : Column Name = P Value in it = D12345

And in the Request Body it is taking as = %22D12345%09%22 and in UI in the field it is showing as ="D12345 "


Solution

  • It seems that the data in CSV file has certain characters which are being percent-encoded, according to the table:

    So