Template Functions
value: <%- $.hash(ctx.string_field) %>Default Functions
File System
// get absolute path
$.fs.getAbsolutePath(path);// get absolute path relative to the working directory of fbl command execution
$.fs.getAbsolutePath(path, cwd);// read text file
$.fs.read.text(path);
// read file into base64 encoded string
$.fs.read.base64(path);UUID Generation
Hash
Assign To
Push To
Assign To / Push To - JSON Schema generation
Include another template
Last updated
Was this helpful?