I am attempting to find a CSV Parser library or a combination of a stream transformation library and CSV Parser that would allow me to take lines upon request (pausing and resuming). Ive found some examples of line by line read streams however those generally deal with plain text instead of CSV format, so I am having trouble determining the right course of action with those examples beyond writing a CSV Parser myself.I am attempting to find a CSV Parser library or