You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: