Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add empty_value parameter to CSV processor #51567

Merged
merged 6 commits into from
Feb 5, 2020

Commits on Jan 28, 2020

  1. Add empty_value parameter to CSV processor

    This change adds `empty_value` parameter to the CSV processor.
    This value is used to fill empty fields. Fields will be skipped
    if this parameter is ommited. This behavior is the same for both
    quoted and unquoted fields.
    probakowski committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    55efe93 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. docs updated

    probakowski committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    7c31654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e99de View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    51d554e View commit details
    Browse the repository at this point in the history
  2. Fix compilation problem

    probakowski committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    aaa5a7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa0dcf4 View commit details
    Browse the repository at this point in the history