package RPS::Import::Merlin::v55;

use strict;
use warnings;

use parent 'RPS::Import::Merlin::v50';

sub _fieldMapExtended {
    {
        digital => {
            option1 => {
                labelName    => 'F',
                serviceID    => 'A',
                countryCode  => 'L',
                dateBegin    => 'B',
                dateEnd      => 'C',
                productType  => 'K',
                formatType   => 'M',
                artistName   => 'H',
                upc          => 'J',
                albumName    => 'G',
                isrc         => 'K',
                trackName    => 'I',
                units        => 'N',
                price        => 'S',
                mediaType    => 'M'
            }
        }
    };
}


1;