<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Any Option to push uploaded excel data directly to Backend table ?]]></title><description><![CDATA[<p dir="auto">Hi Team,</p>
<p dir="auto">I have a scenario to keep a upload button in the UI. When user uploads a excel file (with data like username, email, etc) , i need to read the data in file and upload the same data to Backend table ?</p>
<p dir="auto">Do we have any modules in appdrag-cloudbackend to achieve this ?</p>
]]></description><link>https://community.appdrag.com/topic/819/any-option-to-push-uploaded-excel-data-directly-to-backend-table</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 02:09:58 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/819.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Apr 2021 06:35:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Any Option to push uploaded excel data directly to Backend table ? on Thu, 29 Apr 2021 06:20:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I would use an npm package to read the uploaded file :</p>
<ul>
<li><a href="https://www.npmjs.com/package/csv-parser" rel="nofollow ugc">https://www.npmjs.com/package/csv-parser</a></li>
<li><a href="https://www.npmjs.com/package/csv-reader" rel="nofollow ugc">https://www.npmjs.com/package/csv-reader</a></li>
</ul>
<p dir="auto">And then generate the SQL request to insert it into your database.</p>
]]></description><link>https://community.appdrag.com/post/3361</link><guid isPermaLink="true">https://community.appdrag.com/post/3361</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Thu, 29 Apr 2021 06:20:19 GMT</pubDate></item></channel></rss>