Hi
I have the "feeds module" (http://drupal.org/project/feeds) up and running and it works really nicely.
I have a problem, though...
I want to create a CSV file so that I can mass upload files. I have got this working for a couple of test content types, but this content type contains a field of type "List (text)". When I create an importer structure for this within the feeds module, I can map all the fields except for the on that is of type "List (text)".
The type of field is as below:
LABEL WEIGHT PARENT NAME FIELD WIDGET OPERATIONS
Type -2 field_c_type List (text) Select list edit delete
I'm not sure if the field isn't considered a native field????
For info, If I create a basic view for this content, the SQL generated is as below.