Boolean

Simple true/false parser to store boolean information to used for filtering.

Source fields

All source fields will be processed with the boolean parser. If one of the values is true the result will be true.

Settings

For now there are no settings for that boolean parser. We will add additional settings to customize falsely or truly values.

Result

All boolean values will be processed with the following rule:

Everything is set to false what is not one of the following value1, '1', 'y', 'yes', true, 'true'.

Use-cases

  • Free-parking

  • Wifi available

  • Apple pay

Last updated