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

Allow splitting of CSV file if it is larger than 10MB #154

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. Split CSV files.

    Added Integration Test.
    FastLee committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    70737f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Added more efficient split

    FastLee committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c011003 View commit details
    Browse the repository at this point in the history
  2. Added support for read.

    FastLee committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d082038 View commit details
    Browse the repository at this point in the history
  3. Cleaned up code

    FastLee committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cc9d629 View commit details
    Browse the repository at this point in the history