You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,22 @@ Since `v1.4.0`, it's possible to extract data from several places in the respons
115
115
116
116
The source of data is chosen in the center dropdown of each Output. If required, the right-hand text field will appear and must contain something, otherwise it'll be hidden.
117
117
118
+
### Output presets
119
+
120
+
Since `v1.6.0`, it's possible to store and load different settings for the Outputs section (see [#24](https://github.com/jreyesr/insomnia-plugin-batch-requests/discussions/24)).
121
+
For example, if you usually load CSV files that have the same columns, call the same Request and extract the same fields
122
+
to the same CSV columns, that can be stored into a Preset for subsequent reuse. This is controlled by the following buttons:
123
+
124
+

125
+
126
+
* To store a Preset for later, first configure the desired Outputs (CSV column + source + JSONPath query or header name).
127
+
Then, click the Save preset button and give the preset a name. This will record the currently configured Outputs
128
+
* To load a Preset, choose a CSV file (otherwise the preset picker won't be enabled), and then select the desired preset
129
+
from the list. If you haven't saved a preset, the picker won't activate. Once you choose a preset, the configuration
130
+
in the Outputs will be overwritten with what was stored in the preset.
131
+
* To delete a Preset, first load it with the picker, and then click the Delete button to the right of the preset picker.
132
+
If you haven't chosen a preset, the button will be disabled.
133
+
118
134
### Extra settings
119
135
120
136
There are two additional options that can be set when sending batch requests. They appear in the **Run Config** section, above the progress bar:
0 commit comments