Pretty simple data export, I have a reader referencing some SDE data and then a writer to a file geodatabase. But reviewing the attributes in the file geodatabase I see that the domain attributes are the codes (1,2.3, etc) not the descriptions (copper, steel, PVC, etc).
Is there a way to write the domain descriptions and not codes?
The same is true for the subtypes, it is writing the code (1,2,3) and not the description (tap, bend, saddle, etc).

Oh, actually, I just saw the comment on that thread I mentioned above that said to expose the format attribute "arcgisonline_subtype_name" in the reader if you want the Asset Group subtype description to be added as a field. I did that and it worked for me.