Hello everyone,
I have an extensive workflow in which, among many other financial data, quarterly ratings are added as information in a column via a data input. A reference date is also processed as an input. The rows represent accounts, which therefore contain attributes such as "Amount," "Rating," "Maturity," etc.
With the help of a dynamic rename tool, the column header "rating" (in the image "OEKRAT," which stands for economic rating) is transformed into a new column header in the format "DD-MM-YYYY." wich represents the quarterly reference day (30-09-2024 lately). As a result, the output, in the form of an XLSX file, continues to grow and creates a time series of ratings that has been increasing from 2018 to the present. After the ratings, additional columns follow, providing information about collateral, account balance, etc.
My problem: The current rename-rating is always placed at the end of the workflow, even though a "select tool" immediately after the dynamic rename tool shows the rating column in the correct position. How can I fix a column in the correct position?
Follow-up question: Does it make sense to change the structure of the file and move the rating to the end? This way, the latest rating could always be added to the end – but that would mean some effort to restructure the downstream files from this output as well…
Thanks in advance for your help!