- Issue created by @Toki
I am in the process of importing 2700+ publications from a Drupal 7 site to a Drupal 10 site.
Using your module (with the simple modification core version requirement to D10), I manage to migrate the publications created with the Biblio D7 module to the reference entities of the Bibcite module (I only try for 10 for now with --limit=10).
My problem is that I added custom fields to these Biblio nodes (in particular a field for the PDF) and I would also like to migrate this information (Journal article type).
My PDF files are already present on the D10 site thanks to file migration process.
I use the entire Migrate Drupal series and run one-to-one migrations via Drush (upgrade_bibcite_migrate_contributor
and upgrade_bibcite_migrate_keyword
worked very well with 4170 and 5455 items respectively).
How can I migrate the custom fields data of Biblio D7 publication nodes towards Bibicte reference entities?