Here is the contents of my csv file. It imports successfully but I get the following php warnings. My database activity contains a URL and a text area field.
myblog, about me
|
http://bob.com,I am bob. Fear me.
|
http://joe.com, I am joe. I like Joe. Joe good.
|
http://blamo.com,blamo i am.
|
|
|
Notice: Undefined offset: 1 in /home/andrew/Desktop/code/moodle/int/master/mod/data/import.php on line 162 Added 1. Entry (ID 1)
|
Notice: Undefined offset: 1 in /home/andrew/Desktop/code/moodle/int/master/mod/data/import.php on line 162 Added 2. Entry (ID 2)
|
Notice: Undefined offset: 1 in /home/andrew/Desktop/code/moodle/int/master/mod/data/import.php on line 162 Added 3. Entry (ID 3)
|