Replibyte icon indicating copy to clipboard operation
Replibyte copied to clipboard

add a transformer to replace column with hardcoded value

Open fazo96 opened this issue 3 years ago • 0 comments

Hi, I originally made this request in #110

What we need is a transformer that can replace all values in a column with a hardcoded value. The main use case we have for it is replacing values in columns that hold financial data such as the total on invoices and prices of individual products.

Most of those columns are of type float, int or bigint on a postgres database, but some are string or text. Ideally, the transformer would work on all those column types.

fazo96 avatar May 17 '22 07:05 fazo96