C# (CSharp) ImportBatchCreator Namespace

Classes

Name Description
ImportBatchCreator A simple console app that accepts the name of a comma-delimited file and creates an ImportBatch of donation combo orders based on information in the file. The comma-delimited file contains only three columns: 1) iMIS ID of the donor 2) amount of the donation 3) name of the fund or product Many simplifying assumptions are made: - syntax of file is correct - contact exists in the database - fund exists in the database - currency is USD - payment method is CASH - userid/pw hard-coded