Releases: pfptcommunity/ldif2csv
Releases · pfptcommunity/ldif2csv
Simple tool to convert LDIF to CSV
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
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.