- Download and run
pdreadersetup.exefrom releases - Launch from Start Menu > PD Reader
- Open PD Reader, go to the 3rd tab
- Before import, make sure the setup file headers are correct. The first row should be header.
- Drag and drop the setup file to the UI
- Select File, Select File Type and hit Upload to Database.
The following folders are used:
Logs: Contains logs of operationsUploaded Files: Files uploaded to Product Data Database are saved hereStage 2: Stage 2 Files are saved hereMatrixify: Final data formatted for Matrixify
- Clone this repo
- Activate venv
- pip install -r requirements.txt
- Run via
python -m src.mainor./App.bat - Build .exe file with
pyinstaller --clean -F -n PDReaderApp src/main.py - Build installer setup by compiling "pdreaderinnosetup.iss" in Inno Setup