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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unresolved compilation problem

Hi Every one,

I am new to talend. I have started creating my first job in Talend today. My requirement is to create a variable with the value as today's date - 36 months. I am using below function to achieve this.
TalendDate.addDate(TalendDate.getCurrentDate(),-36,"MM");
But i am getting the below error.
"Exception in thread "main" java.lang.Error: Unresolved compilation problem:"
I have tried with other date functions available , but i am getting one or the other error.
Can anybody please let me know why i am getting this error.
Thank you.

Regards,
Prasanna.
 

Labels (2)
11 Replies
Anonymous
Not applicable
Author

Hi Sabrina,
Is there any command to extract a gzip file in talend  without renaming the file in FTP to gz????
And how can we write linux commands in Talend to call a shellscript????
Many thanks,
Laddu Rasool.
Anonymous
Not applicable
Author

You can use tSystem component to call shell script commands.