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

JSON Output still contains one wrong ATC code #16

Closed zdavatz closed 5 years ago

zdavatz commented 5 years ago

Looking at the JSON output, every line has this ATC_Code:

{"_id":"6aiBfsaXJnDqJAukc","code":"L01BC02","name":"Fluorouracil","doseA01AA01":"0,15 g O; 0,1 g P ","project":"atc"}

doseA01AA01

something is wrong there. The correct code is already on the line: "code":"L01BC02"

zdavatz commented 5 years ago

@hamzamu you say "I would recommend deleting Items.project: atc". How do I do that?