Quantcast
Channel: Sensis Developer Centre - SAPI: Parsing PrimaryContacts in Java
Browsing latest articles
Browse All 8 View Live

Parsing PrimaryContacts in Java

I am having trouble writing the code to pull out the phone number and email address from a listing. The code below is producing a "null" result - could someone please help me out?

View Article



Parsing PrimaryContacts in Java

Hi aname1234, We are more than happy to look at the code snippets, but I cant see anything pasted below. Do you mind pasting it again? Then we can investigate it further.

View Article

Parsing PrimaryContacts in Java

Apologies, code is below: out.write(result.path("primaryContacts").path("type").getTextValue() + ";"); out.write(result.path("primaryContacts").path("value").getTextValue() + ";");

View Article

Parsing PrimaryContacts in Java

Hi aname1234, Some listings may not have primary contact information. Could you inspect the data you're working with and check that it does indeed contain primary contact items?

View Article

Parsing PrimaryContacts in Java

Yes there is. Rather than ask lots of questions, can you please be proactive and tell me whether the above code is correct calling to read the primarycontacts node? None of the responses have helped...

View Article


Parsing PrimaryContacts in Java

There is something wrong with your submission process. I must've had too much information and it dod not post anything as i did post all the data. Yes the data had promarycontact information. Rather...

View Article

Parsing PrimaryContacts in Java

Hi aname1234, Without knowing or being familiar with what library you're using for parsing, we can't say if your code is correct. It "appears" to be correct based on the data model but looks like it...

View Article

Parsing PrimaryContacts in Java

Hi aname1234, Its hard to be sure without knowing how "smart" the result.path() method is, but if all it does is build up a path like so: primaryContacts/type then it does not match the SAPI response...

View Article

Browsing latest articles
Browse All 8 View Live


Latest Images