
ojob ojob.io/formats/fromBase64 file=aSecretFile.yaml path=my.secret type=yaml outFile=my-bin.bin
Converts a base64 input from an YAML/JSON input to a string
| Name | Description |
|---|---|
| file | A YAML or JSON input (if not provided stdin will be considered) |
| path | A map path to the element that contains the base64 string input |
| type | Force the type of input between YAML or JSON file |
| outFile | Force binary output to be written into a file |