开发者

data import ideas

I have developed a system where the admin user is expected to update the approval of xyz from another website which has the details. This is being done manually for many records. I am planning to automate it.

I am thinking of getting a csv file with approval details and import it on my system and update the system with approvals. In this also the admin user will have t开发者_运维技巧o import the csv file every day.

The project Environment is J2EE, oracle

Is there a better way to do it?

TIA.


Bulk data import and export is always better to handle using the DB provided tools (unless you have to run the data through some business rules which are only enforced in the application layer). If this is not much data then you can just process the file in the web-container and use JDBC batch processing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜