Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronknight/alibaba-json2csv-product-number-extractor
🔄 This Python script extracts product numbers (specifically the red_model field) from Alibaba ProductList JSON Response files and compiles them into a single CSV file.
https://github.com/ronknight/alibaba-json2csv-product-number-extractor
csv json python
Last synced: 20 days ago
JSON representation
🔄 This Python script extracts product numbers (specifically the red_model field) from Alibaba ProductList JSON Response files and compiles them into a single CSV file.
- Host: GitHub
- URL: https://github.com/ronknight/alibaba-json2csv-product-number-extractor
- Owner: ronknight
- License: mit
- Created: 2024-08-05T23:01:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:29:31.000Z (5 months ago)
- Last Synced: 2024-11-07T07:20:18.674Z (2 months ago)
- Topics: csv, json, python
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Alibaba JSON to CSV Product Number Extractor-1.eraserdiagram
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
flowchart-diagram
title Alibaba JSON to CSV Product Number Extractor
// Define groups for better organization
Setup [color: lightblue] {
Clone Repository [icon: git-branch]
Navigate to Directory [icon: folder]
Place JSON Files [icon: file]
}Execution [color: lightgreen] {
Run Script [icon: play]
Process JSON Files [icon: file-text]
Extract red_model [icon: filter]
Write to CSV [icon: file-text]
Show Progress [icon: bar-chart-2]
}Error Handling [color: lightcoral] {
Log Errors [icon: alert-triangle]
Handle Errors [icon: tool]
}// Define the flow
Start [shape: oval, icon: play-circle] > Clone Repository
Clone Repository > Navigate to Directory
Navigate to Directory > Place JSON Files
Place JSON Files > Run ScriptRun Script > Process JSON Files
Process JSON Files > Extract red_model
Extract red_model > Write to CSV
Write to CSV > Show ProgressProcess JSON Files > Log Errors: Error
Log Errors > Handle Errors
Handle Errors > End [shape: oval, icon: stop-circle]Show Progress > End [shape: oval, icon: stop-circle]