You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-22Lines changed: 19 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,28 +51,25 @@ And then execute:
51
51
52
52
53
53
#### Options
54
-
55
-
<table>
56
-
<tr><td>name</td><td>description</td></tr>
57
-
<tr><td>:back</td><td>resource action to redirect after processing</td></tr>
58
-
<tr><td>:csv_options</td><td>hash with column separator, row separator, etc </td></tr>
59
-
<tr><td>:validate</td><td>true|false, means perform validations or not</td></tr>
60
-
<tr><td>:batch_size</td><td>integer value of max record count inserted by 1 query/transaction</td></tr>
61
-
<tr><td>:before_import</td><td>proc for before import action, hook called with importer object</td></tr>
62
-
<tr><td>:after_import</td><td>proc for after import action, hook called with importer object</td></tr>
63
-
<tr><td>:before_batch_import</td><td>proc for before each batch action, called with importer object</td></tr>
64
-
<tr><td>:after_batch_import</td><td>proc for after each batch action, called with importer object</td></tr>
65
-
<tr><td>:on_duplicate_key_update</td><td>an Array or Hash, tells activerecord-import to use MySQL's ON DUPLICATE KEY UPDATE ability.</td></tr>
66
-
<tr><td>:timestamps</td><td>true|false, tells activerecord-import to not add timestamps (if false) even if record timestamps is disabled in ActiveRecord::Base</td></tr>
67
-
<tr><td>:ignore</td><td>true|false, tells activerecord-import toto use MySQL's INSERT IGNORE ability</td></tr>
0 commit comments