Kuwala Docs
CtrlK
  • ๐ŸŽ‰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 3 years ago