<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 42: Import TAB separated file problem</title><link>https://sourceforge.net/p/sqlitemanager/bugs/42/</link><description>Recent changes to 42: Import TAB separated file problem</description><atom:link href="https://sourceforge.net/p/sqlitemanager/bugs/42/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Jul 2009 20:16:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlitemanager/bugs/42/feed.rss" rel="self" type="application/rss+xml"/><item><title>Import TAB separated file problem</title><link>https://sourceforge.net/p/sqlitemanager/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The default TAB separator on the “Insert of data from text formatted file” page did not work.&lt;/p&gt;
&lt;p&gt;I ended up having to change the PHP file ‘C:\wamp\apps\sqlitemanager1.2.0\include\SQLiteTableProperties.class.php’. Line 751 which is:&lt;/p&gt;
&lt;p&gt;if($_POST['separator'] == '\\\t')&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;if($_POST['separator'] == '\t')&lt;/p&gt;
&lt;p&gt;This makes the default TAB separated text file import work.&lt;/p&gt;
&lt;p&gt;It can also be made to work by using ‘\\t’ instead of ‘\t’ in the ‘Separator’ input field but that is nasty!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Eldridge</dc:creator><pubDate>Tue, 07 Jul 2009 20:16:52 -0000</pubDate><guid>https://sourceforge.net9bd6858379be031a551e7ef196c85e57b7de8fd6</guid></item></channel></rss>