Compare 2 csv and make new csv with only the changes
Closed as no activity for over a year. Feel free to open a ticket again in case of any more issues. Cheers Reto
CSV Comparator GUI
Hi Viola, you can try either of the following: Refer to the documentation file in the package you have downloaded. When using the GUI, use your mouse to hover over the small blue info icons to get more information of each field. If you are not able to start either of the two included GUI-files, please check if you have Java installed. Hope this helps, else don't hesitate to come back to me. :-) Cheers Reto
Hi Batist Vermeulen, sorry for the late reply, I somehow did not get a notification about your ticket. The CSV comparator is made to compare 2 CSV files, which have one record per line(in your case I think it would be one product). The output is the same. Not sure if the CSV Comparator is the right software for you if you want to work with multiple lines.
Command line give NullPointerException in compareCSVWriteResult
Hi Martin, I was not able to reproduce this issue, also when I googled for the exception message / stacktrace this seems to be something that happens from time to time for a unknown reason(most probably some various environmental factors.) I saw your 4 star review(thanks for the first review =) ) and it seems you got what you need through the GUI, so I wil close this defect.
Hi Martin, this is thrown by the following line in the code: //------------------------------------- // Compare if both file exists and are readable //------------------------------------- if(new File(olderFile).canRead() && new File(youngerFile).canRead()){ Just to be sure that everything is okay with the paths, can you try to copy the .jar and the files you want to compare all in the same directory and try it again? Cheers xresch
[1.5] updated todos
initial commit
Share project "MetricCollector" into "https://s...
[1.5] updated dist file with bugfix for header ...
[1.5] Bugfix: Quotes in headers were not handled
[1.5] removed old CSVAPI code
[1.5] added distribution file to SVN
[1.5] added distribution folder
[1.0] moved files to main folder
[1.0] Created main folder
[1.0] Initial Commit
[1.5] added tag for version 1.5
[1.5] added tags folder
[1.5] added tag for version 1.5
[1.5] added tag for version 1.5
[1.5] added tags folder
[1.5] Updated documentation, removed some warni...
[1.5] Updated documentation, removed some warni...
[1.5] Updated documentation, removed some warni...
getting warn invoke method calcDiffAsDouble': null
[1.5] adjust identifier on toggle quotes, enhan...
[1.5] adjust identifier on toggle quotes, enhan...
[1.5] implemented resolving of quotes
[1.5] rearranged checkboxes to save vertical space
[1.5] changed style of tabs
[1.5] added test for bash saving
[1.5] added argument -result.quotes for togglin...
[1.5] added argument -result.quotes for togglin...
[1.5] updated release notes
[1.5] replaced hardcoded argument key with fiel...
[1.5] replaced hardcoded argument key with fiel...
[1.5] fixed scrolling issue in manual conpariso...
[1.5] added Test for config saving
[1.5] added quotes arguments to bash script tem...
powerpoint update
[1.5] removed test code from CompareArgumentsBu...
[1.5] GUI: implementation of handling quotes, i...
[1.5] GUI: added test case for config file loading
[1.5] added testcase for topLevel comparison
[1.5] fixed TopLevel comparison
[1.5] bulk commit, refactoring, added handle Qu...
[1.5] bulk commit, refactoring, added handle Qu...
[1.5] Manual Comparison: Moved Decorators to ta...
[1.5] CSVAPI: Removed CSVAPIContext
[1.5] Updated Testcases
[1.5] Updated Testcases
[1.5] CSVAPI: Refactoring to remove CSVAPIContext
[1.5] CSVAPI: Added builder classes for compare...
[1.5] CSVAPI/CSVComparatorCLI: Added support fo...
[1.5] CSVAPI/CSVComparatorCLI: Added support fo...
[1.5] CSVAPI: Added support for handling quotes
moved from CSV Comparator repository
Share project "CSVAPI" into "https://svn.code.s...
fixed testcases
added example to powerpoint
added release notes
[0.5] created images, updated documentation
initial commit of project
Share project "CSVTransformerCLI" into "https:/...
[1.5] bulk commit
[1.5] CSVAPITransform: Implemented logging, add...
[1.5] CSVAPITransform: Implemented missing argu...
[1.5] CSVAPITransform: First working version 50...
[1.5] CSVAPI: Adjusted Arguments, started CSVAP...
[1.5] CSVAPI: Finished Arguments Validation
[1.5] minor logstatement change
[1.5] project mavenization
[1.5] project mavenization
[1.5] project mavenization
[1.5] Added SWTBot Testcases for GUI
[1.5] Added SWTBot Testcases for GUI
[1.5] Checked in refactoring of changes for CSVAPI
[1.5] Checked in CSVAPI
[1.5] Created folder for CSVAPI
Hi WWS, this are only warnings and will occur when strings are compared as numbers....
fixed issues with scrolling and sizing
changed classpath
added 64bit swt jar
updated release notes
tagged version 1.4
updated documentation, added release notes
implemented exit listener
added application icon
fixed scrolling issue
GUI: javadoc&refactoring
CLI: javadoc&refactoring
GUI: javadoc&refactoring
GUI: javadoc&refactoring
CLI: javadoc&refactoring
GUI: javadoc&refactoring