<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 42: Import TAB separated file problem</title><link href="https://sourceforge.net/p/sqlitemanager/bugs/42/" rel="alternate"/><link href="https://sourceforge.net/p/sqlitemanager/bugs/42/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlitemanager/bugs/42/</id><updated>2009-07-07T20:16:52Z</updated><subtitle>Recent changes to 42: Import TAB separated file problem</subtitle><entry><title>Import TAB separated file problem</title><link href="https://sourceforge.net/p/sqlitemanager/bugs/42/" rel="alternate"/><published>2009-07-07T20:16:52Z</published><updated>2009-07-07T20:16:52Z</updated><author><name>Jon Eldridge</name><uri>https://sourceforge.net/u/jomps/</uri></author><id>https://sourceforge.net9bd6858379be031a551e7ef196c85e57b7de8fd6</id><summary type="html">&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;</summary></entry></feed>