package RPS::Import::Secretly::v7;

use strict;
use warnings;

use lib '/app/tools/rps/lib';
use base 'RPS::Import::Secretly::v6';

sub _fieldMap {
    {
        labelName       => 'V',
        serviceID       => 'B',
        dateBegin       => 'S',
        productType     => 'K',
        artistName      => 'G',
        clientProductID => 'C',
        upc             => 'E',
        isrc            => 'F',
        trackName       => 'H',
        albumName       => 'D',
        price           => 'Q',
        units           => 'L',
        countryCode     => 'J',
    };
}

1;
