Skip to content

homam/fsm-conversational-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to XML Conversion

Building with Stack:

stack build && cat website_.csv | stack exec ma-csv-xml-exe -- csv pipe
stack build && stack exec ma-csv-xml-exe -- csv io --input ./Website_.csv --output=./Website2_.xml

Using the OSX build version:

cat Website_.csv | ma-csv-xml-exe csv pipe

XML to CSV Conversion

stack build && stack exec ma-csv-xml-exe -- xml io --input ./Website_.xml --output=./Website2_.csv
stack build && cat Website_.xml | stack exec ma-csv-xml-exe -- xml pipe

Using the OSX build version:

cat Website_.xml | ma-csv-xml-exe xml pipe

About

Bot prototype for Conversation UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published