You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orbigint
on a postgres database, but some arestring
ortext
. Ideally, the transformer would work on all those column types.The text was updated successfully, but these errors were encountered: