Is there anyone know how to do a mapper for feeds regarding this field collection table type? So that i can import node using feeds module from csv file that has a field collection table type.
besides, how do i access the items inside the table?
For example, i have a table with 2 column: column1 and column2
column1 is date type, column2 is node ref type
How do i create a view that can list and sort all table field record where column2 has ref to node xxx?
(attached a illustration of view i wish to have)
| Comment | File | Size | Author |
|---|---|---|---|
| viewexample.jpg | 47.3 KB | jyloo |
Comments
Comment #1
andiart commentedThere is a patch for field collection which helped me assigning csv-columns to the field collection's fields.
Please have a look here: http://drupal.org/node/1063434
Comment #2
kristofferwiklund commentedThis bug is in core Field collection not in this modules. As this module only adds a table widget and formatter.
See the linked issue for progress.