This topic is locked

Integration of bulk upload from csv/xls

6/18/2007 11:38:51 AM
PHPRunner General questions
H
hchrisrose author

I am new to phpRunner so this may have come up before. I think its a great tool to get going quickly. I have a database that loads and processes a large number of records and then reports back results and comparisons. I implemented this in mySQL. I want to migrate all of the interfaces to this into phpRunner is possible. The results and single record add-ins are easy to move although the lack of compound keys is a defieciency. However I do not see a way to implement the upload of records in bulk under the same framweork. Has anyone implemented this?
Chris.

Alexey admin 6/19/2007

Chris,
unfortunately you can not do that with PHPRunner.

You can create a custom PHP script that will insert CSV data into database.
We plan to implement Import feature in the next version of the program.
BTW PHPRunner does support compound primary keys.

Just check off all your key fields on the Choose pages tab