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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tFilterColumn Java Example

The example doesn't work it produces an error - "The operator != is undefined for the argument type(s) int, null." I think the component is broken.
I am using TOS 3.0.1 r19980
Chris
Labels (2)
5 Replies
Anonymous
Not applicable

Hello Chris
tFilterColumn is used to make specified changes to the schema defined, you can remove some columns or change the column order based on the input columns mapping.
Can you show us your source file and what are your expected result?
Best regards

shong
_AnonymousUser
Specialist III
Specialist III
Author

Hi Shong,
It is the Talon Java Demos Example tFilterColumns 0.1. It doesn't work. I have also tried building a new job doing the same thing as th example and get the same error.
I'm sure you have the demos setup try running that example. BTW all of the other examples work and I am really really enjoying this tool.
Thanks,
Chris
Anonymous
Not applicable

Hello Chris
I have checked that the demo job is a wrong one. To avoid this problem, check the 'null' box on schema. see the screenshot.
Best regards

shong
Anonymous
Not applicable

To help our team to fixed the anomalies in the DemoProject, don't forget to send a bugtracker issue!
For this bug, I have make it on: http://www.talendforge.org/bugs/view.php?id=5706
Smiley Happy
_AnonymousUser
Specialist III
Specialist III
Author

Thanks guys