Files
SecGen/modules/encoders/csv/inputs_to_csv/secgen_metadata.xml
Z. Cliffe Schreuders 04fcbed7a5 lab update
2017-12-01 15:54:44 +00:00

19 lines
663 B
XML

<?xml version="1.0"?>
<encoder xmlns="http://www.github/cliffe/SecGen/encoder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/encoder">
<name>CSV Encoder</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>Converts all of the inputs into a single CSV output. Accepts one layer of JSON hashes. For example, outputs from person generator.</description>
<type>csv</type>
<platform>linux</platform>
<platform>windows</platform>
<read_fact>strings_to_encode</read_fact>
<output_type>csv</output_type>
</encoder>