hi, i wanted to use ''activerecord-import'' for bulk import but i have dependent tables. if i insert in one table then two more tables have to be inserted with the foreign key. can i use activerecord-import in this case. the database structure would be like: a product table with a product_details table having a one-to-one relationship and a product_index table having some selected columns from product, product_details table to make indexing and pagination faster. another table having a counter_cache to make pagination easier. so any inserts for products will be split into the product and product_details table, with some selected information being inserted into product_index table. ccing: zach.dennis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org thanks, deepak -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.