Hi, good day
I hope this can help you, and give you some hints.
Bank Statement Import: How to ignore multiple footer lines
Best Regards
Gerardo
99
without any spaces. Verify that the footer tag is correctly aligned in the fixed-width format. Next, check the Line Definitions in Data Exchange Definition, ensuring that column 1 is set as 2 characters in all types (Header, Detail, Footer) and the system correctly identifies 99
as a footer. Additionally, confirm that the text file uses UTF-8 or ASCII encoding, as hidden characters can sometimes cause mismatches. Opening the file in Notepad++ or another text editor and enabling "Show All Characters" can help identify any unexpected formatting. If the issue persists, try setting the Footer Tag to '99 '
(with a space) in case the system expects it in a specific format. Also, test with a smaller sample file containing only one detail line and the footer to check if the problem persists. If none of these steps work, consider temporarily changing the Reading/Writing Codeunit to 1240
instead of 1241
and testing again, as sometimes, using Custom Codeunit 1240 for external data handling provides better control. Let me know if you need further debugging assistance!André Arnaud de Cal... Super User 2025 Season 1
Martin Dráb Most Valuable Professional
nmaenpaa Moderator