@nfz11 thanks a ton for your reply. I have modified my job. I have removed the tjava component. I am getting type mismatch int to string converstion error after mapping tmap --> tjsonwritefield.
row1.AVP_STANDARD_ALGORITHM.toString() -> is also not converting in tmap.
please help me in resolving the issue.
Error in the component's properties:Type mismatch: cannot convert from int to String
The method put(String, String) in the type Map<String,String> is not applicable for the arguments (String, ((tjsonout.MANIPULATE_EVENTS != null) ? tjsonout.MANIPULATE_EVENTS.toPlainString() : 0))
Type mismatch: cannot convert from int to String
The method put(String, String) in the type Map<String,String> is not applicable for the arguments (String, ((tjsonout.MANUALLY_INSERTED_PARTS != null) ? tjsonout.MANUALLY_INSERTED_PARTS.toPlainString() : 0))
Type mismatch: cannot convert from int to String
The method put(String, String) in the type Map<String,String> is not applicable for the arguments (String, ((tjsonout.AVP_STANDARD_ALGORITHM != null) ? tjsonout.AVP_STANDARD_ALGORITHM.toPlainString() : 1))
Type mismatch: cannot convert from int to String
The method put(String, String) in the type Map<String,String> is not applicable for the arguments (String, ((tjsonout.DISABLED != null) ? tjsonout.DISABLED.toPlainString() : 0))
Best Regards,
Priya