It would be very helpful to be able to download the results of a data explorer report (csv, xls, ect...). This would allow end users to filter. The current set up if not user friendly and scrolling is a huge waste of time.
Copy the JSON response and paste into Step one of the link above
Next select “Format JSON” button
Deselect “Include header in first row” from the Step 2 Choose output options dropdown
If your key value pairs in the Data Explorer contain any commas, choose a different “Output Field Separator”
Click the “Convert JSON to CSV” button
Copy Result Data into an excel file.
7 Note - the list call in the Network tab will only give you the first 50 rows of the data explorer. To get the full table, you need to scroll to the bottom of the data explorer table within the AAM UI, and repeat steps 5 & 6 for each list response. Example below:
8 Parse the fields in Excel
The Keys & Values will now be separated by a comma unless you chose a different delimiter in step 6.c.i.
Text to columns row A by commas
Then Row A will become your Keys & Row B are the values to create any traits. Row E is the number of signals hits in the Data Explorer view.
this is such an obviously good idea. I want to be able to extract my signals from here, play around a bit in excel, and then create traits in bulk using baaam. wonder why this hasnt been developed??