locked
for web performance test, when I insert data source from the csv file, some content in the csv file is missing RRS feed

  • Question

  • 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

    • Moved by litdev Friday, September 8, 2017 5:22 PM
    Friday, September 8, 2017 4:31 PM

Answers

  • I'd ask in microsoft official web dev forums over here.

    https://forums.iis.net/

    https://forums.asp.net/

     

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Saturday, September 9, 2017 4:23 AM