package RPS::Import::INGrooves::v19;

use strict;

use lib '/app/tools/common/lib';
use Common::Date;
use Common::Country;

use lib '/app/tools/rps/lib';
use base 'RPS::Import::INGrooves::v18';

sub _fieldMap {
    {
        serviceID        => 'B',
        labelName        => 'M',
        countryCode      => 'K',
        dateBegin        => 'A',
        productType      => 'P',    # PRODUCT TYPE
        formatType       => 'O',    # ASSET TYPE
        mediaType        => 'N',    # SALES TYPE
        artistName       => 'C',
        serviceProductID => 'J',    # CATALOG
        upc              => 'E',
        albumName        => 'D',
        trackName        => 'F',
        isrc             => 'H',
        free             => 'Q',
        units            => 'R',
        price            => 'U',
    };
}

###
1;                                  # Play nicely.
###
