--
You received this message because you are subscribed to the Google Groups "ticketfly-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ticketfly-ap...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ticketfly-api+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ticketfly-ap...@googlegroups.com.
In terms of our objective, I believe the current endpoint is already providing us with what we need - that's not the issue.
The issue is that, occasionally and unpredictably, we appear to receive characters in the response which php doesn't want to deal with. While I have not tested the other endpoint you've provided, I suspect I'd encounter a similar issue if I just switched.
Were you able to reproduce the issue I described using the attached json? Can you identify any of the characters I referred to?
Thanks for your support.
-Carlos
--
You received this message because you are subscribed to the Google Groups "ticketfly-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ticketfly-ap...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Looks like something with your initial ingestion tries to encode commas?
I would definitely try one of the sanitization filters I recommended before http://php.net/manual/en/filter.filters.sanitize.php
-b