does anyone have experience with using this Wiremo...
# help
m
does anyone have experience with using this Wiremock CSV extension? I am trying to set it up in Wiremock Open Source (in Docker). https://github.com/massamany/WireMockCsv I've got the extension
.jar
in the
/var/wiremock/extensions
folder, but it doesn't seem to load the extension (rebuilt image, recreated container, and startup log displays all my other exceptions but not this one) edit - answered my own question 🙂
✅ 1
if anyone needs this, I figured it out, it was in the README
--extensions=com.wiremock.extension.csv.WireMockCsv
If anyone has experience on how to actually access this data in the template using this extension.. I didn't understand the docs, it's referencing examples that I don't see anywhere..
ah, they're in tests folder -_-
only continuing to post here in case it's helpful for someone in the future - to avoid duplicate questions it mentions a
Database.script
and
Database.properties
, these can also be found in your instance filesystem a folder
csv
, in the same folder as your
mappings
and
__files
once the extension is loaded. then you have to configure it (see README) and you can query in mappings like you're using SQL