

Csv To ics
here is video on how to create icalendar ics file from Csv

here is video on how to convert Csv file To Html webpage
here is an example of running "Csv To Html" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvToHtml\CsvToHtml.exe" inputfile.csv outputpage.html

here is video on how to convert Csv to Json data:
here is an example of running "Csv to Json" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvtoJson\CsvtoJson.exe" inputfile.csv outputfile.json

here is video on how to convert Csv file to Xml:
here is an example of running "Csv to Xml" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvtoXml\CsvtoXml.exe" inputfile.csv outputfile.xml

here is video on how to convert one or many Csv files into Xlsx file (no excel or office installation required):
here is an example of running "Csv to Xlsx" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvtoXlsx\CsvtoXlsx.exe" inputfile.csv outputExcelfile.xlsx

here is video on how to convert Csv to Xls file:
here is an example of running "Csv to Xls" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvtoXls\CsvtoXls.exe" inputfile.csv outputExcel97file.xls

here is video on how to convert Csv file To Pipe Delimited file:
here is an example of running "Csv To Pipe Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvToPipeDelimited\CsvToPipeDelimited.exe" input.csv outputPipeDelimitedfile.txt

here is video on how to convert Csv To Tab separated datafile:
here is an example of running "Csv To Tab Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvToTabDelimited\CsvToTabDelimited.exe" input.csv outputfile.tab

here is video on how to convert Csv file To Text file:
here is an example of running "Csv To Text" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\CsvToText\CsvToText.exe" inputfile.csv outputfile.txt