Hi @TedHoward2
Recently I have noticed that latest version of DLT library (2.7.0) does not have an exact behavior with respect to the previous version (in my case 2.4.0).
I have noticed that in the previous version, by default, if names between source and destination match exactly, the Data Loading Workspace that is generated already includes by default join of fields.
In latest version, by default, this is not case; it does not work the same way. If I do not apply any field configuration, it should join them automatically, but it does not do so.
In my case, I have implemented the Data Loading Tool in an automatic workflow to migrate data to Utility Network. When upgrading DLT version, I have this problem.
A solution could be to go through the excel with the mapping of the fields and modify it programmatically to make this join, however, I think it is a functionality that should be kept from the at version. I could also stop using DLT and make appends with python.