Skip to content

Simple tool to convert LDIF to CSV

Latest
Compare
Choose a tag to compare
@ludvikjerabek ludvikjerabek released this 02 Oct 17:36
· 1 commit to master since this release

This tool converts LDIF files to CSV format and allows for changing delimiters and separators.

Usage

ldif2csv [-h] --input <filename> [--output <filename>] [--separator <sep>] [--delimeter <delim>]

Tool to convert LDIF to CSV

options:
  -h, --help                          show this help message and exit
  -i <filename>, --input <filename>   LDIF to read as input.
  -o <filename>, --output <filename>  CSV file to create as output.
  -s <sep>, --separator <sep>         Character to separate the fields in the CSV. By default this is a comma.
  -d <delim>, --delimeter <delim>     Character to delimit multi value fields. By default this is a semi-colon.

Full Changelog: 1.0.0...v1.0.1