Skip to content

Releases: pfptcommunity/ldif2csv

Simple tool to convert LDIF to CSV

02 Oct 17:36
Compare
Choose a tag to compare

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

Simple tool to convert LDIF to CSV

20 Sep 14:20
Compare
Choose a tag to compare

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.