REPLACE INTO tbl_lookup_vin (`vin`, `cleanMake`, `Make`, `MakeId`, `Manufacturer`, `ManufacturerId`, `ModelYear`, `NCSABodyType`, `Note`, `Series`, `VehicleType`, `PlantCity`, `PlantCountry`, `PlantState`, `user`) VALUES (:vin, :cleanMake, :Make, :MakeId, :Manufacturer, :ManufacturerId, :ModelYear, :NCSABodyType, :Note, :Series, :VehicleType, :PlantCity, :PlantCountry, :PlantState, :user)
Array
(
    [vin] => ZDMDA00A2KB009902
    [cleanMake] => ducati
    [Make] => DUCATI
    [MakeId] => 568
    [Manufacturer] => DUCATI MOTOR HOLDING S.P.A. 
    [ManufacturerId] => 1133
    [ModelYear] => 2019
    [NCSABodyType] => Two Wheel Motorcycle (excluding motor scooters)
    [Note] => Commercial names / projects
    [Series] => 1299 Superleggera, Panigale R Final Edition, Ducati SuperSport, Ducati SuperSport S, Monster 1200, Monster1200S, Monster 797, Monster 821, Multistrada 950, Multistrada 1260,,Ducati Scrambler DS, Ducati Scrambler 1100, Panigale V4, Panigale V4 S, Panigale V4 Speciale, Panigale V4 S Corse, Ducati Scrambler, Ducati, Scrambler DS, Ducati Scrambler CR, Multistrada 1260 Enduro, Diavel, 1260, Diavel 1260 S, Hypermotard 950, Hypermotard 950 SP, Multistrada 950 1714R project
    [VehicleType] => MOTORCYCLE
    [PlantCity] => BOLOGNA
    [PlantCountry] => ITALY
    [PlantState] => EMILIA-ROMAGNA
    [user] => 3
)

Error!
PDOException Object
(
    [message:protected] => SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'Series' at row 1
    [string:Exception:private] => 
    [code:protected] => 22001
    [file:protected] => /var/www/html/scripts/php/lib/Scrape.php
    [line:protected] => 419
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/scripts/php/lib/Scrape.php
                    [line] => 419
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /var/www/html/scripts/vinflat.php
                    [line] => 74
                    [function] => InsertDb
                    [class] => Scrape
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /var/www/html/vin.php
                    [line] => 166
                    [args] => Array
                        (
                            [0] => /var/www/html/scripts/vinflat.php
                        )

                    [function] => include
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => 22001
            [1] => 1406
            [2] => Data too long for column 'Series' at row 1
        )

)