They do not have to match exactly, it is sufficient all data present can be parsed by the existing fields types. For example a date can be loaded into a string or an int can be loaded into a string or a double.
On Sep 19, 11:55 am, weheh <[email protected]> wrote: > I haven't had time to try this but, does anyone already know whether > csv import will work if only some of the fields match the importing > table and others do not? It would be useful to degrade gracefully like > this if new tables don't exactly match old tables.

