Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table driven field mapping for data conversion.
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Table driven field mapping for data conversion.
Divers
Thread ID:
00223100
Message ID:
00223100
Vues:
44
I am working on doing routine data imports from remote systems utilizing two data structures that are different from the local data structures, and cannot be changed.

As a result, we have to map the incoming data to match the local fields, possibly performing some other manipulations. Currently, this mapping is hardcoded into the import routines.

What I would like to do is drive the mapping out of a table. The MAPTABLE will contain the source table and fieldnames, the destination table and fieldnames, and the mapping protocol. For example, a last name may come over from field "last_name" all in UPPER case. I want to put it into "name1l", in PROPER case. The map protocol would look like this : PROPER(sourcetable.last_name)

How do I get this to work in code, where the procedure/method/function reads the protocol and then applies it?

Thanks,

John
"It came to pass"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform