innogames / ltc

Online web application-dashboard for report analyzing,running and online monitoring of load tests started with JMeter
MIT License
197 stars 96 forks source link

Failed to upload result file in CSV format #7

Closed uasetum closed 6 years ago

uasetum commented 6 years ago

Failed to upload results in CSV format by clicking 'Upload file with test results' button

'CSV file fields' values in 'Upload test result file' popup: timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,Latency,IdleTime,Connect

See attached data.txt for sample data to be uploaded data.txt

See attached log.txt log.txt

v0devil commented 6 years ago

This problem is that your CSV file has more columns than you have pointed in the "CSV file fields:" field. There are 5 mandatory columns: _timestamp, responsetime, url, responseCode, success. The timestamp must be always in the first column so we do not point it, everything else must be entered with the same order as in CSV file, all non-mandatory columns your can name as you want. So in your example, it will be: response_time,url,responseCode,A,B,C,success,D,E,F,G,H,J,K,L