compilation error for unresolved field in schema and duplicate method
Getting below compilation error while running job. Can someone help to resolve this? There are 2 errors one for field and another for duplicate method. I have checked first one and field "Type" is there in schema.
"Duplicate method getType() in type EOC_3.row6strucct"
I suspect that your issue is due to Talend defining the method getType() for its own purposes. I think, from a field naming perspective, "Type" is just one of those names that is best avoided as it is often a reserved word or can cause a conflict, as I suspect you're seeing here.