Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translating txt file (from scanner) to records in VFP 6
Message
De
14/08/2002 14:22:57
Lynette Tillner
Associated Valuation Services
Modesto, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Translating txt file (from scanner) to records in VFP 6
Divers
Thread ID:
00689678
Message ID:
00689678
Vues:
60
I have scanned barcode data that I need to make single records out of.
It's easy enough to move import the text file into one field (A)and move the data to separate fields (B)

But my question is, once I have the data in separate fields, how do I fill that for each record to look like (C)
Any pointers in the right direction would be greatly appreciated!

See example:

(A) The text file format is:

$Site%130
$RM%999
$DATE%MMDDYY
$QTY%1
99999
99998
99997
99996
$RM%990
$DATE%MMDDYY
$QTY%1
99995
99994
etc.....

(B) I end up with :

IMPORT --- SITE ----ROOM --- DATE ----- QTY ------ TAG
$SITE%130 130
$RM%999 999
$DATE%MMDDYY MMDDYY
$QTY1 1
99999 99999
99998 99998
99997 99997
99996 99996
$RM%990 990
$DATE%MMDDYY MMDDYY
$QTY1 1
99995 99995
99994 99994

(C) and what I need is:

130 999 MMDDYY 1 99999
130 999 MMDDYY 1 99998
130 999 MMDDYY 1 99997
130 999 MMDDYY 1 99996
130 990 MMDDYY 1 99995
130 990 MMDDYY 1 99994

Thanks!

Lynette
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform