AbsaOSS / AbsaOSS/enceladus

Add support for CSV comments

Aperta
#1,325 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
feature priority: low Standardization
Lingua principale
Scala
Stelle
33
Fork
16
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## Background
CSV supports comments. Each line that begins with a comment character ('#' by default) is skipped.

## Feature
Add a command-line option to specify comment character. An empty string can also be specified, either as `''` or as per #1319 .

## Example [Optional]
```
spark-submit ... --csv-comment #
```

## Proposed Solution [Optional]
Use `.option("comment", char)` to specify the comment character (default="#"). If it is `null`, comments are disabled.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.