|
|
|
|
|
by epochwolf
5530 days ago
|
|
Data export is not that easy. I've looked into it for my own project. You have to determine which database fields you need to include in the export, what format those fields should be in, and then format of the export. After you do all that, you need to code and test the export process. I estimated several days if not a week or two to get a workable system in place. Edit: This is for a Rails project. If it was PHP, I wouldn't even bother thinking about it. |
|