|
What can Amorph do - Out of the Box?
Amorph is shipped with the following standard components:
DataGetters
- Pop3 - process E-Mail attachments
Preparators
- Csv - convert CSV files to XML
- Excel - convert MS Excel files to XML
- FixedLength - parse fixed length text files into XML
XSL Transformations
right after the input data is converted into the basic XML format
by a Preparator, numerous XSL-Transformations to be applied can be
configured.
Postprocessors
- Csv - convert resulting XML documents into CSV again
DataPutters
- Stream - just write result onto an OutputStream (e.g. a File)
- Smtp - send result as mail attachment
|