Skip to content

if-loop/jason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jason logo

Jason is an excel to schema.org converter. It uses Jason Config files to map your excel sheet to the right schema.org annotation. For a demofile check /server/jasonConfig.json (it converts an excel of scholarly articles to the ScholarlyArticle schema.org annotation.

You can check it out at jason.codefactory.at

Mapping

Cells with uppercase text will be ignored (use them for heading) The we iterate through every cell and use our custom mapping parameters:

  • $A$ means use the content of row A
  • $NUM$ convers the content of row A into a Integer (using JavaScript parseInt() function)

Setup

  • npm install
  • node ./server/index.js

Jason will be available through localhost:3000

Contributions

Feel free to contribute ;-)

About

Jason is an excel to schema.org converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published