This my record structure for my format.
- NACHA
- Record
- Record1
- Record2
- Field2.1
- Field2.1
- Record2.1
- Field2.1.1
- Field2.1.2
- Record3
Record 2.1 is nested within Record 2. In my output file, both record 2 and record 2.1 appear in the same line. I want them to be in separate lines. What's the correct place to set this?
If I set new line on Record2, the all the fields and record 2.1 appear in individual lines.
I want output to be like :
Field2.1, Field2.2
Field2.1.1, Field 2.2.2