i have a excel file with 3 columns i just want to copy that value to database using database activity.
Any idea to do this
i have a excel file with 3 columns i just want to copy that value to database using database activity.
Any idea to do this
HI @jothyprasanth.m,
You can use Read Range Activity to put Excel data into Datatable and then by using Database activities, you can insert the values/data table as is.
Regards,
V