How to import the data model created with nosql workbench then switch to local db in nosql workbench and import into it? In my situation, I created a table and attributes then added some data in the workbench then I turned on localdb and wanted to import what I had done into localdb.
First, click on the Visualizer tab for the table you wish to commit. Then click on Commit to Amazon DynamoDB
:
Once there, if you have not already created a connection to DynamoDB Local, choose to create one. If you have already done so, select that connection:
Now simply click Commit
and you're done. Be sure that DynamoDB Local is running at the time of clicking Commit.