Hi @nic_ran ,
I would delete it first by right clicking on it and deleteing the definition, then I would, install the new version.
Hi @nic_ran,
you would like to get rid of any traces of Version 1 in fmx-file, am I correct? Would you still need the current version to be Version 2? Or is the version number not a concern?
You can try Workbench > File > Export as Custom Transformer. This will create a new fmx-file which will be Version 1 (i.e. it will be a copy of the highest version of your transformer, all other versions will be gone). You then will need to replace your current custom transformer fmx-file with the new fmx-file.
We usually preserve older versions of transformers. Is there a particular reason why you would like to get rid of Version 1? Is this about the fmx-file size?
One more thing to consider: if your Version 2 is created using e.g. build 16174, it will be recognized by FME build 16174 and newer, and only older FME builds will retrieve Version 1. This gives you some control over what version will be used by users in your organization.
Hi @nic_ran,
you would like to get rid of any traces of Version 1 in fmx-file, am I correct? Would you still need the current version to be Version 2? Or is the version number not a concern?
You can try Workbench > File > Export as Custom Transformer. This will create a new fmx-file which will be Version 1 (i.e. it will be a copy of the highest version of your transformer, all other versions will be gone). You then will need to replace your current custom transformer fmx-file with the new fmx-file.
We usually preserve older versions of transformers. Is there a particular reason why you would like to get rid of Version 1? Is this about the fmx-file size?
One more thing to consider: if your Version 2 is created using e.g. build 16174, it will be recognized by FME build 16174 and newer, and only older FME builds will retrieve Version 1. This gives you some control over what version will be used by users in your organization.
Thanks Lena. Good to know that exporting will remove other versions.
The reason I'd like to remove the old version is that I'm no longer using it and I find it annoying to have to make a selection as to which action to perform (e.g. edit an existing version or create a new version) every time I open the custom transformer to edit it.