I need to convert a taxonomy_image field to the FieldAPI and am unsure how to do that from reading the source. The table containing the data is just two columns, tid and path (which is a misnomer - it's actually just file names, not full paths).

Comments

joachim’s picture

Nope, it's just the docs in the code. Look at system_field_convert_info() for a commented example.

For taxonomy image, you should maybe look at the d7 branch of http://drupal.org/project/image, which has a plan for migration. That has to work with fields too.