PHP Classes

CSV To LDIF: Convert data from a CSV file to the LDIF format

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 322 All time: 7,207 This week: 150Up
Version License PHP version Categories
csv2ldif 0.1GNU General Publi...5.0PHP 5, Files and Folders, Conversion
Description 

Author

This class can be used to convert data from a CSV file to the LDIF format.

It open and scans a given CSV file and exports the read information to the CSV format.

Picture of mohamed shehab
Name: mohamed shehab <contact>
Classes: 1 package by
Country: Egypt Egypt
Age: ???
All time rank: 376643 in Egypt Egypt
Week rank: 312 Up3 in Egypt Egypt Up

Example

<?php
   
include_once("csv2ldif.class.php");
   
$csv2array=new CSV2Array("1.csv");
    echo
$csv2array->getOutput();
?>


  Files folder image Files  
File Role Description
Plain text file csv2ldif.class.php Class CSV 2 LDIF Class
Accessible without login Plain text file 1.csv Data Example CSV Exported From OpenLDAP
Accessible without login Plain text file example.php Example Class Usage Example

 Version Control Unique User Downloads Download Rankings  
 0%
Total:322
This week:0
All time:7,207
This week:150Up