https://github.com/adshan/dotnet-bulk-insert-csv-file
Bulk importing CSV files using CsvHelper.
https://github.com/adshan/dotnet-bulk-insert-csv-file
bulk-insert csv-import dotnet
Last synced: about 2 months ago
JSON representation
Bulk importing CSV files using CsvHelper.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-bulk-insert-csv-file
- Owner: AdsHan
- License: mit
- Created: 2023-07-07T11:27:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:13:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T11:50:50.279Z (about 1 year ago)
- Topics: bulk-insert, csv-import, dotnet
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-bulk-insert-csv-file
Demonstração do uso do pacote CsvHelper para ler arquivos CSV e realizar inserções em massa (BulkInsert) de registros em uma aplicação .NET.
# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- Fazer o download de um arquivo CSV exemplo [AQUI](https://www.datablist.com/learn/csv/download-sample-csv-files#organizations-dataset).
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).