s3select
s3select copied to clipboard
s3select makes s3 select querying API much easier and faster
Firstly - I think this is a great utility. My use case is I have a large number of json files in s3, however a number of them cross the...
It would be nice to have the possibility to select from arrays within a JSON object (as mentioned in https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference-select.html). Corresponding aws `SELECT` command would be something like ``` SELECT...
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...