Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3458

Re: Delimiter in String to XML Parser

$
0
0

Try

Input as

encode("1||2||3")

 

Delimiter as

encode("||")

 

and you will get result as (  a part of result)

  <Row>

            <Item>1</Item>

        </Row>

        <Row>

            <Item>2</Item>

        </Row>

        <Row>

            <Item>3</Item>

        </Row>


Viewing all articles
Browse latest Browse all 3458

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>