I’m trying to migrate order data from an existing site using CSV files and I can’t get the billing profile to relate.
In trying to troubleshoot this, I have it set just to insert a default value of a known profile and it’s still not working for me. Currently, in the process section of my YML migration file I have:
billing_profile/target_id:
-
plugin: default_value
default_value: 34338
strict: true
But I still end up with in the database.
I have also tried:
billing_profile__target_id:
billing_profile/0/target_id:
Any idea what I’m missing here?
Thanks!