- or download this
#input file
...
PSQN_0 reserved 0 8
PSQN_0 check_final 8 10
PSQN_0 o_check 18 10
- or download this
#expected output file
...
<value type = "10" name = "check_final"start = "8"</value>
<value type = "10" name = "o_check" start = "18" </value>
</structure>
- or download this
#current output file
...
<value type = "8" name = "reserved" start = "0" </value>
<value type = "10" name = "check_final"start = "8"</value>
<value type = "10" name = "o_check" start = "18" </value>
- or download this
#input file
open (FILE,"<in.csv") || die "cannot open file: $!";
...
$writer->end();
$output->close();