AbsaOSS / AbsaOSS/enceladus

Add support for CSV comments

Offen
#1,325 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
feature priority: low Standardization
Vorherrschende Sprache
Scala
Sterne
33
Forks
16
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

## 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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.