Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import ACORD xml insurance data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Import ACORD xml insurance data
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01048163
Message ID:
01048163
Vues:
73
We have a system that currently imports a NAILBA (2.1) text file of insurance data to update our policy information. The insurance company is now switching to the ACORD standard which uses an XML format. I have tried testing the file they sent using XMLTOCURSOR() and am not having much luck. I am using the following code:

xfile = 'xmlSample.xml'
xstring = FILETOSTR(xfile)
XMLTOCURSOR(xstring,'sample')

It doesn't look like all the data is being imported - I can view the XML file and I don't see all of the data in the VFP cursor. Is anyone familiar with working with ACORD? Or anyone have any better ways to import the XML file?

Thanks,
Doug
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform