I've worked through all the various schema mapper examples but could not find one on how to add a new attribute to the writer schema.
I would like to read the source and add a attribute called
CadLayer as varchar(30) with value of autocad_layer from the source autocad drawing
The source can have various object data attribute fields
one example i have in source dwg
MCCID_INT integer
MCCID_STR char 255
NAME char 255
i also would like to change them to char 50
I'm writing to arcsde 10.0 feature class
tx
Rudy