Skip to content

Commit

Permalink
Update templating.rst - fixed error in existing csv example
Browse files Browse the repository at this point in the history
Update templating.rst - fixed error in existing csv example
  • Loading branch information
stuioco authored Aug 16, 2024
1 parent 6a5dd9c commit a449281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/keyconcepts/templating/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Example: Start Hoverfly with a CSV data source (student-marks.csv) provided belo
| Search where Id is not match and return marks | csv 'student-marks' 'Id' 'Test100' 'Marks' | 0 |
| (in this scenario, it matches wildcard * and returns) | | |
+-----------------------------------------------------------+-----------------------------------------------------------+-----------------------------------------+
| Search where Id = first path param and return marks | csv 'student-marks' 'Id' 'Request.Path.[0]' 'Marks' | 15 |
| Search where Id = first path param and return marks | csv 'student-marks' 'Id' 'Request.Path.[1]' 'Marks' | 15 |
| URL looks like - http://test.com/students/5/marks | | |
+-----------------------------------------------------------+-----------------------------------------------------------+-----------------------------------------+

Expand Down

0 comments on commit a449281

Please sign in to comment.