OHDSI / MedlineXmlToDatabase

A command line Java application for parsing MEDLINE XML files and inserting the data into a relational database
Apache License 2.0
19 stars 11 forks source link

Illegal character found #13

Closed lemonysoft closed 5 years ago

lemonysoft commented 5 years ago

Hello again. How can I fix this? Is it ignorable?

Processing pubmed19n0960.xml.gz Illegal character found in name 'mml:math' in element 'MedlineCitation_KeywordList_Keyword'. Skipping field. Processing pubmed19n0961.xml.gz

schuemie commented 5 years ago

Yes, that is the fix telling you it is doing its work.

lemonysoft commented 5 years ago

Thanks for the reply.