timheuer/base64-to-file
Takes a base64-encoded string and writes to a file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fileName | Name of the file when written to temp location | yes | decoded-file.file |
| fileDir | If it is set, change the output location to specific one from temp location. | no | — |
| encodedString | The base64 encoded string | yes | — |
Outputs
| name | description |
|---|---|
| filePath | The temp file location |