Import excel to database

Hi All,

I am trying to use import excel to database smart service (Excel tool plugin) for storing data in database. but its throwing me error in log file like : 

Cannot retrieve the value for key "Unknown column '' in 'field list'" from the bundle.
is anybody faced this issue? if yes, then please let me know the solution.

  Discussion posts and replies are publicly visible

Parents Reply
  • @asimrasool Your comments were very helpful. I have faced similar issue. though the trick worked, i have date and datetime fields in my data. which are nullable fields. It Appears excel is expected to source these values even though i have marked the columns as nullable in DB. has anyone faced a similar issue? 

    Note: I even tried entering null and blank values for these columns.

    My design looks like this

    1. Let user upload either an Excel or a CSV. 

    2. Export and Stage this data in DB.

    3. prompt user with loaded tabular data and confirm the modification.

    3. update/Modify reference tables based on the staged data.

    Thanks,

    Sai Manam

Children