Joaopolo commented on issue #8243: URL: https://github.com/apache/hop/issues/8243#issuecomment-5515648976
The process works as follows: It receives a table name, which is already available as an input, and loads the corresponding data into another database for visualization. This process is designed to work generically across multiple tables. However, some tables do not contain the `GRUPO` column, which identifies data ownership. To handle this, I use a validation step to check whether the `GRUPO` column exists. If it exists, the validation returns `true`; otherwise, it returns `false`. The current Filter Rows implementation, however, only supports fixed values. It does not accept dynamic values, which prevents the process from handling multiple table structures and conditions dynamically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
