Skip to content

Commit

Permalink
Add documentation for to_base64 #354
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed May 29, 2024
1 parent f855799 commit f2a9c7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,16 @@ to_json("<sourceField>"[, pretty: "<boolean>"][, error_string: "<errorValue>"])

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

##### `to_base64`

Encodes the value as base64 hash.

```perl
to_base64("<sourceField>")
```

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

##### `trim`

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

0 comments on commit f2a9c7c

Please sign in to comment.