While using the tdatamasking component, i get the error :
Error Line: 9088
Detail Message: The method process(xyztable, boolean) in the type DataMasker<scrambling_xyztable.row10Struct,scrambling_xyztable.row2Struct> is not applicable for the arguments (scrambling_xyztable.outmapStruct, boolean)
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:360)
Here :
the input flow is row10 & output is row2.
in the code tab ( next to designer, i see )
org.talend.dataquality.datamasking.DataMasker<row10Struct, row2Struct> duplicator_tDataMasking_4 = new org.talend.dataquality.datamasking.DataMasker<row10Struct, row2Struct>()