With CSVdb you can manipulate any CSV file, separated with any separator.
The contents of the CSV file is visible in a listview.
some features:
- edit, add, insert and delete items;
- import;
- change separator;
- add, delete columns;
- rearrange column order;
- save selection of rows and columns;
- save filtered items;
- save with double quotes;
- search and replace;
- filter items;
- remove duplicates;
- append and merge files;
- check and repair csv files;
- text editor with search and replace, undo and redo;
The listview is running in virtual mode, that means the data is displayed on demand. (not the entire CSV file is loaded in the listview) so CSVdb can handle big files and is very fast.
In other words, you can do everything with a CSV file you wanted.
|