Closed (works as designed)
Project:
Table Wizard
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 14:34 UTC
Updated:
1 Mar 2010 at 14:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
ultrajet commentedComment #2
mikeryanThe Table Wizard deals with database tables, not Drupal objects, and thus doesn't know anything about CCK multiple values. The database table that CCK creates to hold multiple values for a field named example will have columns vid, nid, delta, and field_example_value, and each value will have a different row in the table. And, the primary key for that table is based on two fields, vid and delta, thus cannot be the base table of a view.
Could you share what you're trying to accomplish by adding CCK tables to the Table Wizard? I'm having trouble imagining what this would achieve that isn't available through the builtin CCK views integration, if you can explain it maybe I can offer a solution.
Comment #3
kb_0 commentedComment #4
bdalrymple commentedI think I may be having a similar problem. I have a option choice available in a content type called "Project", with choices such as "wood, concrete, other, etc" but on import, none of the values in the csv file are being transferred into the project. Any ideas on how to fix this?