Gossamer Forum
Home : Products : DBMan SQL : Discussion :

import using field names

Quote Reply
import using field names
I'm importing large numbers of records on a regular basis from external sources.

Currently I'm having to process each import file manually to ensure the fields are correct and also in the correct order for importing.

It would be much easier if, like GLinks, the import used the field names rather than depending on the order of fields; and also ignore fields that are in the import file but do not exist in the DBSQL table.

Is there a way of customising DBSQL to accept imports using field names?