Dec 4, 2008 #1 imad77 Instructor Oct 18, 2008 97 CA Hi, Is there a Perl library to help me to convert a LDIF file to .cvs? Thanks, Imad77
Dec 4, 2008 #2 rharsh Technical User Apr 2, 2004 960 US For the LDIF file, it looks like Net::LDAP::LDIF will help and there are lots of modules for writing CSV files - one choice is Text::CSV_XS. Upvote 0 Downvote
For the LDIF file, it looks like Net::LDAP::LDIF will help and there are lots of modules for writing CSV files - one choice is Text::CSV_XS.