have it's own position in the CSV
## all others will be combined into paired values (JSON-like) and placed in one position in the CSV
my $destination = '';
my $add
$ rino -f /tmp/rino.xml -p table
$ rino -f /tmp/rino.xml -p csv
$ cat /tmp/rino.xml | rino -p json
# using the lib
use RINO::Client;
my @input;
while(<STDIN>){
push(@input,$_);
}
my $i
_xml);
print $rino->write_out('table');
print $rino->write_out('csv');
print $rino->write_out('json');
my $simple_hash = $rino->to_simple();
my $complex_hash = $rino->to_hash();
=head1 SEE ALSO