Home / dev / tech / Generating blog posts from excel,JSON data

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.

Generating blog posts from excel,JSON data

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

  1. Create a folder for the project.
  2. Go inside the folder and create a file with name test.js
  3. Copy the code from GitHub to test.js
  4. Keep the JSON file in the same folder.

Find the script for this project here - Json to markdown converter.

« Will marijuana legalised in India soon, survey results. || Are scooters safer than bikes? »
Written on August 28, 2022
Tag cloud
Generate blog posts from data generate blog posts frontmatter generate blog posts from json file create markdown files from Excel. Blog posts generating from CSV files github Generate markdown files Generate blog posts from json Generate blog posts from csv generate markdown files from data generate markdown files form json generate markdown files from xml

Comments

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.


About me

About author

Want more information and updates on this topic? Follow me on one of the social media.


Related Posts

Generating blog posts from excel,JSON data

Unconventional way to learn coding - build an exponential learning curve