Skip to content

Commit

Permalink
split: clarify that --sep-factor is multiplied by the number of f…
Browse files Browse the repository at this point in the history
…ields to estimate the size of separators/row

[skip ci]
  • Loading branch information
jqnatividad committed Feb 21, 2024
1 parent 37a1a52 commit 336dc03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ split options:
This option is mutually exclusive with --size and --chunks.
--sep-factor <arg> The factor to use when estimating the size of the
separators (delimiters, quotes & spaces) in the CSV data
when splitting by --kb-size. [default: 1.5]
when splitting by --kb-size. This is multiplied by the
number of fields in the header. [default: 1.5]
-j, --jobs <arg> The number of splitting jobs to run in parallel.
This only works when the given CSV data has
Expand Down

0 comments on commit 336dc03

Please sign in to comment.