Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Import data plugin question

Quote Reply
Import data plugin question
Andy:
I tried to import and got an error.

Software error: Column Title cannot be left blank.$VAR1 = {
'Contact_Name' => 'Me',
'ID' => '/export/home/congle/accession.txt',
'isPopular' => 'No',
'Status' => '200',
'Contact_Email' => 'Me@foobar.foo',
'Mod_Date' => '2004-04-01',
'Votes' => '0',
'Add_Date' => '2004-04-01',
'TimeStmp' => 'NOW()',
'isChanged' => 'No',
'Hits' => '0',
'URL' => 'http://www.test.com',
'CatLinks.CategoryID' => [
'34'
],
'Rating' => '0',
'isNew' => 'Yes',
'LinkOwner' => '0',
'Phone' => undef,
'isValidated' => 'Yes'
};

In copy and paste data box we gave the path for the datafile name rather than the data itelf. Was this correct to do? Please advise.

Thanks

Quote Reply
Re: [banana] Import data plugin question In reply to
Quote:
In copy and paste data box we gave the path for the datafile name rather than the data itelf. Was this correct to do? Please advise.

Nope ;) You need to paste the data itself in the textarea box. Thats why it probably got confused.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Yes, paste works In reply to
Thanks