cancel
Showing results for 
Search instead for 
Did you mean: 

PMW / DMEE doubts

0 Kudos

Hello Experts

I want to ask you if any of the following is posible:

1. My client needs to output two flat files from the same tree. One for the header information and one for the payment run details, I was wondering if this is possible using DMEE or not and how should i do it.

2. The other issue I am having is that the banks in my client's Country have all different separators in their flat files, one has ";", the other blank spaces and the other "|". Is is possible to assing this for each bank within the same country? How could it be done?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pedro,

1. You can create two segments, one for header, and one for details.  Or even two segment trees.  When you output, you may output only one file I think, but you can separate the file to two files.

2. Manually create an element as separator.  Set it as ATOM, and create two ATOMs.  If the bank country is AAA, then output ",".  While if ATOM is BBB, then output "|".

Regards

Jon

Former Member
0 Kudos

Hi,

I made a mistake.  For first question, I mean you may create two segments or even two segment groups, NOT segment trees.

Regards

Jon

0 Kudos

Hello Jonathan, thanksr  a lot for your help my problem is solved. A million thanks for your help!

Answers (0)