Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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