Split when there is no recordtype in the file

  1. Use modify with regular expression: "(.*)$
  2. Replace Head\n$1.
  3. Use a split redetect with the header and trailer:
    Header

    Specify a header name. For example: Head.

    Trailer

    Specify the ID trailer name. For example: ID.

  4. On the children, use modify record, then remove the Head . Do this before you reprocess the record.