SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.36k stars 208 forks source link

Methods to retrieve CSV data as array or map #1141

Closed stuioco closed 3 months ago

stuioco commented 3 months ago

Hi!

I added three methods to make iterating over CSV data possible from templating.

I also changed the name of the previous parseCSV to fetchSingleFieldCSV (to be more descriptive given these new ones.) I have not updated the documentation. Will do so once you've reviewed.