Cinchoo / ChoETL.NACHA

A NACHA library for .NET / c#
MIT License
38 stars 31 forks source link

Convert data to NACHA #25

Closed kmehmoodkhan closed 3 years ago

kmehmoodkhan commented 5 years ago

image

Hi, can you please guide me on how to use this package to generate Nacha file using the data from the excel sheet. For reference screenshot is attached. Thank you

Cinchoo commented 4 years ago

You will need some package (google it) to read the excel file. If the file is in CSV format, you can use ChoETL for parsing the file, then use this library to create the NACHA file. Hope this help.

kmehmoodkhan commented 4 years ago

Thank you for your reply. Yes I understand that, we need to read excel file for data. My question is how to map the fields shown in the excel to this method image

Cinchoo commented 4 years ago

you may want to use NACHA spec (google it) to do the mapping.