Load Handler
Loads data from a local or remote file (JSON or YAML or text file) and stores it in a variable.
For text files that are not JSON or YAML, Mr. Smith will create a content
variable for the file content.
Properties:
- from: Path to the file to be loaded. Can be a local or remote file.
- out: The name of the variable that will store the loaded data.
Examples:
local file:
remote file:
reading data from a text file: