Using this post_process I lose the decimal places of which there are
suggested_retail_price in outfile

---------------
in the ctl file:

post_process :bulk_import, {
   :file => outfile,
   :truncate => true,
   :columns => [:id,:description,:suggested_retail_price],
   :field_separator => "\t",
   :target => :development,
   :table => 'product_dimension'
 }

-----------------

the migration file is

:id => :integer,
:description => :string,
:suggested_retail_price => :decimal

-------------------

how do I act?

Giovanni
_______________________________________________
Activewarehouse-discuss mailing list
Activewarehouse-discuss@rubyforge.org
http://rubyforge.org/mailman/listinfo/activewarehouse-discuss

Reply via email to