Splitting when there is no record type 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, specify Head.
    Trailer
    Specify the ID trailer name. For example, specify ID.
  4. On the children, use modify record, then remove the Head. Do this before you reprocess the record.