Page 1 of 1

CSV Import

Posted: 2014-05-21 11:35
by situ
Hello,

I have a simple application with 3 tables. The first of them, have only 2 fields: id & name

The 2nd one have a lookup field from the first one.

And the 3rd table have 2 lookup fields (one from the first table and the other from the second table).

I want to upload a CSV file with all complete fields, but I don't know how can I do it. If I upload form the last table, I don't have any record in the other tables... Is it possible I have to upload table by table?