Skip to content

Commit

Permalink
add available transform plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio9705 committed Sep 2, 2024
1 parent 8a6b9a2 commit 4442f8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/plug-in/transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,11 @@ requests
- Transformation plugins can be applied through the data transformation tools in the UI.

## Plugin already available

- **`UPPERCASE`**

The `uppercase` plugin has been added to have a simple example on how plugins work in MantisTable UI. This plugin works with `STRING` only columns by converting each cell to uppercase.

- **`REVERSE_GEOCODING`**

The `reverse_geocoding` plugin works with `GEOCOODING` columns by converting geocoordinates to complete addresses. It uses [Open Street Map API](https://nominatim.openstreetmap.org/ui/reverse.html) to obtain the corresponding address of the geocoordinates.

0 comments on commit 4442f8c

Please sign in to comment.