NAME
SAS::TRX::CY - Convert a TRX library into a YAML file with data description and a CSV file with data.
SYNOPSIS
use SAS::TRX::CY;
my $cy = new SAS::TRX::CY DATASET=>'trx.csv', STRUCT=>'trx.yml';
$cy->load('source.trx');
DESCRIPTION
Parses 'source.trx' and splits onto DATASET and STRUCT files. Make sure you have write access permission to the destination files.
EXPORT
Nothing is exported.
SEE ALSO
SAS::TRX for the base class
AUTHOR
Alexander Kuznetsov, <acca@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Alexander Kuznetsov
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.