Updating data in data sources
With Hoverfly Cloud Enterprise you can update data within a CSV data source on the fly just as if your API were updating a real data source.
Updating data in a CSV Data Source
id
category
name
status
Update data with {{csvSqlCommand}}
{{ csvSqlCommand 'sql-update-statement' }}{{ csvSqlCommand "UPDATE pets SET status = 'sold' WHERE name = 'Archie' }}id
category
name
status
Last updated