Skip to content

Commit f2a9c7c

Browse files
committed
Add documentation for to_base64 #354
1 parent f855799 commit f2a9c7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,16 @@ to_json("<sourceField>"[, pretty: "<boolean>"][, error_string: "<errorValue>"])
833833

834834
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixMethod.java+"+to_json+{")
835835

836+
##### `to_base64`
837+
838+
Encodes the value as base64 hash.
839+
840+
```perl
841+
to_base64("<sourceField>")
842+
```
843+
844+
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixMethod.java+"+to_base64+{")
845+
836846
##### `trim`
837847

838848
Deletes whitespace at the beginning and the end of a field value.

0 commit comments

Comments
 (0)