Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splitting names
Message
 
À
25/08/2002 07:33:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00693400
Message ID:
00693448
Vues:
22
Bill,

I would suggest to add a second name column (ALTER TABLE) to the table after the import. Then you can convert your data as follows:
REPLACE new_column WITH ALLTRIM ( GETWORDNUM(original_col, 2, ",") ) ALL

REPLACE original_col WITH ALLTRIM ( GETWORDNUM(original_col, 1, ",") ) ALL
This way, you'll have the firstname in the added column and the lastname in the original column.

HTH,
Armin

>Hi, all
>
> I imported an excel spreadsheet into VFP. I need to split a column that contains names into two separate columns. For example:
>
>Name Smith, John
>
>Into
>
>Last_name Smith
>First_name John
>
>Is there a function to do this?
>
>TIA,

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform