Skip to content

C-Mejlak/csv-to-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to Features

This script is a utility to help in updating text content of to the features on the pricing page. Download a CSV copy.

Using this script

Clone the repo

git clone git@github.com:C-Mejlak/csv-to-features.git

Install dependencies

npm install

Running the script

node main.js <input-path> <output-path>

Example let's say your CSV file is named features.csv. And it is located in the Dowloads directory. And you want save it as features.php in the Downloads.

node main.js ~/Downloads/features.csv ~/Downloads/features.php

Copy file content

pbcopy < ~/Downloads/features.php

Open the file web/app/themes/klicktipp/resources/assets/data/new-products-features.php and replace all content with what you've just copied.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published