| Business-Shipping-DataTools documentation | view source | Contained in the Business-Shipping-DataTools distribution. |
Business::Shipping::DataTools - Convert tables from original format into usable format.
Version 1.01
bin/update.pl
This is an optional module. It is used to update Business::Shipping::DataFiles. These tools convert the original source data obtained from shippers into a format that Business::Shipping can use. It is normally run only once per year when UPS releases new tables (which explains the poor quality of the source code).
It will unzip the data UPS data files and create .dat files. These .dat files are used by Business::Shipping, you can copy them to the data directory.
Archive::Zip Text::CSV::Simple
All that is necessary to begin using this module is to untar it. You do not need to 'perl Makefile.PL' or make or anything else.
Was filename_only.
Removes blank lines.
* Find all *rate* csv files in the data directory (and sub-dirs) * Ignore zone files (because they can be used as-is) * Ignore other files (zip files, extented area, residential, domestic, fuel surcharge, etc. files).
Removes dollar signs, some extra spaces, empty lines, and lines with just commas.
Dan Browning, <db@kavod.com>
Please report any bugs or feature requests to
bug-business-shipping-datatools@rt.cpan.org, or through the web interface at
http://rt.cpan.org. I will be notified, and then you'll automatically
be notified of progress on your bug as I make changes.
Copyright 2004-2005 Daniel Browning <db@kavod.com>, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Business-Shipping-DataTools documentation | view source | Contained in the Business-Shipping-DataTools distribution. |