I have an ETL workbench and would like to create a text file where I can write some information while running the workbench. The information I would like to write includes:
- The path to individual readers
- The feature counts of each reader
- The coordinate system of the each reader
- How many objects have been written to the database
I don't want to use logging per se because it writes basically all information.What alternatives do I have? Can I only do it with python`?