Is it possible to typecast an attribute of an itemtype in ImpEx export script to be fired via Admin Console in Hybris.I wanted to do something like this:
if(student instanceof UGStudent) UGStudent ugStudent = (UGStudent) ugstudent;
so that I can have attributes specific to the subtype as well.