Add convert-sql2csv.ps1

This commit is contained in:
Markus Fleschutz
2021-04-10 10:40:03 +02:00
parent 38f7ddb157
commit d3e82db87a
4 changed files with 45 additions and 32 deletions

View File

@ -29,6 +29,7 @@ close-windows-terminal.ps1, closes Windows Terminal gracefully
configure-git.ps1, sets up the Git user configuration
convert-csv2txt.ps1, converts the given CSV file into a text list
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file
convert-sql2csv.ps1, converts the SQL database table to a CSV file
create-branch.ps1, creates a new branch in the current/given Git repository
create-shortcut.ps1, creates a shortcut
create-symlink.ps1, creates a symbolic link

1 Script Description
29 configure-git.ps1 sets up the Git user configuration
30 convert-csv2txt.ps1 converts the given CSV file into a text list
31 convert-mysql2csv.ps1 converts the MySQL database table to a CSV file
32 convert-sql2csv.ps1 converts the SQL database table to a CSV file
33 create-branch.ps1 creates a new branch in the current/given Git repository
34 create-shortcut.ps1 creates a shortcut
35 create-symlink.ps1 creates a symbolic link