Skip to content

Import Data

J Kishore Kumar edited this page Jul 23, 2013 · 2 revisions

Test

cd build;
php BuildMetadataPHPFromXml.php \
    http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetadataForTesting.xml \
    ../data/ \
    true  # For Testing

Production

cd build;
php BuildMetadataPHPFromXml.php \
    http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetadata.xml \
    ../data/ \
    false  # For Production

Clone this wiki locally