I am trying to import EDI 210 feeds into my web application. The application is installed on Ubuntu linux, so whatever my solution, it can't be some hokey Windoze-only solution.
Since my data is flowing in just one direction, I'm looking for a simple translator that will handle the translation of the EDI file into an XML file that I can easily import. Also, since I'm using standard EDI formats like 210 and 215, it seems like this translation should be something off the shelf versus my needing to write my own import script.
I've looked at several solutions including Extol and the BOTS open source solution, but I'm hoping that someone can guide me in the right direction. My ideal solution would be an inexpensive, hosted translator that handles the FTP function and simply pushes the translated files to my server. Does such a beast exist? If not, or if it is prohibitively expensive, what other solutions should I be looking at?