REPLACE INTO tbl_lookup_vin (`vin`, `cleanMake`, `Make`, `MakeId`, `Manufacturer`, `ManufacturerId`, `cleanModel`, `Model`, `ModelID`, `ModelYear`, `NCSABodyType`, `cleanNCSAMake`, `NCSAMake`, `cleanNCSAModel`, `NCSAModel`, `VehicleType`, `PlantCity`, `PlantCountry`, `PlantState`, `DriveType`, `user`) VALUES (:vin, :cleanMake, :Make, :MakeId, :Manufacturer, :ManufacturerId, :cleanModel, :Model, :ModelID, :ModelYear, :NCSABodyType, :cleanNCSAMake, :NCSAMake, :cleanNCSAModel, :NCSAModel, :VehicleType, :PlantCity, :PlantCountry, :PlantState, :DriveType, :user)
Array
(
    [vin] => 5E0AC14491G003129
    [cleanMake] => cottrell
    [Make] => COTTRELL
    [MakeId] => 12482
    [Manufacturer] => COTTRELL, INC.
    [ManufacturerId] => 20895
    [cleanModel] => c 10 c 11 c 12 c 14 c 5008 c 5307 c 5309 c 7510 c 7512 c 8enc cs 12 cs 5304 cs 6sd cs 8504 cx 5304 cx 6 cx 7 ez 5307 31m
    [Model] => C-10, C-11, C-12, C-14, C-5008, C-5307, C-5309, C-7510, C-7512, C-8ENC, CS-12, CS-5304, CS-6SD, CS-8504, CX-5304, CX-6, CX-7, EZ-5307, 31M
    [ModelID] => 32568
    [ModelYear] => 2001
    [NCSABodyType] => Not Reported
    [cleanNCSAMake] => not reported
    [NCSAMake] => Not Reported
    [cleanNCSAModel] => not reported
    [NCSAModel] => Not Reported
    [VehicleType] => TRAILER
    [PlantCity] => GAINESVILLE
    [PlantCountry] => UNITED STATES (USA)
    [PlantState] => GEORGIA
    [DriveType] => Not Applicable
    [user] => 3
)

Error!
PDOException Object
(
    [message:protected] => SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'cleanModel' 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 'cleanModel' at row 1
        )

)