java - The error doesn't happen while importing in the local Database -


enter image description herei importing json files database. java.lang.nullpointerexception files. on tracing error, see error occurs in last_name column of database. of names

"heldeweg, m.a.","schlössels, r.j.n.","seerden, r.j.g.h."

and last names

heldeweg, schlössels, seerden

which extract names array.

but when try import same files local database, files imported without issues. don't seem know how trace error causing java.lang.nullpointerexception error.

i added screenshot of error. tell me part of code @ identify location of error?

thanks help!!!


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -