Unable to Import Null rows

  • Hello,

    I am importing the following data into a table.

    CountryAcnoContCode SalesValueSalesDate

    FRAS0006030 151.642013-06-10

    NLDS001NULL 1315.532013-06-10

    FRAS0036027 29.392013-06-10

    If i run the package manually in Visual Studio the fields/rows with Null import ok. However if i set a job to run from SQL Server Agent it doesnt import the Null row.

    In the flat file source editor I have selected Retain Null values from the source as null values in the data flow.

    In the OLE DB Destination Editor I have selected 'Keep Nulls'.

    Anyone have any ideas?

    Thanks.

  • How does the NULL appear in the flat file? Presumably one of

    ,"",

    ,,

    ,NULL,

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Hello,

    Appears as:

    NLD|Y7744||1315.53|10/06/2013

  • Anyone any idea?

  • Fixed!

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply