ODBC Driver for Excel returning NULL values for alphanumeric item codes

SOLVED

why is the container importing my excel file with blank (NULL) values for items with alpha numeric labels? additionally the columns have switched order?

Excel Output                                       Connector Module Sample Run                         Original Excel FIle Import

Parents
  • 0

    Sounds like maybe somewhere, the item code column's data type is being automatically assumed to be numeric based on the first x number of rows and it is thinking the alphanumeric values are failing the numeric check and replacing it with null. 

    May need to poke around and see if you can specify the data type somewhere.

    Another thing to consider, are you using any outer joins to another table that may not have the alphanumeric values thus returning columns from one table but not the other where a match is not found?

  • 0 in reply to David Speck

    I am not using outer joins. I tried every data type in the properties tab and received the NULL return every time:

Reply Children