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 Children
  • Hi Phanibabu,

    Are you passing the column names in the excel as header which are present in the database? Both should be the same.

    Also can you check if there are any additional columns in the excel which you are trying to upload.

    If you are still facing the issue can you post the template and table structure?

    Thanks,

    Vadivelan

  • Hi Vadivelan,

    Even I am facing the same issue. 

    Batch Sixe : 1000
    Data Source Name: "jdbc/Appian"
    Excel Document: "SampleWithHeader.xlsx"
    New Columns: {"transId","projCode","bizId","blahblah","fixId"}
    New Columns Name: {"transId","projCode","bizId","blahblah","fixId"}
    Sheet Number: 0
    Table Name: "Sample"

    My excel file has header (I tried without header as well) and not working.

    I actually tried import csv to database (with and without headers) that isn't working as well. Not sure if plugin issue.

    Thanks.