Cinchoo / ChoETL.NACHA

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

OriginatingCompanyId allow characters #21

Closed afzaluddinSyed closed 5 years ago

afzaluddinSyed commented 5 years ago

OriginatingCompanyId is not accepting characters few companyid have a starting character, adding character to the OriginatingCompanyId is causing empty header record in file.

Cinchoo commented 5 years ago

Added ChoNACHAConfiguration.TurnOffOriginatingCompanyIdValidation to control the validation of this member. Please take the latest and give it a try.

Will be pushing update to nuget shortly.