

Here is video on how to convert Pipe Delimiter separated file to Json:
here is an example of running "Pipe Delimited to Json" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedtoJson\PipeDelimitedtoJson.exe" inputfile.txt outputfile.json

here is video on how to user Pipe Delimited to Csv converrter:
here is an example of running "Pipe Delimited to Csv" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedtoCsv\PipeDelimitedtoCsv.exe" inputfile.txt outputfile.csv

Here is video on how to convert Pipe Delimited file to Microsoft Excel workbook:
here is an example of running "Pipe Delimited to Excel" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedtoExcel\PipeDelimitedtoExcel.exe" inputfile outputfile

here is video on how to convert Pipe Delimited file To Sql script:
here is an example of running "Pipe Delimited To Sql" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedToSql\PipeDelimitedToSql.exe" inputfile.txt outputfile.sql

here is video on how to change Pipe Delimited file to Xml file:
here is an example of running "Pipe Delimited to Xml" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedtoXml\PipeDelimitedtoXml.exe" inputpipefile.txt outputfile.xml

hre is video on how to convert pipe delimiter separated file into web page:
here is an example of running "Pipe Delimited to Html" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\PipeDelimitedtoHtml\PipeDelimitedtoHtml.exe" inputfile.pipe page.html

here is video on how to convert Pipe deleimted file to Tab Delimited file:
If you want to automate conversion or avoid user Interface (UI) and run "Pipe to Tab Delimited" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\PipetoTabDelimited\PipetoTabDelimited.exe" inputfile.pipe outputfile.tab