Created
March 17, 2024 13:56
-
-
Save rohhhs/0f491087edd6dbc76954735c85191b4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#just notes | |
Some way to minimize structure with requests using ssh | |
-- nil: names (csv); images (csv); links (csv) | |
-- iln: images (csv); links (csv); names (csv) | |
and other | |
-- n(brand,title,description,price,per,etc):names (csv:in order of (brand,title,description,price,per,etc)) | |
should create: | |
"name": { | |
"brand":names[0], | |
"title":names[1], | |
"description":names[2], | |
"price":names[3], | |
"per":names[4], | |
"etc":names[5] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment