Excel Crashing | Requesting rule based trait using BAAAM | Community
Skip to main content
November 15, 2019
Solved

Excel Crashing | Requesting rule based trait using BAAAM

  • November 15, 2019
  • 1 reply
  • 3571 views

I am trying to request all the rule-based traits using BAAAM but since they are very high in number the excel keeps crashing, is there a way I can use a filter?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by snielson

Is Excel force closing or going unresponsive? It's pretty common for it to go unresponsive when requesting a lot of data, but should eventually come back if left to work long enough.

Unfortunately, with BAAAM there is no way to adjust the request made to filter the results anymore. I would suggest making a manual request with our REST API


For example you can filter by folder ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&folderId=111111

or data source ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&dataSourceId=12345

1 reply

snielson
Adobe Employee
snielsonAdobe EmployeeAccepted solution
Adobe Employee
November 15, 2019

Is Excel force closing or going unresponsive? It's pretty common for it to go unresponsive when requesting a lot of data, but should eventually come back if left to work long enough.

Unfortunately, with BAAAM there is no way to adjust the request made to filter the results anymore. I would suggest making a manual request with our REST API


For example you can filter by folder ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&folderId=111111

or data source ID:

https://api.demdex.com/v1/traits/?restrictType=RULE_BASED_TRAIT&dataSourceId=12345