Skip to content

JSON Errors

Question:

What will happen if the crawler runs into an issue reading one of the records in the machine readable json file? Will it load the records it read before the error was encountered?

Answer:

If any portion of the file is not in proper JSON format, it will not be loaded and an error will be returned.

Feedback and Knowledge Base