I have a .csv file looks like this
productid, zip, code, total
BDHS,30525,TEST,10
4200,75505,232,5
RT22,96817,9999,100
when I try to insert this .csv file into the Web performance test .webtest file as the Data Source, I can see the value 'TEST' in code column is missing.
productid, zip, code, total
BDHS,30525,,10
4200,75505,232,5
RT22,96817,9999,100
I saved the .csv file with ANSI format from the Notepad. And I tried to save as different format, can't fix this issue. I used MS excel to generate the .csv file, same issue. any idea? why?
Thanks