AbsaOSS / AbsaOSS/enceladus

Add support for CSV comments

Abierto
#1,325 0 comentarios 0 reacciones 0 asignados Ver en GitHub
feature priority: low Standardization
Lenguaje dominante
Scala
Estrellas
33
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.