Question

Is this a bug in the testfilter?

  • 24 February 2023
  • 2 replies
  • 8 views

Badge

Hi Guys, I have a strange error when i running an testfilter transformer.

When I want to pass data through the test filter, then set it to "No" and all other must be filtered. The Test filer give an output as you could see on the pictures. Also i'm seeing chinese characters......is this a bug?

imageBefore testfilter.....

image 

 

 

Same feature after testfilter...

image


2 replies

Badge

So you could see that "object_type" was "boom" but after the testfilter it is T1, a value of "T1" field.

Userlevel 5
Badge +25

I do notice some of your attributes are set to UTF16, specifically the ones you seem to have issues with. I've recently seen this somewhere else too (possibly even using the same data service). Can you try forcing it all to UTF8 using AttributeEncoder?

Reply