The past few days I've been working on migrating content from a Drupal 10 site into another Drupal 10 site. For a few reasons I'm unable to do a complete site move where I would normally just copy the database and files over to the new server. I need to migrate the content over without copying the database.
My solution is to use the Feeds module, but I ran into trouble because the site content is in two languages: English and Spanish. It was tricky to figure out, so I'm documenting the process.