Riley Goodside

Results 3 issues of Riley Goodside

This PR improves adds improved quoting options for CSVs: - `-q` or `--quote_character` for the API `QuoteCharacter` field - `-Q` or `--quote_escape_character` for the API `QuoteEscapeCharacter` field - `-A` or...

Commit 728788a defines default field and record delimiters that are inverted from S3 Select defaults, causing a regression when exactly one of `-d` or `-D` is given. This PR restores...

**Is your feature request related to a problem? Please describe.** Consider the following un-blackened code: ``` d = {} d["foo"] = """ An example of very long text inserted into...

T: enhancement