Custom Functions
mongoSheet also provides a list of a custom functions to help you to
working with data easier. There are only a few functions now, but we are
looking into options to add more functions.
If you have an idea for a custom function, then please let us know at
hello@mongosheet.com
PICK
Let consider the employee object. Suppose that you queried all the
objects and you quicky wanted to pick only
name from the
object. You can easily do that by using the custom function
PICK
. Just write the function =PICK("name", B2) where the J2 is the cell
that contains the father object.
REMOVE
Removes the key specified in the function. Let's consider the same
object and you want to remove employeeId from it. Then you can write the
function as =REMOVE("employeeId", B2). The result will be a new object
after removing "employeeId" the original.
SIZE
Consider a super big object or array and you need to find the number of
items in it, then write the function =SIZE(B2).
KEYS
If need to know all the first level keys used in the object, then write
the function as =KEYS(B2)
If you are facing issues, then please send us an email to
hello@mongosheet.com