-1

I want to save CSV file data into Excel file which is passed in parameterization using Beanshell. If it is possible than please let me know.

dur
  • 15,689
  • 25
  • 79
  • 125
nikhil
  • 1

1 Answers1

0

Everything is possible, it just the matter of time and efforts. If I'm getting your question right and you need to convert CSV file into Excel file, you can do it via Apache Tika:

  1. Download tika-app-xxx.jar and save it into "lib" folder of your JMeter installation
  2. Restart JMeter to pick the .jar up
  3. Using Apache POI Spreadsheet API you can read and write Excel files, see following reference guides for examples

Dmitri T
  • 159,985
  • 5
  • 83
  • 133