<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>sqllite file reading</title><link>https://community.appian.com/discussions/f/appian-community-edition/38428/sqllite-file-reading</link><description>I want to read sqllite file in appian how can i do this what is best practice to do this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: sqllite file reading</title><link>https://community.appian.com/thread/144922?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 10:44:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:710c5808-09de-4c8e-9275-c8ca1c4a9679</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I asked DeepSeek. SQLite is a database. Using the sqlite3 command, you can export data into a format you can then import into MariaDB.&lt;/p&gt;
&lt;p&gt;The export command is:&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;sqlite3 yourdb.sqlite &amp;quot;.dump&amp;quot; | sed &amp;quot;s|&amp;#39;|\&amp;quot;|g&amp;quot; &amp;gt; output.sql&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I did not test this, but it&amp;nbsp;seems like a reasonable idea to start with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sqllite file reading</title><link>https://community.appian.com/thread/144921?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 10:32:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f9cbf6a-0c87-49e9-af22-7b79c09813a8</guid><dc:creator>ganeshk338039</dc:creator><description>&lt;p&gt;im not understanding how to import that data in sqllite file as there is not direct connection is there any plugin available for the same&lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sqllite file reading</title><link>https://community.appian.com/thread/144920?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 10:29:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7aa58e9-5e6d-4a77-afc7-b36fadf6cadd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I do not know of a way to work with sqlite files in Appian. I think the best way would be to import the data from sqlite into the DB attached to your Appian system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>