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

csvdiff does not work on large files when used from docker container #44

Open
kibo-raghu opened this issue Aug 17, 2020 · 2 comments
Open

Comments

@kibo-raghu
Copy link

kibo-raghu commented Aug 17, 2020

Hello,

I am using csvdiff to compare files in asp.net core application. I included it in the docker image using "curl -sfL https://raw.githubusercontent.com/aswinkarthik/csvdiff/master/install.sh | sh -s". I am able to compare small files and get the differences but fails for large files. The query used "csvdiff /app/content/18037/export/Catalog/Products.csv /app/content/18037/import/Catalog/Products.csv --lazyquotes -p 0,1 -o rowmark > /app/content/18037/import/Catalog/diff_Products.csv"
The error message says "Killed" I am attaching the files for your reference.
Products.zip

@kibo-raghu
Copy link
Author

When doing it in local the tool asks me provide two files to compare which is irrelevant . The attached file above is both source and delta files.

@kibo-raghu
Copy link
Author

I work on windows machine and when path to file has spaces the csvdiff tool fails. But I dont see any spaces in the path when run from container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant