New Panorama/import_to_mongo.py: imports Issues & Deviations XLSX into
MongoDB (db: Panorama, collection: IssuesAndDeviations), all countries,
upsert on record ID with field change history tracking.
Both import scripts (Medidata + Panorama) now move processed files to
Downloads/Zpracovano/ after import to avoid re-processing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New import_to_mongo.py: imports Medidata EDC Data Listing CSVs into
MongoDB (db: edc), filters CZE-only rows, uses dot-notation collections
(e.g. UCO3001.ConcomitantTherapy), and tracks field changes over time
in a history[] array per document.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>