I have created an export scenario using ACH Provider for batch payments.
The file has 20 characters in the header and 382 for each pay line, therefore, in the line size property 382 was set, however, this causes the header to be filled with blank spaces which must be removed.
O1# is the Header
01#{H1_TypeOfReg:2}{H1_NumOfSec:7}{H1_Date:8}{H1_cons:3}
02#{R1_TypeOfReg_D:2}…

