Hello Experts. I am working on project where I am importing data from Microsoft Dynamics GP 9.0 into Excel. Then making changes to the Excel data. I want to validate a list of part numbers against the Item master in the SQL 2005 DB then import all the rows of Excel data into the Bill of Materials tables in Dynamics GP 9.0. I think the best approach is to use VB to select the column with the part numbers and run a if exsists statement against the item master table. Then throuw an error message if the part doesn't exsist. But I also need suggestions on how to import this data back into the DB with some sort of validation. I was thinking of exporting the data from Excel using an XML template to format the data and import it into the DB via a SSIS package. Your thoughts experts?
Start Free Trial