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
I think that in this case after the featuremerger or joiner you need to map the new attributes into the gdb exisitng ones, this can be done in several ways, I would recommend the schemamapper for that.
Hope this helps