Gossamer Forum
Home : Products : Links 2.0 : Customization :

xml --> links db

Quote Reply
xml --> links db
Hello all !

How I can transform /or import?/ data from xml to correct txt for ad to links.db ?
|id|title|xx|xx|

How I can insert data when from txt have more and non equal information ?


ie.
453100769|kennedy|4151|Merchant|http://www.merchantproductID=453100769|||||

and I need insert another variables and delete some others ?


carlosca
Quote Reply
Re: [carlosca] xml --> links db In reply to
it would help if you showed an example of the format your xml data is in.

Philip
------------------
Limecat is not pleased.
Quote Reply
Re: [fuzzy logic] xml --> links db In reply to
like this
<?xml version="1.0" encoding="utf-8" ?> - <Catalogue_Items> - <Product> <vcSeason /> <vcProductName>Joint Support-Glucosamine with Herbs</vcProductName> <vcProductTrackingURL>http://www.clixGalore.com/Lead.aspx?BID=14635&AfID=6336&AdID=1439&AffDirectURL=http://www.herbalife.com/hl/templates/templatepreportal/herbalife/products/product.jsp?curr_category=c_type_joint_support%26parent_category=c_cat_sports%26curr_category_leftnav=c_cat_sports</vcProductTrackingURL> <vcCurrency>US$</vcCurrency> <vcProductDesc>This blend of joint-support factors includes glucosamine and methylsulfonylmethane (MSM), as well as the beneficial herbs turmeric and boswelia, and the enzyme bromelain.* In combination, these nutrients help protect joints against the wear-and-tear that occur over the years.</vcProductDesc> <vcSex /> </Product> - <Product> <vcSeason /> <vcProductName>ThermojeticsŪ Performance Protein Powder</vcProductName> <vcProductTrackingURL>http://www.clixGalore.com/Lead.aspx?BID=14635&AfID=6336&AdID=1439&AffDirectURL=http://www.herbalife.com/hl/templates/templatepreportal/herbalife/products/product.jsp?curr_category=c_type_perf_protein_powder%26parent_category=c_cat_sports%26curr_category_leftnav=c_cat_sports</vcProductTrackingURL> <vcCurrency>US$</vcCurrency> <vcProductDesc>Your body needs adequate protein daily for peak physical performance and healthy weight management. Unfortunately, many dietary protein sources, including meat, cheese and nuts, are also high in unwanted fat and calories. Performance Protein Powder is a convenient fat-free way to supplement dietary protein, helping you stay fit and lean.</vcProductDesc> <vcSex /> </Product> </Catalogue_Items> ------------------------------------------------ Or/and CSV File when have more / non equal / others variables Thanks carlosca