Thanks,
Chris M
Thanks,
Chris M
Personally, I do not recommend that you read and modify the same table inside a single workspace unless you have a very clear idea of what you're doing. It is technically possible, but with a few gotchas and caveats.
I would consider writing the results from the attribute joins to a temporary table. You can then update the values of the original input table with the temporary table values in a second workspace, if possible.
On the other hand, I think you're on the right track with the FeatureMerger.
To update the column values of an existing table, look at this article.
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.