Enable Simple Taxonomy Import
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3549329. -->
Reported by: [majorrobot](https://www.drupal.org/user/168019)
Related to !27
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We need to expand the capabilities of our importer to entity imports. Not sure it's actually simpler, but it feels simpler to start with taxonomy. </p>
<p>Specifically, for this issue, we need to be able to:</p>
<ul>
<li>Import content with existing simple tags</li>
<li>Import content with new simple tags</li>
</ul>
<p>By "simple tags," I mean something like free tags, where content is tagged with specific terms, but the terms do not have their own data (besides the term title itself). </p>
<p>Start by adding this to the existing simple_content_migration we already have. If it is necessary, later spin it off into a new migration.</p>
issue