CSV Import

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
situ
Posts: 14
Joined: 2014-02-03 15:48

CSV Import

Post by situ » 2014-05-21 11:35

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?

Post Reply