Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:13:35.000Z (4 months ago)
- Last Synced: 2024-07-14T13:32:14.492Z (4 months 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).