vote up 0 vote down star

Our team has been tasked to create an application that can download a bunch of client files on schedule, parse the file content and upload the content to a database (into a set of tables). I am sure a lot of applications/teams have this need.

Is there an open source application (desktop or web based) that we can use to accomplish this task? We can create this application ourselves but are trying not to reinvent the wheel.

TIA rams

flag

50% accept rate

2 Answers

vote up 0 vote down

Wouldn't this be a task for perl or python glue? At least in the perl world there's lots of modules supporting FTP and DBI, and the language was basically made to parse files...

link|flag
Probably. What we are looking for is a app we can point the FTP from location to, specify the file layout via XML DTD or CSV, tell it where to out the data and have the app do the work. – rams Feb 18 at 15:55
vote up 0 vote down

Take a look at Mule. It's quite a bit larger in scope than what you've aked for, but Mule should certainly be able to do this kind of task.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.