0

I've created an export scenario using "ACH Provider" in ACUMATICA, the problem is when it creates the file, at the end of the data, it creates lines without data (space lines)... I would appreciate any suggestion to avoid this kind of issue.

Flat file example

RuslanDev
  • 6,718
  • 1
  • 14
  • 27
Pedro
  • 21
  • 2

1 Answers1

1

I found the issue… ACH provider has BlockSize parameter where you can assign a value. I put 1 and the blank lines have deleted from the flat file... See image

Pedro
  • 21
  • 2