We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovered when extracting the data for STD. several rows in the extract that say : ERROR : No ART for mammals /
these lines are empty. Looks like this in BC and in the database
Manual fix to remove all of them (exists in Natt as well) . I guess they can exist as well for amphibians or other non-mandatory animals fields
db.output.updateMany( { "data.mammalObservations.speciesMammals.listId":"", "data.mammalObservations.individualCount":0, "data.mammalObservations":{$size:1} }, { $set:{ "data.mammalObservations":[] } } )
My guess is that the pre-created line when entering the form stays when validating => empty line in the end.
Should be possible to remove empty line when validating ?
The text was updated successfully, but these errors were encountered:
mathieuLU
ekol-ali
No branches or pull requests
Discovered when extracting the data for STD.
several rows in the extract that say :
ERROR : No ART for mammals /
these lines are empty. Looks like this in BC and in the database
Manual fix to remove all of them (exists in Natt as well) . I guess they can exist as well for amphibians or other non-mandatory animals fields
My guess is that the pre-created line when entering the form stays when validating => empty line in the end.
Should be possible to remove empty line when validating ?
The text was updated successfully, but these errors were encountered: