I want to read them in from file one at a time, however setting the input record separator to '>' leads to problems i.e. The first record is read in as '>' and the second record is read in as:
For example is it possible to set the input record separator to a newline ONLY when followed by a '>'? In this case the separator should not actually include the '>'.