Skip to content

An SML project to interconvert files between various formats such as csv, tsv, asv, etc.

Notifications You must be signed in to change notification settings

Jitender-Kumar-Yadav/Data-Format-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Data-Format-Convertor

A small SML project to interconvert files between various formats such as csv, tsv, asv, etc.

  1. Run csv2dsv.sml
  2. to convert a csv file with name with path "p" to a tsv file with path "q", run csv2tsv("p", "q");
  3. To convert a tsv file "p" to a csv file "q", run tsv2csv("p", "q");
  4. To convert file "p" with delimiter character c1 to anither file "q" with delimiter c2, run convertDelimiters("p", c1, "q", c2);

Note the following: An asv file has delimiter "&" A csv file has delimiter "," A ssv file has delimiter ";" A tsv file has delimiter "\t"

About

An SML project to interconvert files between various formats such as csv, tsv, asv, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published