Hi,
I have an issue where Jet Engine custom fields do not upload the information or are loaded to the wrong field. I have tried loading the specific fields in their own importer, but it skips them. The fields do export correctly. And I get the issue no matter if I build a new importer or build an importer from an exporter. I even tested by using the exported CSV as a template, passing my data into the correct columns, and then uploading. This way, it uses the same headings the exported CSV uses, and I get the same result each time. The issue only impacts the custom fields. The standard WordPress post fields all populate correctly.
I am using a custom post type called glossary-terms with the custom fields: synonyms, usage_example, additional_background, and importance
Again, the information gets cross-loaded to other fields or skipped as described below. I included screenshots so you can see the information in the imported aligns correctly. However, the data is in the wrong fields once the upload completes.
For example, the custom field synonyms gets loaded with the information from the custom field usage_example, and the synonyms data gets uploaded to another plugin’s field called phone_contact_clicked_count.
The custom field usage_example gets uploaded with the information from the importance custom field.
Then the custom field additional_background doesn’t get uploaded at all.
The regular WordPress information like content, author, excerpt, and title all get populated correctly. The custom taxonomies I am using also get uploaded correctly.