Closed ikalinin1 closed 1 year ago
In addition to logging I would suggest to unify transformers/tables/files definition order. Currently it is different, viz.:
Examples:
{transformer=FROM_DB, dbKey=testdb, sqlQuery=$\{sql-all-category-product-last-flag\}}
{transformer=FILTERING, byMaxRows=$\{filter-products\}}
and
Examples:
{transformer=FILTERING, column.category=.*lipstick.*}
/tables/vime/photo_p${index}.table
Initial source is on the opposite sides of the list
Implemented in #3388
In order to provide user clear view of the table transformers resulting table we need to introduce logging mechanism