I’d appreciate someone’s advice on this.
I have 3 weblogs (sections) that should be related: A—> B, B—> C.
The weblog entries are imported with the CSVGrab plugin. After the import, I’m trying to avoid creating relationships by hand in the admin panel for weblog A with 200 entries to weblog B with 14 entries, and from weblog B to weblog C with 4 entries.
I would do this by hand once, but as I’m still expirementing with EE I might need to purge the data and start over several times.
I poked around in my ee database and see that the ‘exp_relationships’ holds the relationship data. It seems that I could populate all the fields, except ‘rel_data’ and ‘reverse_rel_data’ as they seem to be caches of some sort.
Any ideas?
Thanks.