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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] update from a CSV file to multiple tables

Hi all,
Sorry for gate crashing this post. I couldn't find an option to make a fresh new post !!!.
I had created this job to update from a CSV file to multiple tables. After creating the job when I try to run it, I get the following error.



P.S: This would be my first Talend job.
Regards,
Satheesh P R

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The error was "The method validateandtransformColumn(String,String) in the type GenericDataload is not applicable for the arguments (String,Integer)
Solution:
The input file had the type as integer for a particular field and I was using the tJavaRow to convert it into integer again. Hence the error. Change the input file row into string and it successfully converted into integer.

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi,
What's the error message you are getting? We can't see the screenshot on our side. Could you attach it on the forum, please? That would be great.
What does your job look like? More information will be preferred.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks, Sabrina.
I was able to resolve this error.
Anonymous
Not applicable
Author

Hi,
Great it is fixed.
Would you mind sharing your solution with us?
Best regards
Sabrina
Anonymous
Not applicable
Author

The error was "The method validateandtransformColumn(String,String) in the type GenericDataload is not applicable for the arguments (String,Integer)
Solution:
The input file had the type as integer for a particular field and I was using the tJavaRow to convert it into integer again. Hence the error. Change the input file row into string and it successfully converted into integer.
Anonymous
Not applicable
Author

Hi,
Thanks for your feedback and sharing your solution with us.
Best regards
Sabrina