Hi everyone,
I'm using dme mapping engine to form payment documents.
In a result I should get file like this:
Lines with data from payment documents: date, document numder, sum, SWIFT, reciever, etc.
Resulting line: contains total number of documents and total sum
It should look like this:
3$23/12/03$227$3642005110025$20
2$23/12/03$227$3643434050021$23
1$23/12/03$227$3643434050021$10
0$0$0$3$53
Maybe enyone knows how to form the last (resulting) line using dmee? Will appreciate for any ideas, thanks.