Menu

#42 Import TAB separated file problem

open
nobody
Interface (15)
5
2009-07-07
2009-07-07
No

The default TAB separator on the “Insert of data from text formatted file” page did not work.

I ended up having to change the PHP file ‘C:\wamp\apps\sqlitemanager1.2.0\include\SQLiteTableProperties.class.php’. Line 751 which is:

if($_POST['separator'] == '\\\t')

to:

if($_POST['separator'] == '\t')

This makes the default TAB separated text file import work.

It can also be made to work by using ‘\\t’ instead of ‘\t’ in the ‘Separator’ input field but that is nasty!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.