Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

simongcc/specified-csv-to-magento-csv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

For this is for Magento V1.x and it is untouched for years. So archive it.

This is A Parser for converting a CSV in specified format to magento compatible product CSV.

##Preparations

  1. Assume your product is already exist in Magento
  2. A CSV with multiple price input in specified format

##Demo Format for the specified CSV You may refer to this google spreadsheet(read only) for the format. This format is convenient for input multiple price for different groups and set formaula.

##Usage

  1. Place the CSV in specified format together with the parser.
  2. Run the parser, eg. http://yourdomain.com/parse_csv.php
  3. The processed CSV would be placed in the same folder
  4. Upload the processed CSV to Magento in Product Import

##Possible Improvement for this parser

  • add an uploader and submit mechanism to interactively upload
  • after parsing the CSV, download the CSV automatically to local drive

This CSV parser is developed for a client Magento project as a solution for multiple price input. I hope this piece of code can inspire or help other people so I place it here with a MIT license.

License

Copyright (c) 2014-2015 Ng Simon. Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages