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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Configurable Converters on CSV #8858

Merged
merged 5 commits into from
Apr 1, 2022

Commits on Mar 22, 2022

  1. Allow Configurable Converters on CSV

    Lets the user specify which converters to pass to `CSV`, defaulting to `nil` if not present in config. This is specifically so that numeric values in a CSV file can be parsed as something other than strings.
    MichaelCordingley committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    0a5643f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Update docs/_docs/datafiles.md

    Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
    MichaelCordingley and ashmaroli committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8275b61 View commit details
    Browse the repository at this point in the history
  2. Update docs/_docs/datafiles.md

    Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
    MichaelCordingley and ashmaroli committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2cb1ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8d9340 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    dd4f771 View commit details
    Browse the repository at this point in the history