Kuwala Docs
  • 🎉What is Kuwala?
  • 🚀Launching Kuwala
    • 🧑‍💻Running in development mode
  • 🔀Transformation catalog
    • 🕗Time
      • Compare with date
      • Get date
    • 📑Text
      • Contains keyword
      • Filter by keywords
      • Filter by regex
      • Replace string
    • 🧮Numeric
      • Add columns
      • Apply operation
      • Compare with number
      • Divide columns
      • Text to number
    • 🌍Geo
    • 🔗Merging
      • Join by ID
      • Union
    • ⚙️General
      • Group by columns
      • Is false
      • Is not null
      • Is true
      • Remove duplicates
      • Remove null
      • Replace null
  • 🤓Contributing
    • ➕Adding Transformations
Powered by GitBook
On this page
  • Description
  • Parameters
  1. Transformation catalog
  2. Time

Compare with date

Description

With this transformation, you can filter a table by comparing a date column with a given date.

Parameters

  • column

  • comparator

    • Options: equal, not_equal, less, greater, less_or_equal, greater_or_equal

  • comparison_date

    • Format: YYYY-MM-DD

PreviousTimeNextGet date

Last updated 2 years ago

🔀
🕗