PHP Classes

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

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 324 All time: 7,202 This week: 65Up
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: 377044 in Egypt Egypt
Week rank: 227 Up3 in Egypt Egypt Up

Example

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


  Files folder image Files (3)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:324
This week:0
All time:7,202
This week:65Up