This topic is locked

Import to Completely Overwrite

1/17/2011 12:56:10 PM
PHPRunner General questions
R
RockyMtnHi author

Is it possible to completely overwrite table data when you import from a spreadsheet? Also, where can I read about customizing and coding for imports?
Right now when I import a spreadsheet there are fields in the spreadsheet that are blank and the online field for that record has some data in it. When I import, the data in the table for that record and field is still there.
Thanks for the help.

Sergey Kornilov admin 1/17/2011

I would suggest to use BeforeImpport event to overide default import behaviour:

http://xlinesoft.com/phprunner/docs/before_insert_record.htm