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
H Sandeep,
1. Check your CDT, have any column of type multiple
2. Check the Keys, I think you are giving wrong key value for storing.
Regards,
Bhanu.
Hi Bhanu,
column name and mapping is correct only. this smart service is working now for me when i provide value in attribute "New Columns" and "New Columns Values". But this attribute is optional, it should work without this also.
Hi Sandeepr,
Could you please tell me, what values to be given to "New Columns" and "New Columns Values"
Hi,
in "New Columns" you should give column name of you table and in "New Columns Value", the value which you want to store.
Hi Sandeepr00003,
If the values that i want stored in the database are in the excel document, how should we get this smart service to work ?