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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BSajjad1615375415
Contributor
Contributor

java.lang.NullPointerException

Exception in component tMap_3 (pcrfvspgwsmalldata)

java.lang.NullPointerException

at newproj.pcrfvspgwsmalldata_0_1.pcrfvspgwsmalldata.tFileInputDelimited_4Process(pcrfvspgwsmalldata.java:3903)

at newproj.pcrfvspgwsmalldata_0_1.pcrfvspgwsmalldata.runJobInTOS(pcrfvspgwsmalldata.java:7434)

at newproj.pcrfvspgwsmalldata_0_1.pcrfvspgwsmalldata.main(pcrfvspgwsmalldata.java:7283)

Lines from the code:

Var.Variance = row6.Sum - row4.Diff;// # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

tFileInputDelimited_4Process(globalMap);

int exitCode = pcrfvspgwsmalldataClass.runJobInTOS(args);

The tmap function is doing a join between two data sets and difference between values of two columns

Labels (3)
10 Replies
gjeremy1617088143
Master
Master

tAggregateRow will do the job :

https://help.talend.com/r/rqVGdHtCwjLQfXwWricOzQ/ksr5r6HxwTSnbN7_ggQWLg