{"id":20385146,"url":"https://github.com/poad/csv2dynamodb","last_synced_at":"2025-06-10T18:08:29.682Z","repository":{"id":36981636,"uuid":"423057250","full_name":"poad/csv2dynamodb","owner":"poad","description":"Imports CSV to AWS DynamoDB cli tool.","archived":false,"fork":false,"pushed_at":"2025-06-06T00:28:49.000Z","size":107714,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-06T01:29:01.140Z","etag":null,"topics":["aws","cli","csv","csv-import","dynamodb","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-31T05:00:42.000Z","updated_at":"2025-06-06T00:28:51.000Z","dependencies_parsed_at":"2024-01-24T02:26:15.724Z","dependency_job_id":"190d9b1c-0cbe-41a9-b37f-c46e4c2d515c","html_url":"https://github.com/poad/csv2dynamodb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fcsv2dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fcsv2dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fcsv2dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fcsv2dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poad","download_url":"https://codeload.github.com/poad/csv2dynamodb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fcsv2dynamodb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259123865,"owners_count":22808876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cli","csv","csv-import","dynamodb","rust"],"created_at":"2024-11-15T02:32:37.959Z","updated_at":"2025-06-10T18:08:29.660Z","avatar_url":"https://github.com/poad.png","language":"Rust","readme":"# csv2dynamodb\n\n[![Rust](https://github.com/poad/csv2dynamodb/actions/workflows/build.yml/badge.svg)](https://github.com/poad/csv2dynamodb/actions/workflows/build.yml)\n\nimport csv to AWS DynamoDB.\n\n## usage\n\n```sh\ncsv2dynamodb --file-path \u003cfile-path\u003e --table \u003ctable\u003e\n```\n\n```sh\n   --file-path value    file to import e.g ./tablename.csv (required)\n   --table value        target dynamo db tabe name (required)\n```\n\n### example\n\n```sh\ncsv2dynamodb --file-path ./test_data.csv --table sample-table\n```\n\n## How to specify data types in DynamoDB\n\nIt is specified in the CSV header by writing (). e.g. price(N)\nIf not specified, it will be imported as S (string).\n\n```csv\nname(S),price(N),visible(BOOL)\n\"abc\",100,true\n```\n\n## License\n\n[The MIT License](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoad%2Fcsv2dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoad%2Fcsv2dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoad%2Fcsv2dynamodb/lists"}