Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quickbooks CustomFields blues
Message
De
06/01/2015 12:16:48
 
Information générale
Forum:
ASP.NET
Catégorie:
XML
Versions des environnements
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01613140
Message ID:
01613168
Vues:
49
>I get this raw string (see attached) when I draw up the customFields in the customers table of quickbooks. Is there a "best practices" way to decode/encode this into/from a customFieldsObject{string countryIsocode; string companyId}, or is it ok if use "brute force" string manipulations in this instance.
>
>And is it just me, or this _not_ a well formed xml, there should be (at least) encapsulating customFields tags no, for this to be submitted to xml encoding/decoding routines.

I typically use the XDocument and XElement classes to parse the QuickBooks XML. It does appear to be well formed XML. The CustomField element contains Name and Value elements. The CustomField element can repeat. As far as I know repeating elements do not need to be enclosed in a separate structure.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform