Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Eneswunbeaten/CsvTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Enes authored and Hasan Enes committed Jun 13, 2024
2 parents 3f46f3d + 6ac949d commit 10a099e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# CsvTool
Converts Csv File to Mongo Insert, Sql Insert and C# Model Structure.

## Usage
<ul>
<li>When the program starts, it asks you to drag a .csv file onto it.</li>

![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/f11f0355-7323-4aa1-b035-409541edda63)

<li>Enter the delimiter in Write a delimiter. For example, parsers can be one of the following (| , : : ;)</li>
<li>What should the output be like, section selects exactly what the csv file will be converted to.</li>
<li>In the Table name section, the table name must be entered exactly correctly. The name of the output file will start with this table name (e.g. BoardCategories_Mongo.txt)</li>
<li>In the Export path section, select exactly which folder to save the resulting txt file. (Default saves to the desktop.)</li>
<li>Add Id checkbox section is opened if mongo is selected. Generates ObjectId.</li>

![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/898f7c19-df1d-4917-a735-d74bfe3669f6)

<li>If there are no column names in the first line of the csv file, i.e. in the headers, click the Add new names manually button and enter the column names one by one.</li>

![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/a0ac4801-7e0a-4989-bd71-e6f5c9ab84a8)

<li>Pressing the Start button starts the process and the result of the conversion is displayed on the screen.</li>
</ul>



0 comments on commit 10a099e

Please sign in to comment.