I reviewed the recipe from the VB cookbook for uploading CSV files to Business Objects. Currently, the process involves displaying the data on screen and uploading it directly to Business Objects by opening a dialog for BO selection. My requirement is to allow the user to modify the data if needed, add some additional fields if needed then simply click a "Save" button to save the data. We do not want to provide the option for the user to manually select BO. How can we achieve this in VB?
This is link for VB Cookbook Recipe