1.10.0
Highlights
- Import data into a table. Drop a CSV, JSON or NDJSON file onto any table — or pick one from the toolbar — and DynoTable shows you what it will write before it writes anything: every column, the type it inferred for it, and the first rows laid out in the same grid you already read your data in. Adjust whatever looks wrong, then import.
Added
- Fix the types before you commit to them. Right-click any column in the preview to change its type or rename the attribute it lands in. A warehouse code that happens to look like a number stays text if you say so — and what you see in the preview is what gets written.
- A bad file is caught before a single row is sent. DynoTable reads the whole file through first and lists what it found — a duplicate key, a repeated header, a value that doesn't fit the column — pointing at the row each problem came from, so you fix the file instead of cleaning up after it.
- Exports come back exactly as they left. A JSON or NDJSON file exported in DynamoDB's own format re-imports with no type guessing and no precision lost, which makes export → edit → import a safe round trip.
- Imports run in the background and report progress in the Activity panel next to your exports, so a large file loads while you keep working.
Fixed
- Switching tabs no longer flashes a half-drawn toolbar before the tab you picked appears.
- The Activity panel now tells you plainly when a run was refused or stopped, instead of leaving a progress bar that never finishes.