SSIS nie może konwertować, ponieważ potencjalna utrata danych

Mam pakiet SSIS, który importuje z dokumentu programu Excel do tabeli bazy danych. Dostaję następujące błędy:

[Excel Source [1]] Error: There was an error with output column "ShipTo" (47) on output
"Excel Source Output" (9). The column status returned was: "The value could not be 
converted because of a potential loss of data.".

[Excel Source [1]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The
"output column "ShipTo" (47)" failed because error code 0xC0209072 occurred, and the
error row disposition on "output column "ShipTo" (47)" specifies failure on error. An
error occurred on the specified object of the specified component.  There may be error
messages posted before this with more information about the failure.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method
on component "Excel Source" (1) returned error code 0xC0209029.  The component returned
a failure code when the pipeline engine called PrimeOutput(). The meaning of the
failure code is defined by the component, but the error is fatal and the pipeline 
stopped executing.  There may be error messages posted before this with more
information about the failure.

Zrobiłem czytanie i znalazłem artykuły, aby upewnić się, że moje typy danych są zgodne i zrobiłem to. W dokumencie Excel znajduje się 184 wierszy, aw kolumnie wymienionej w tych błędach (shipto) wszystkie mają tę samą wartość, czyli „Wszystkie”. Wpadłem na ten ostatni raz, kiedy go uruchomiłem, ale to były tylko 4 wiersze, które miały „Wszystkie”, więc po prostu wprowadziłem te wartości ręcznie, ale tym razem nie będzie to bardzo skuteczne.

W tabeli docelowej kolumna ShipTo to Varchar (20), więc nie widzę, że rozmiar jest problemem, ponieważ jest to jedna z trzech rzeczy: 1 cyfra, 2 cyfry lub słowo Wszystkie.

Czy ktoś ma jakieś dodatkowe pomysły, które mógłbym wypróbować? Każda pomoc jest bardzo mile widziana. Dziękujemy każdemu, kto może zaoferować pomoc.

questionAnswers(5)

yourAnswerToTheQuestion