I need help with csv import to many group elements of serveral lists.

cryptlan

Member
Hello,
first excuse my English.
my project has a "master" list (EXP) with a form consisting of several groups (to see the elements of these groups grouped by tabs).
This list (EXP) has a many to many relationship with a customer list (CLT) and a many to one with a list of companies (EMP).
I can import data to CLT and EMP Lists without problem.

My problem is:
When I try to import data to EXP list with information for differents groups elements and for the elements that relates EXP list to CLT and EMP lists. Data is imported only into the EXP group. No data to form sub-groups or elements that relate to CLT and EMP are imported.

I'm a web designer but not a developer, my programming level is minimal.

How I can import data to EXP (all groups of the form) and the elements that relate EXP to CLT and EMP?

I could not find detailed information to properly use the listcsv plugin or maybe I have not understood it.

Please, I need urgent help.

Joomla 3.5.1 and Fabrik 3.4.3
 
Last edited:
Importing joined data is problematic, unless the data is formatted exactly how Fabrik expects.

For instance, does your import data include the primary and foreign keys, and for the many to many, do you have an import file which has the "mapping" table for the relationships, which would contain something like ...

id (primary key)
exp_id (foreign key to EXP table)
emp_id (foreign key to EMP table)

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top