( GDB to GDB )
I would like read the features LINE_A and copy their geometry and attributes and insert those into LINE_B feature class, then run it through my transformers before writing. Is there a way to do this?
Example
LINE_A has 2 features. Before my workspace is ran I would like to take those 2 features and insert them into the LINE_B feature class with any attributes that match the schema of both features, then run the workspace with those new features added.
So I'm keeping the 2 instances of LINE_A and just copying them into LINE_B feature class... then running those 2 new features through the workspace.
I looked into the workspace runner, but wasn't quite sure.