Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing a null value from writers in Psalms on books database #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alicercedigital
Copy link

The Psalms on books database have a null in the writers array.

In the CSV the value is:
", david_994, asaph_330, solomon_2762, heman_1488, ethan_1222, moses_2108"

So I change the value to:
"david_994, asaph_330, solomon_2762, heman_1488, ethan_1222, moses_2108"

In the JSON the actual value is:

"writers": [
    null,
    "david_994",
    "asaph_330",
    "solomon_2762",
    "heman_1488",
    "ethan_1222",
    "moses_2108"
],

So I just removed the null as first element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant