Deleting data from data sources
Delete CSV data source records on-the-fly within simulations with Hoverfly Cloud Enterprise - data is removed temporarily, reverting on restart.
Deleting data from a CSV Data Source
id
category
name
status
Method 1: Delete data with {{csvDeleteRows}}
{{csvDeleteRows 'data-source-name' 'column-name' 'query-value' output-result}}{{ csvDeleteRows 'pets' 'category' 'birds' false }}id
category
name
status
Method 2: Delete data with {{csvSqlCommand}}
id
category
name
status
s
Last updated