As I am using a union query I need to convert text fields to nvarchr (Max)
The statement works well in Studio manager but in FME the attributes are <missing> despite using AttributeExposer.
Without union clause the text fields display as expected using AttributeExposer so i feel certain it is the cast as Nvarchar(max) that is causing the problem.
How do I resolve this ?