Closed kmehmoodkhan closed 3 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.
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
you may want to use NACHA spec (google it) to do the mapping.
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