NAME

amfch -- utility to parse and check AMF data files


SYNOPSIS

amfch [options] filename ...


DESCRIPTION

Reads AMF files and reports errors in it and how many records extracted from each file.

OPTIONS

-d

Dump every parsed record structure by Data::Dumper. For debugging and understanding the AMF::Record structure.

-s

After parsing a record generate and print out reconstructed AMF/XML representation of it. Not guaranteed to be well-formed, not guraranteed to be equivalent. May not work for unusual data. Alpha-quality feature; please report problems.

-c

After parsing a record, print out its MD5 checksum.

-o

After parsing a record, convert it to a ReDIF template hash structure and dump out the result as a ReDIF template.

* * *

Options can be combined into a single switch as in "-so".


SEE ALSO

the AMF::Parser manpage, the AMF::Record manpage, the AMF::2ReDIF manpage

AMF is specified at http://amf.openlib.org/doc/amf.html


AUTHOR

Ivan Kurmanov, http://www.ahinea.com/en/ for ACIS project, http://acis.openlib.org/