Changing the value of adressIriTemplate in file "mappings/Testuser_address.xrm" followed by saving the file automatically re-generates the file "src-gen/Testuser_address.csv.meta.json". This is correct.
On the other hand, Project > Clean is required to re-generate the output file of the dependent mapping "src-gen/Testuser.csv.meta.json" with the updated template value. This should also happen automatically after save.
Observed in editor runtime platform Eclipse
Clone https://github.com/mchlrch/xrm-csvw-workflow-playground/commit/2756f1481776cd699960b4f0b1eef8b5fd11b604
Changing the value of
adressIriTemplate
in file "mappings/Testuser_address.xrm" followed by saving the file automatically re-generates the file "src-gen/Testuser_address.csv.meta.json". This is correct.On the other hand,
Project > Clean
is required to re-generate the output file of the dependent mapping "src-gen/Testuser.csv.meta.json" with the updated template value. This should also happen automatically after save.