Generating blog posts from excel,JSON data
Generating hundreds of blog posts from data is very useful. Especially when the process of generating content is repetitive.

If you want to generate blog posts from a JSON or CSV file, in this post I am sharing a node.js script to do that.
So following is a simple script to generate markdown blog posts from JSON, CSV or Excel file.
Requirements
Node.js
Steps to follow
- Create a folder for the project.
- Go inside the folder and create a file with name test.js
- Copy the code from GitHub to test.js
- Keep the JSON file in the same folder.
Find the script for this project here - Json to markdown converter.
Tag cloud
Comments
Related Posts
വെബ്സൈറ്റ് എങ്ങനെ പ്രവർത്തിക്കുന്നു.
How to install WordPress - വേർഡ്പ്രസ്സ് എങ്ങനെ ഇൻസ്റ്റാൾ ചെയ്യാം.
Things to do after Installing WordPress - മലയാളം(Malayalam)
Generating blog posts from excel,JSON data
Unconventional way to learn coding - build an exponential learning curve
There are currently no comments on this article, be the first to add one below
Add a Comment
Note that I may remove comments for any reason, so try to be civil.