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)

CommentFileSizeAuthor
viewexample.jpg47.3 KBjyloo

Comments

andiart’s picture

There 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

kristofferwiklund’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Active » Closed (won't fix)
Related issues: +#1063434: Add Feeds integration to FieldCollection

This 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.