embulk / embulk/embulk

Improve support for string lengths

Open
#525 0 comments 0 reactions 0 assignees View on GitHub
kaizen
Dominant language
Java
Stars
1.8k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

Feature request:

For importing strings from a CSV into a SQL DB, it'd be helpful if:
* the guesser also guessed a max length (ie max sample length + 50% of variance)
* output-jdbc plugins then used the guessed max length and created ```VARCHAR(guessed_max_length)``` instead of TEXT fields.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.