Hello! Is there a way to make some custom snippet script to use some kind of conditionals to import data from XML that has different data values than my custom post in database. Is it possible to make something so it would match my values?
I tried to use https://www.importwp.com/docs/change-imported-field-values-programmatically, but couldnt make it to work. Still Im not sure if it is a snippet im looking for.
Im trying to import xml with data like: Type: Apartment —–> to match my taxonomy: Apartament(polish word) or Type:Features that has array values like: Pool, Air Conditioner:Outside to match for example —–> Swimming Pool, Air Condtioner – In my custom post values database..
Best regards!
EDIT: https://www.importwp.com/docs/change-imported-field-values-programmatically, Hmm I think I made it work with custom fields, but still cant make it to work with Taxonomies.