https://github.com/tukangm/file_to_csv
list all file's into csv
https://github.com/tukangm/file_to_csv
csv excel pwsh work
Last synced: about 1 year ago
JSON representation
list all file's into csv
- Host: GitHub
- URL: https://github.com/tukangm/file_to_csv
- Owner: TukangM
- License: cc0-1.0
- Created: 2023-02-13T16:01:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T05:20:10.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:14:11.865Z (about 1 year ago)
- Topics: csv, excel, pwsh, work
- Language: PowerShell
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STill on progress !
# file_to_csv
work on :
- Windows Server 2019
- Windows 10
- Windows 11
# python version still on going
# .\file_to_csv.GUI.ps1 (deprecated)
Run powershell.exe as admin
then do
```Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser```

then `[A] Yes to All`

then when first time run with admin
Select `[A] Yes to All` to install ImportExcel module pwsh (require internet connection at first time!)
then done voila

# this is a list all files into .csv (still raw)
tutorial later
# todo list
- [x] GUI version with .ps1 still on going
- [x] abandoned ps1 support
- [x] reverse enginering powershell > python3 with chatgpt
- [ ] working with python3 code with chatgpt
- [x] still on progress