Skip to content

Split a text file by delimiter and delete duplicate lines. Written with .Net Core 3.1 Console App.

Notifications You must be signed in to change notification settings

ariadarkkkis/SplitText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplitText

Split a text file by delimiter and delete duplicate lines. Written with .Net Core 3.1 Console App.

Usage

Default delimiter is ;.

You can use without any arguments, then the app will ask for file location and if you want to split the text or not.

dotnet run

If you want to split by a specific delimiter, use the code below:

dotnet run "filename.txt" "delimiter_here"

or if you just want to remove duplicates, just enter the filename and say n to split question:

dotnet run "filename.txt"

Credits

Alirezanet

Thanks to my friends for helping me out

About

Split a text file by delimiter and delete duplicate lines. Written with .Net Core 3.1 Console App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages