Is your feature request related to a problem or challenge?
Current CSV reading / writing already supports a bunch of options, like field delimiter and quote chars. However, record delimiter (usually something like "\n" or "\r\n") is not supported in DF. It (as "terminator") is supported in arrow-csv though, should be easy plumbing to add to DF as well.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Current CSV reading / writing already supports a bunch of options, like field delimiter and quote chars. However, record delimiter (usually something like "\n" or "\r\n") is not supported in DF. It (as "terminator") is supported in arrow-csv though, should be easy plumbing to add to DF as well.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response