- Overview
- Getting started
- User Guide
-
Reference
-
Steps
- addToInt
- awaitAllResponses
- awaitDelay
- awaitInt
- awaitVar
- breakSequence
- clearHttpCache
- conditional
- fail
- foreach
- hotrodRequest
- httpRequest
- json
- log
- loop
- newSequence
- nextSequence
- noop
- pullSharedMap
- pushSharedMap
- randomCsvRow
- randomFile
- randomInt
- randomItem
- randomUUID
- scheduleDelay
- set
- setInt
- stop
- stopwatch
- stringToInt
- template
- thinkTime
- timestamp
- unset
- Processors
- Actions
-
Steps
- Custom extensions
- Controller API
- Architecture
- Release notes
randomCsvRow
Stores random row from a CSV-formatted file to variables.
Property | Type | Description |
---|---|---|
columns | Builder | Defines mapping from columns to session variables. |
file | String | Path to the CSV file that should be loaded. |
removeQuotes | boolean | Automatically unquote the columns. |
skipComments | boolean | Skip lines starting with character ‘#’. |
columns
Property | Type | Description |
---|---|---|
<any> | String | Use 0-based column as the key and variable name as the value. |