Skip to content

nodejs app that reads from csv file and writes to a xml file. Very simple POC nothing generic, reusable about this one.

Notifications You must be signed in to change notification settings

xparticle/csv2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm install reads from file.csv and writes to file.xml number_columns_to_segregate array dictates which column indexes should be written to a numbers xml segment, everything else gets written to record segment. each line from the csv is written to a single record segment. CSV column headers are used as xml tags. No safety checks, this is not a generic program that runs for any csv to any xml, just a specific POC.

About

nodejs app that reads from csv file and writes to a xml file. Very simple POC nothing generic, reusable about this one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published