FDB Editor EO
- Super Fast: Can handle huge .fdb files with tens of thousands of rows (optimized RAM usage)
- Instant Table Editing:
- Edit, sort, search, multi-select, and delete rows in real time
- Manual or shortcut-based row editing (add, copy, paste, delete)
- Custom Column Sorting: Click column header to sort ascending/descending
- Multi-row Selection: Ctrl/Shift+Click for group operations
- Right-click Context Menu:
- Add New Row
- Copy / Paste Row(s) (can copy multiple at once)
- Delete Selected Row(s)
- Export Selected Row(s) to CSV
- Full CSV Export & Import:
- Export all or selected rows as clean CSV
- Import CSV (auto-mapping by column name, skip duplicates by first column/key)
- Error reporting for malformed or duplicate rows
- Search:
- Find any value, or limit to specific column (dropdown)
- "Find Next" wraps around
- Column Auto-fit:
- Auto-fit columns to content for easier viewing
- Shortcut :
Source Code :
- Ctrl+C: Copy row(s) to clipboard (can paste to Notepad as CSV)
- Ctrl+V: Paste row(s) back (auto adds new rows as needed)
- Ctrl+N: Add new row
- Del: Delete selected rows
- Ctrl+E: Export selected rows as CSV






