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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] The code of method exceeding the 65535 bytes limit

I am a new user of Talend, and I'm writing some jobs to load Legacy data into our data warehouse.
I have a tab delimited file with 140 columns & 886720 rows and that I need to process and load into one MySQL table using MySQL Bulk Output. I've attached a screenshot of my jobs for reference.
When I run this job, I get the following error:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The code of method tFileInputDelimited_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
I've already tried splitting the file into two to reduce the number of columns in each file, and then use a tJoin to merge the data back together before I process it. This also produces the same error message.
What can I do to get the size of that method down so this job will run?

We are using the Java version on Windows Server 2003 VM
Thanks!
Labels (3)
11 Replies
Anonymous
Not applicable

@lli

We do not finf the tFileInputTextFlat  componet for the Talend Open Source Bigdata - Exchange. 

Anonymous
Not applicable

Hi, the component is available in Talend Exchange:

https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

Best regards

Jan Lolling