chore: readme updated
This commit is contained in:
		
							parent
							
								
									bfc7a81446
								
							
						
					
					
						commit
						e367d1b729
					
				| @ -23,7 +23,7 @@ A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL | ||||
| 1. Install Python dependencies: | ||||
| 
 | ||||
| ```bash | ||||
| pip install -r requirements.txt | ||||
| pip install -r test_files/requirements.txt | ||||
| ``` | ||||
| 
 | ||||
| 2. Install Node.js dependencies: | ||||
| @ -34,7 +34,7 @@ npm install i | ||||
| ### Setup  | ||||
| 1. Generate test_files: | ||||
| ```bash | ||||
| python3 gen_test_files.py | ||||
| python3 test_files/gen_test_files.py | ||||
| ``` | ||||
| 2. Configure PostgreSQL connection in `test.js` | ||||
| ```javascript | ||||
| @ -66,4 +66,4 @@ The test suite includes various Excel files testing different data scenarios: | ||||
| * Booleans → PostgreSQL `boolean` | ||||
| * High-precision numbers → PostgreSQL `numeric` | ||||
| * Standard numbers → PostgreSQL `double precision` | ||||
| * Text/other → PostgreSQL `text` | ||||
| * Text/other → PostgreSQL `text` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user