Gossamer Forum
Home : Products : DBMan : Installation :

The ACTUAL data file

Quote Reply
The ACTUAL data file
Ok, I am obviosuly missing something here. How to I get my data from my MS Excel file to the program? I *finally* got the application working - turns out the Perl was just a tad below the requirements. I am learning though! Thank you to all that have been helping!

------------------
Quote Reply
Re: The ACTUAL data file In reply to
Easiest way would be to in your config set:

$db_delim = "\t";

which sets the delimiter as a tab. Then in Excel do File->Save As and choose Tab delimtied. Then just ftp up the file (in ASCII mode!) and name it whatever your database file is called (default.db) and set permissions.

Hope that helps,

Alex