AtlasOfLivingAustralia / biocache-store

Occurrence processing, indexing and batch processing
Other
7 stars 24 forks source link

Gbif dwca-io 1.31 to 2.3 #302

Closed reupost closed 5 years ago

reupost commented 5 years ago

Sorry, getting a bit tangled up in git at the moment. I didn't want to include the changes to DateParser in the pull request since they are irrelevant, but I can't seem to remove that file from the request.

ansell commented 5 years ago

For future reference, the command for removing all changes to a file on a branch is the following (the key is the --):

git checkout origin/master -- src/main/scala/au/org/ala/biocache/parser/DateParser.scala

git commit

git push

If you have any changes to the new date parsing to improve it then it would be great to integrate them.