从csv读取中文一直乱码。
CSV Data Set Config的File encoding为GB2312,对应参数化文件编码也为GB2312,但读取出变量值一直为乱码,后发现是Allow quoted data属性设置错误,将该属性设置为false即可
- Allow quoted data Should the CSV file allow values to be quoted
关于CSV Data Set Config各个属性的意思可参考:http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
以下是GB2312编码和UTF-8编码,CSV Data Set Config以及参数化文件对应的编码配置
对于GB2312编码
CSV Data Set Config配置如下
参数化文件编码为(如果是CSV文件,可以用记事本打开,然后另存为时设置编码)
对于UTF-8编码
CSV Data Set Config配置如下
参数化文件编码为(如果是CSV文件,可以用记事本打开,然后另存为时设置编码)
参考:
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config