Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a transformer to replace column with hardcoded value #115

Open
fazo96 opened this issue May 17, 2022 · 0 comments
Open

add a transformer to replace column with hardcoded value #115

fazo96 opened this issue May 17, 2022 · 0 comments
Labels
feature New feature request good first issue Good for newcomers

Comments

@fazo96
Copy link

fazo96 commented May 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants