Skip to content

mikalai-ramashka/nbconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbconverter

cd into the nbconverter directory first.

Install

npm install

Usage

node nbconverter  "your cvs file"

Output

mapdata.xml - an updated version of the mapdata.xml used by applications
mapdata.xml.log - a log file of the converstion and changes needed. 

View

The mapdata.xml file created can be viewed by opening the mapdata.xml in a browser. The stylesheet mapdata.xsl will format it for viewing.

Example

The example csv file has a set of titles and one data set with the names of the titles as the values. It can be used as sample input to ensure the conversion process is running.
The log file will be empty if no errors. The xml file produced will have one row with the titles as data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.5%
  • XSLT 37.5%