Hey thanks for the reply
i've tried "|" I.e $..emails[].first_name|$..emails[].value which didn't bring me back any results, i can get what i need via =DownloadString & some funky excel search functions (very messy) will give the other method a try in the meantime an example array in below. Happy to share the completed sheet for anyone who helps me.
----- Array -----------
{
"data": {
"domain": "mybump2baby.com",
"webmail": false,
"pattern": "{first}",
"organization": null,
"emails": [
{
"value": "carla@mybump2baby.com",
"type": "personal",
"confidence": 96,
"sources": [
{
"domain": "culturebaby.co.uk",
"uri": "http://culturebaby.co.uk",
"extracted_on": "2017-08-05",
"still_on_page": true
},
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/category/carlas-blog",
"extracted_on": "2017-03-25",
"still_on_page": true
},
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/be-afraid-be-very-afraid",
"extracted_on": "2017-03-25",
"still_on_page": true
},
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/listings/toddler-rhyme-time",
"extracted_on": "2017-03-25",
"still_on_page": true
},
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/listings/baby-bounce-rhyme",
"extracted_on": "2017-03-25",
"still_on_page": true
}
],
"first_name": "Carla",
"last_name": "Lett",
"position": null,
"linkedin": null,
"twitter": null,
"phone_number": null
},
{
"value": "info@mybump2baby.com",
"type": "generic",
"confidence": 89,
"sources": [
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/terms-and-conditions",
"extracted_on": "2017-03-25",
"still_on_page": true
},
{
"domain": "mybump2baby.com",
"uri": "http://mybump2baby.com/acceptable-use-policy",
"extracted_on": "2017-03-25",
"still_on_page": true
}
],
"first_name": null,
"last_name": null,
"position": null,
"linkedin": null,
"twitter": null,
"phone_number": null
}
]
},
"meta": {
"results": 2,
"limit": 10,
"offset": 0,
"params": {
"domain": "mybump2baby.com",
"company": null,
"type": null,
"offset": 0,
"seniority": null,
"department": null
}
}
}
thanks in advance for any help.