I have a database table with a column of unique IDs. I store a previous copy of the IDs so I can compare current against previous.
Using a FeatureJoiner I can establish NEW/DELETED IDs - brilliant......
The issue is that I may not have Unjoined Left/Right every time so at the moment my workbench doesn't proceed.
I need to get to the point where the workbench can continue/report even if either/or both are null. Is FeatureJoiner the best transformer?
Any ideas?
Thanks