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
Related Posts
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
Generating blog posts from excel,JSON data
Unconventional way to learn coding - build an exponential learning curve
Terms to learn as a beginner android developer
Stuck in safe mode android studio-clicking trust project not working
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.