xml and truncating

dbprogman

Registered User.
Local time
Tomorrow, 07:58
Joined
Mar 29, 2005
Messages
35
HI ALL :)

We currently are looking at importing xml files into our access database, there are three (3) files in all two (2) import perfectly however one (1) has problems. The problem is that one field name is greater than 64 characters. Is there a way we can either truncate this on import or exclude it on import.

Thanx 4 ur help...
 
You can tranform your XML file using an XSLT stylesheet to process the original XML, just changing the problem node's name to something less than 64 characters.
 
Re: Xml

Thanks for your reply, would you know where to locate info for using XSLT?
 
Xml

Thanks for all your help very much appreciated.
 

Users who are viewing this thread

Back
Top Bottom