zdavatz / ymeteor

Parsing Swissmedic, Pharmnet, HCP, DHCP, Chargenrückrufe, Drugshortages, PEI with Meteor
https://ywesee.com
GNU General Public License v3.0
4 stars 3 forks source link

<"reRun": true,> should always reset all checked flags #27

Closed zdavatz closed 4 years ago

zdavatz commented 4 years ago

Make Meteor run and start from any ATC Code, like, i.e: meteor start -atc C02AC05

zdavatz commented 4 years ago

We need an option that resets the "checked" flag, so if the importer is being cut of at C02AC05 we can tell the importer to resume from there (C02AC05)

zdavatz commented 4 years ago

So at the moment if I do "reRun": true then it will just ignore the checked flag and if I then continue with "reRun": false it will not import anything new at the moment.

So running "reRun": true the first time it should reset all checked flags, so if the importer is cut off I can do "reRun": false and it will continue from the product where the "checked" flag has NOT yet been set.