Problem/Motivation

The fix from this issue https://www.drupal.org/project/migrate_source_csv/issues/2727975 was overriden with this commit https://git.drupalcode.org/project/migrate_source_csv/-/commit/2036524e0... in this issue https://www.drupal.org/project/migrate_source_csv/issues/3042160 . Can we have it back?

Steps to reproduce

In my migration I use email address as a source key but some emails have unicode chars in it so the string type is too small.

Proposed resolution

Restore the changes from commit https://git.drupalcode.org/project/migrate_source_csv/commit/d4b1f4b

Remaining tasks

Create MR

User interface changes

No changes

API changes

No changes

Data model changes

No changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a.dmitriiev created an issue. See original summary.

a.dmitriiev’s picture

Status: Active » Needs review
a.dmitriiev’s picture

This change will also allow to use other types of sources like integer, text, .... , not only strings.

donquixote made their first commit to this issue’s fork.