-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Eneswunbeaten/CsvTool
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|