Skip to main content
1-Visitor
June 22, 2017
Solved

The Thingworx system filters garbage data, There is no good plan?

  • June 22, 2017
  • 4 replies
  • 2520 views

Hello, everyone.

     We collect a lot of useless data when we get data from the device side,Is there a good way to filter out the garbage data?

     I'm using data collected from the Java SDK!

Best answer by liliu

Hi Mr. Guo,

Using QueryPropertyHistory will return duplicate records. It's doesn't means we logged it.

As I know, the values stream doing regords, would follow DataChange Type in the property settings.

Best Regards,

Lily

4 replies

5-Regular Member
June 22, 2017

Hi Ju Bin Liang​,

Can you please share your use case in more detail.

In Java SDK you can update code to send only requisite data.

In ThingWorx; you can add query in your Service to retrieve the filtered data.

5-Regular Member
June 22, 2017

Hi Mr. Guo,

May I know what kind of garbage data do you received? (Value stream? DataTable?)

Best Regards,

Lily

lliangjb1-VisitorAuthor
1-Visitor
June 23, 2017

hi,Lily   

     I want to filter the data before it goes to thingworx

liliu5-Regular MemberAnswer
5-Regular Member
June 23, 2017

Hi Mr. Guo,

Using QueryPropertyHistory will return duplicate records. It's doesn't means we logged it.

As I know, the values stream doing regords, would follow DataChange Type in the property settings.

Best Regards,

Lily