I'm looking for best practice solutions for writing to a SQL Server database mid-translation. I need to write mid-translation because I have foreign key constraints on the database and some feature types need to be inserted before others.
As far as I'm aware there's no way of telling the writer to insert feature types in a specific order.
I would prefer to do all this in a single workspace (ie. not have multiple workspaces called by the WorkspaceRunner).
I think my only solution is to use the SQLExecutor but inserting records using this transformer is not well documented and it does not seem to provide any feedback as to it's success.
Any thoughts?
thanks,
Nic