<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: split data into single data in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133750#M4534541</link>
    <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;btw in message mapping i feel lost in here&lt;/P&gt;&lt;P&gt;because i have this &amp;lt;0&amp;gt; and also &amp;lt;cust_notes&amp;gt;&lt;/P&gt;&lt;P&gt;any advice ?&lt;/P&gt;&lt;P&gt;here is the xsd that i'm use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"&amp;gt;
  &amp;lt;xs:element name="cust_TransactionWallet2"&amp;gt;
    &amp;lt;xs:complexType&amp;gt;
      &amp;lt;xs:sequence&amp;gt;
        &amp;lt;xs:element type="xs:dateTime" name="effectiveStartDate"/&amp;gt;
        &amp;lt;xs:element type="xs:int" name="externalCode"/&amp;gt;
        &amp;lt;xs:element type="xs:int" name="transactionSequence"/&amp;gt;
        &amp;lt;xs:element type="xs:string" name="cust_status"/&amp;gt;
		        &amp;lt;xs:element type="xs:string" name="cust_notes"/&amp;gt;
				        &amp;lt;xs:element type="xs:string" name="cust_Balance"/&amp;gt;
						        &amp;lt;xs:element type="xs:string" name="cust_Amount"/&amp;gt;
								        &amp;lt;xs:element type="xs:string" name="id_voucher"/&amp;gt;
		        &amp;lt;xs:element type="xs:string" name="kode_voucher"/&amp;gt;
				        &amp;lt;xs:element type="xs:string" name="tgl_expired"/&amp;gt;
						        &amp;lt;xs:element type="xs:string" name="url"/&amp;gt;
								&amp;lt;xs:element type="xs:string" name="backgroundElementId"/&amp;gt;
							      &amp;lt;/xs:sequence&amp;gt;
    &amp;lt;/xs:complexType&amp;gt;
  &amp;lt;/xs:element&amp;gt;
&amp;lt;/xs:schema&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 09:31:54 GMT</pubDate>
    <dc:creator>former_member76287</dc:creator>
    <dc:date>2020-02-13T09:31:54Z</dc:date>
    <item>
      <title>split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaq-p/12133748</link>
      <description>&lt;P&gt;Dear Expert,&lt;/P&gt;
  &lt;P&gt;i need advice&lt;/P&gt;
  &lt;P&gt;currently i have this data &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;jsonAsXml&amp;gt;
&amp;lt;0&amp;gt;
&amp;lt;effectiveStartDate&amp;gt;2020-02-04T00:00:00.000&amp;lt;/effectiveStartDate&amp;gt;
&amp;lt;externalCode&amp;gt;00115373&amp;lt;/externalCode&amp;gt;
&amp;lt;transactionSequence&amp;gt;4&amp;lt;/transactionSequence&amp;gt;
&amp;lt;cust_status&amp;gt;success&amp;lt;/cust_status&amp;gt;
&amp;lt;cust_notes&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000244&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc0NjQ=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/e6cc5218d1f852a7bb1c5bdde725be59/1581406035&amp;lt;/url&amp;gt;
&amp;lt;/cust_notes&amp;gt;
&amp;lt;cust_Balance&amp;gt;null&amp;lt;/cust_Balance&amp;gt;
&amp;lt;cust_Amount&amp;gt;null&amp;lt;/cust_Amount&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000244&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc0NjQ=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/e6cc5218d1f852a7bb1c5bdde725be59/1581406035&amp;lt;/url&amp;gt;
&amp;lt;backgroundElementId&amp;gt;0&amp;lt;/backgroundElementId&amp;gt;
&amp;lt;/0&amp;gt;
&amp;lt;1&amp;gt;
&amp;lt;effectiveStartDate&amp;gt;2020-02-04T00:00:00.000&amp;lt;/effectiveStartDate&amp;gt;
&amp;lt;externalCode&amp;gt;00115373&amp;lt;/externalCode&amp;gt;
&amp;lt;transactionSequence&amp;gt;4&amp;lt;/transactionSequence&amp;gt;
&amp;lt;cust_status&amp;gt;success&amp;lt;/cust_status&amp;gt;
&amp;lt;cust_notes&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000703&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc5MjM=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/6fc2d4fef33a5925a45c9874a70f3509/1581406035&amp;lt;/url&amp;gt;
&amp;lt;/cust_notes&amp;gt;
&amp;lt;cust_Balance&amp;gt;null&amp;lt;/cust_Balance&amp;gt;
&amp;lt;cust_Amount&amp;gt;null&amp;lt;/cust_Amount&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000703&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc5MjM=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/6fc2d4fef33a5925a45c9874a70f3509/1581406035&amp;lt;/url&amp;gt;
&amp;lt;backgroundElementId&amp;gt;0&amp;lt;/backgroundElementId&amp;gt;
&amp;lt;/1&amp;gt;
&amp;lt;/jsonAsXml&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;i would like to upsert this data into SuccessFactors , but stuck because this data is multiple data.&lt;/P&gt;
  &lt;P&gt;i'm currently using this splitter&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1780470-2020-02-13-13-55-56-sap-cloud-platform-integration.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1780471-2020-02-13-13-56-39-sap-cloud-platform-integration.png" /&gt;&lt;/P&gt;
  &lt;P&gt;but i find this error &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Error Details



org.apache.camel.CamelExchangeException: Sequential processing failed for number 0. Exchange[ID-vsa7092616-37268-1581180070606-818-6]. Caused by: [org.apache.camel.CamelExchangeException - Parallel processing failed for number 0. Exchange[ID-vsa7092616-37268-1581180070606-818-20]. Caused by: [java.lang.IllegalStateException - com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '0' (code 48) in content after '&amp;lt;' (malformed start element?).
at [row,col {unknown-source}]: [2,4]]], cause: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '0' (code 48) in content after '&amp;lt;' (malformed start element?).
at [row,col {unknown-source}]: [2,4]
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;is there any way i'm doing split on single data ?&lt;/P&gt;
  &lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 06:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaq-p/12133748</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-13T06:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133749#M4534540</link>
      <description>&lt;P&gt;Hello Achmad,&lt;/P&gt;&lt;P&gt;Put a splitter after your message mapping then it should work as you dont have xml which could be splitted using Splitter .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 07:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133749#M4534540</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2020-02-13T07:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133750#M4534541</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;btw in message mapping i feel lost in here&lt;/P&gt;&lt;P&gt;because i have this &amp;lt;0&amp;gt; and also &amp;lt;cust_notes&amp;gt;&lt;/P&gt;&lt;P&gt;any advice ?&lt;/P&gt;&lt;P&gt;here is the xsd that i'm use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"&amp;gt;
  &amp;lt;xs:element name="cust_TransactionWallet2"&amp;gt;
    &amp;lt;xs:complexType&amp;gt;
      &amp;lt;xs:sequence&amp;gt;
        &amp;lt;xs:element type="xs:dateTime" name="effectiveStartDate"/&amp;gt;
        &amp;lt;xs:element type="xs:int" name="externalCode"/&amp;gt;
        &amp;lt;xs:element type="xs:int" name="transactionSequence"/&amp;gt;
        &amp;lt;xs:element type="xs:string" name="cust_status"/&amp;gt;
		        &amp;lt;xs:element type="xs:string" name="cust_notes"/&amp;gt;
				        &amp;lt;xs:element type="xs:string" name="cust_Balance"/&amp;gt;
						        &amp;lt;xs:element type="xs:string" name="cust_Amount"/&amp;gt;
								        &amp;lt;xs:element type="xs:string" name="id_voucher"/&amp;gt;
		        &amp;lt;xs:element type="xs:string" name="kode_voucher"/&amp;gt;
				        &amp;lt;xs:element type="xs:string" name="tgl_expired"/&amp;gt;
						        &amp;lt;xs:element type="xs:string" name="url"/&amp;gt;
								&amp;lt;xs:element type="xs:string" name="backgroundElementId"/&amp;gt;
							      &amp;lt;/xs:sequence&amp;gt;
    &amp;lt;/xs:complexType&amp;gt;
  &amp;lt;/xs:element&amp;gt;
&amp;lt;/xs:schema&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 09:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133750#M4534541</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-13T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133751#M4534542</link>
      <description>&lt;P&gt;As Sriprasad suggested, try putting a mapping before splitter. And in the mapping, convert &amp;lt;0&amp;gt;, &amp;lt;1&amp;gt; tags to some text tags, say like &amp;lt;records&amp;gt;. Then use that xsd/xml to do the split.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi Prasanna&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 22:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133751#M4534542</guid>
      <dc:creator>lakshmiprasanna</dc:creator>
      <dc:date>2020-02-13T22:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133752#M4534543</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;lakshmiprasanna&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;how can i convert from &amp;lt;0&amp;gt; into text tags ? &lt;/P&gt;&lt;P&gt;because the problem is &amp;lt;0&amp;gt; is strange records&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 02:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133752#M4534543</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-14T02:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133753#M4534544</link>
      <description>&lt;P&gt;Hello Achmad,&lt;/P&gt;&lt;P&gt;Could you please share the xml after message mapping and we can split those records after mapping.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 02:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133753#M4534544</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2020-02-14T02:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133754#M4534545</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;here is my file&lt;/P&gt;&lt;P&gt;&lt;A href="https://easyupload.io/7dtz0w" target="test_blank"&gt;https://easyupload.io/7dtz0w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 03:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133754#M4534545</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-14T03:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133755#M4534546</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;I have question, i have some configuration and now my xml became like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;cust_TransactionWallet2&amp;gt;
&amp;lt;records&amp;gt;0
&amp;lt;effectiveStartDate&amp;gt;2020-02-04T00:00:00.000&amp;lt;/effectiveStartDate&amp;gt;
&amp;lt;externalCode&amp;gt;00115373&amp;lt;/externalCode&amp;gt;
&amp;lt;transactionSequence&amp;gt;4&amp;lt;/transactionSequence&amp;gt;
&amp;lt;cust_status&amp;gt;success&amp;lt;/cust_status&amp;gt;
&amp;lt;cust_notes&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000244&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc0NjQ=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/e6cc5218d1f852a7bb1c5bdde725be59/1581406035&amp;lt;/url&amp;gt;
&amp;lt;/cust_notes&amp;gt;
&amp;lt;cust_Balance&amp;gt;null&amp;lt;/cust_Balance&amp;gt;
&amp;lt;cust_Amount&amp;gt;null&amp;lt;/cust_Amount&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000244&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc0NjQ=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/e6cc5218d1f852a7bb1c5bdde725be59/1581406035&amp;lt;/url&amp;gt;
&amp;lt;backgroundElementId&amp;gt;0&amp;lt;/backgroundElementId&amp;gt;
&amp;lt;/records&amp;gt;
&amp;lt;records&amp;gt;1
&amp;lt;effectiveStartDate&amp;gt;2020-02-04T00:00:00.000&amp;lt;/effectiveStartDate&amp;gt;
&amp;lt;externalCode&amp;gt;00115373&amp;lt;/externalCode&amp;gt;
&amp;lt;transactionSequence&amp;gt;4&amp;lt;/transactionSequence&amp;gt;
&amp;lt;cust_status&amp;gt;success&amp;lt;/cust_status&amp;gt;
&amp;lt;cust_notes&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000703&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc5MjM=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/6fc2d4fef33a5925a45c9874a70f3509/1581406035&amp;lt;/url&amp;gt;
&amp;lt;/cust_notes&amp;gt;
&amp;lt;cust_Balance&amp;gt;null&amp;lt;/cust_Balance&amp;gt;
&amp;lt;cust_Amount&amp;gt;null&amp;lt;/cust_Amount&amp;gt;
&amp;lt;id_voucher&amp;gt;GRAB50-20200210-000703&amp;lt;/id_voucher&amp;gt;
&amp;lt;kode_voucher&amp;gt;R1JBQjc4OTc5MjM=&amp;lt;/kode_voucher&amp;gt;
&amp;lt;tgl_expired&amp;gt;2021-01-01&amp;lt;/tgl_expired&amp;gt;
&amp;lt;url&amp;gt;https://dev.uvcr.me/6fc2d4fef33a5925a45c9874a70f3509/1581406035&amp;lt;/url&amp;gt;
&amp;lt;backgroundElementId&amp;gt;0&amp;lt;/backgroundElementId&amp;gt;
&amp;lt;/records&amp;gt;
&amp;lt;/cust_TransactionWallet2&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and i'm trying to use message mapping, i only found single data, and i dont know the next data.&lt;/P&gt;&lt;P&gt;do you have advise ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1783669-2020-02-18-14-19-26-sap-cloud-platform-integration.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1783670-2020-02-18-14-19-46-settings.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/1783671-before001.txt"&gt;before001.txt&lt;/A&gt; &lt;A href="https://answers.sap.com/storage/attachments/1783672-after001.txt"&gt;after001.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 07:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133755#M4534546</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-18T07:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133756#M4534547</link>
      <description>&lt;P&gt;Hi Achmad,&lt;/P&gt;&lt;P&gt;How did you solve this issue?Could you please explain the solution.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133756#M4534547</guid>
      <dc:creator>n_rvsavinashvarma</dc:creator>
      <dc:date>2020-02-21T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: split data into single data</title>
      <link>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133757#M4534548</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;n.rvsavinashvarma&lt;/SPAN&gt; &lt;BR /&gt;no solution , i'm stuck and hope sir  &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt; give me clue.&lt;/P&gt;&lt;P&gt;it is only work if the quantity is 1 , more than that it doesnt work&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 03:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/split-data-into-single-data/qaa-p/12133757#M4534548</guid>
      <dc:creator>former_member76287</dc:creator>
      <dc:date>2020-02-28T03:57:19Z</dc:date>
    </item>
  </channel>
</rss>

