Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chriselda_haven
Contributor
Contributor

tdatamasking error

i am new to Talend: 

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>()

 

on checking for duplicator_tDataMasking_4, i see 

List<row2Struct> row2ReslutList = duplicator_tDataMasking_4

.process(row10, false);

 

could you please help me on how to resolve this 

 

Labels (3)
0 Replies