migrate_process_trim 8.x-1.0

New features

Sometimes you need to trim the results of a process pipeline. Often this is to remove leading and/or trailing spaces, but it could by any character. PHP provides this as the trim(), ltrim() and rtrim() functions. This module allows you to use those easily in a migration:

Pages

Subscribe with RSS Subscribe to RSS - New features