ConvertCSV Command Line Tools: Installation and Usage

Welcome to the documentation for the ConvertCSV command line tools. The command line tools provide the same or enhanced functionality of the online conversion tools. They currently run under Windows 64-bit OS. In order to access the help screen from the command line, use the --help or -h parameter after the name of the converter on your machine.

Example

C:\> json2csvcmd -i myfile.csv -o myfile.json
Usage: json2csvcmd [OPTIONS] ...

Installation

Download the zip file and unzip into the folder of your choice.

Table of contents

Advanced usage

One typically specifies the input and output files using -i and -o options. You can also not specify and stdin will be used for input and stdout for output. This will allow you to use redirection.