Hi,
I need help to understand why my import of a CSV file containing null as text does not get loaded as real NULL values. At least I guess that is why I recieve an error.
[LoadExcel [53]] Error: Data conversion failed. The data conversion for column "Volume" returned status value 2 and status text "The value could not be converted because of a potential loss of data.".
[LoadExcel [53]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "LoadExcel.Outputs[Flat File Source Output].Columns[Volume]" failed because error code 0xC0209084 occurred, and the error row disposition on "LoadExcel.Outputs[Flat
File Source Output].Columns[Volume]" 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 LoadExcel returned error code 0xC0202092. 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.