I would like to ask a question and I do not know how to structure my need ..
I need to import / export a file with records, and depending on each record will be from a different table with their references and etc. What file formats is right? .csv, xls, and so on.
In the file do I separate each item with a delimiter or with a specific header for each item? What better way?
What is the best way to create this file layout and import / export? For now I have no idea how to do it.