<?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>topic Save Data from a CSV file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13806945#M2039309</link>
    <description>&lt;P&gt;Good morning ,&lt;BR /&gt;i'm making a application that save data from a csv file , the upload works perfectly , but when i try to save the data this errors appears and i don't know why , everything was perfectly work but i dunnow why this appears&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;"TypeError: i.setStatus is not a function",&amp;nbsp;&lt;/STRONG&gt;can someone help me please .&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 08:36:20 GMT</pubDate>
    <dc:creator>Anis</dc:creator>
    <dc:date>2024-08-26T08:36:20Z</dc:date>
    <item>
      <title>Save Data from a CSV file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13806945#M2039309</link>
      <description>&lt;P&gt;Good morning ,&lt;BR /&gt;i'm making a application that save data from a csv file , the upload works perfectly , but when i try to save the data this errors appears and i don't know why , everything was perfectly work but i dunnow why this appears&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;"TypeError: i.setStatus is not a function",&amp;nbsp;&lt;/STRONG&gt;can someone help me please .&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 08:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13806945#M2039309</guid>
      <dc:creator>Anis</dc:creator>
      <dc:date>2024-08-26T08:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save Data from a CSV file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13811538#M2039310</link>
      <description>&lt;P&gt;How are you "saving" the data? What is the full flow? Screenshots always help &lt;span class="lia-unicode-emoji" title=":grinning_cat_face:"&gt;😺&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 17:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13811538#M2039310</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2024-08-29T17:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Save Data from a CSV file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13851104#M2039311</link>
      <description>&lt;P&gt;Hello Dan , there is already a blog that can help you&amp;nbsp;&lt;BR /&gt;check this :&amp;nbsp;&lt;A href="https://community.sap.com/t5/technology-blogs-by-sap/loading-data-from-a-csv-file-into-sap-build-app-vcf-backend/ba-p/13555443" target="_blank" rel="noopener"&gt;https://community.sap.com/t5/technology-blogs-by-sap/loading-data-from-a-csv-file-into-sap-build-app-vcf-backend/ba-p/13555443&lt;/A&gt;&lt;BR /&gt;also for downlading an empty CSV file you can add a logic for Download button :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anis_0-1725263850190.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/160759i81F961C3BFE3E314/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anis_0-1725263850190.png" alt="Anis_0-1725263850190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and in the right side of this logic you can run this function to convert the headers of the CSV file into Base 64 :&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;const headers = "";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;const base64EncodedHeaders = btoa(headers);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;console.log(base64EncodedHeaders);&lt;BR /&gt;&lt;/STRONG&gt;NB: header is seperated by ";" like : "FirstName;LastName;Age;Role"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anis_1-1725264084215.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/160761iC384DCB74DAB5558/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anis_1-1725264084215.png" alt="Anis_1-1725264084215.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 08:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13851104#M2039311</guid>
      <dc:creator>Anis</dc:creator>
      <dc:date>2024-09-02T08:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Save Data from a CSV file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13852345#M2039312</link>
      <description>&lt;P&gt;Are you asking a question here? Is this question solved?&lt;/P&gt;&lt;P&gt;P.S.: I would have referred you to that blog if that is what you needed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 07:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13852345#M2039312</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2024-09-03T07:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save Data from a CSV file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13853310#M2039313</link>
      <description>&lt;P&gt;yes it's solved&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 16:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-from-a-csv-file/m-p/13853310#M2039313</guid>
      <dc:creator>Anis</dc:creator>
      <dc:date>2024-09-03T16:31:13Z</dc:date>
    </item>
  </channel>
</rss>

