Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rk03
  • Order by date
  1. rk03

    CSV TO XML CONVERSION

    Hi, I have a CSV FILE <ROOT> "81","344","0143857003","3072143","2","XUC","ABC,DBE","dhf" "81","344","0151564171","2914659","2","XYC","ABC,DEF","dsd" </ROOT> Now I am using a XSLT file to transform this data into XML from CSV. The issue is in case of "ABC,DBE" it is looking for the next comma...
  2. rk03

    XSLT ERROR

    I fixed the issue by myself. Thanks for your help everyone
  3. rk03

    XSLT ERROR

    I have an input xml which looks like this for 1 row <ROOT> <ROW RowNum="1"> <ClientId>ABC</ClientId> <ContractId>XYZ</ContractId> <plid>MMM</plid> <ROw> <ROW> .... </ROW> <ROW>.... </ROW> mutliple rows </ROOT> using the above xsl this needs to transform into <ROW> <GROUP1>...
  4. rk03

    XSLT ERROR

    I am using stylus studio as my editor. <?xml version='1.0' ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/ROOT"> <xsl:for-each select="ROW"> <Record> <Group-RecordKey> <SystemID>CCO</SystemID> <LocationCode>...

Part and Inventory Search

Back
Top