Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T05:20:10.000Z (about 1 year ago)
- Last Synced: 2024-11-22T13:40:58.834Z (2 months 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```
![image](https://github.com/TukangM/file_to_csv/assets/91467886/88046413-5ddc-4eaa-b4e2-1bac31661af1)
then `[A] Yes to All`
![image](https://github.com/TukangM/file_to_csv/assets/91467886/7c64ea40-4cf7-44c7-8452-ec83f61ca70e)
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
![image](https://github.com/TukangM/file_to_csv/assets/91467886/e8d36078-503f-4ff1-bc9c-d7dd4f067bab)# 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