Author: mcantelon
Date: Thu Mar 29 21:50:57 2012
New Revision: 11321

Log:
Added exampel event import.

Added:
   trunk/lib/task/import/example/rad/example_events.csv
Modified:
   trunk/lib/task/import/example/rad/import_example_rad.sh

Added: trunk/lib/task/import/example/rad/example_events.csv
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/lib/task/import/example/rad/example_events.csv        Thu Mar 29 
21:50:57 2012        (r11321)
@@ -0,0 +1,3 @@
+"legacyId","eventActorName","eventType"
+1,"John Smith","Editor"
+2,"Jane Doe","Creator"

Modified: trunk/lib/task/import/example/rad/import_example_rad.sh
==============================================================================
--- trunk/lib/task/import/example/rad/import_example_rad.sh     Thu Mar 29 
21:46:06 2012        (r11320)
+++ trunk/lib/task/import/example/rad/import_example_rad.sh     Thu Mar 29 
21:50:57 2012        (r11321)
@@ -1,7 +1,10 @@
 #!/bin/bash
 
 # information objects should be imported first
-/symfony csv:import lib/task/import/example/example_information_objects.csv
+./symfony csv:import 
lib/task/import/example/rad/example_information_objects.csv
+
+# example event import
+./symfony csv:event-import lib/task/import/example/rad/example_events.csv
 
 # Qubit's relation data needs to be rebuilt after importing
 ./symfony propel:build-nested-set

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to