Created
August 31, 2019 16:50
-
-
Save dinarcon/204b48c32504b5aa2519b3814e3f4c0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source values: 3.1415, 2.7182, and 1.4142 | |
psf_number_components: | |
plugin: explode | |
source: src_decimal_number |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------- ------- -------------------- | |
Source IDs Hash Level Message | |
------------------- ------- -------------------- | |
7ad742e...732e755 1 delimiter is empty | |
2d3ec2b...5e53703 1 delimiter is empty | |
12a042f...1432a5f 1 delimiter is empty | |
------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ drush mim ud_migrations_debug | |
[notice] Processed 3 items (0 created, 0 updated, 3 failed, 0 ignored) - done with 'ud_migrations_debug' | |
In MigrateToolsCommands.php line 811: | |
ud_migrations_debug Migration - 3 failed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psf_number_components: | |
- plugin: explode | |
source: src_decimal_number | |
delimiter: '.' | |
strict: false | |
- plugin: log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------- ------- -------- | |
Source IDs Hash Level Message | |
------------------- ------- -------- | |
7ad742e...732e755 1 3 | |
7ad742e...732e755 1 1415 | |
2d3ec2b...5e53703 1 2 | |
2d3ec2b...5e53703 1 7182 | |
12a042f...1432a5f 1 1 | |
2d3ec2b...5e53703 1 4142 | |
------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psf_number_components: | |
plugin: explode | |
source: src_decimal_number | |
delimiter: '.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------- ------- ------------------------------------ | |
Source IDs Hash Level Message | |
------------------- ------- ------------------------------------ | |
7ad742e...732e755 1 3.1415000000000002 is not a string | |
2d3ec2b...5e53703 1 2.7181999999999999 is not a string | |
12a042f...1432a5f 1 1.4141999999999999 is not a string | |
---------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment