Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.248.203 Times

Convert::Addressbook::Mozilla2Blackberry 0.0.1

  Date Added: November 14, 2010  |  Visits: 1.161

Convert::Addressbook::Mozilla2Blackberry

Report Broken Link
Printer Friendly Version


Product Homepage
Download (96 downloads)



Convert::Addressbook::Mozilla2Blackberry is a Perl extension for converting a CSV comma delimited addressbook from Mozilla to Blackbery csv import format. SYNOPSIS use Mozilla::Mork; use Convert::Addressbook::Mozilla2Blackberry; #get the file from the command line or quit with an error $file = $ARGV[0]; unless ($file) { die "Useage: $0 n"; } #access the address book and setup the memory structure my $MorkDetails = Mozilla::Mork->new($file); #get a reference to an array of hashs my $results = $MorkDetails->ReturnReferenceStructure(); #create an instance of the converter code my $converter = Convert::Addressbook::Mozilla2Blackberry->new(); #print the Blackberry File headers $converter->PrintBlackberryHeaders(); #process those results # for each line in the database # each line in the database corresponds to an address book record # pass this reference to the StreamConvert routine which will # convert and print it for my $record_array ( @{$results} ) { $converter->StreamConvert($record_array); } This is a module that builds on the Mozilla::Mork module to translate the Mozilla address book to a CSV format suitable for importing into a Blackberry via the Desktop Manager (i.e. even the CSv fields are in the correct order)..

Requirements: No special requirements
Platforms: Linux
Keyword: Addressbook Comma Delimited Converting Csv Comma Delimited Delimited Extension File Libraries Perl Programming
Users rating: 0/10

License: Freeware Size: 6.14 KB
USER REVIEWS
More Reviews or Write Review


CONVERT::ADDRESSBOOK::MOZILLA2BLACKBERRY RELATED
File Cataloguers  -  ViewCSVTAB 1.0
ViewCSVTAB is a very simple utility that will open a Comma Separated (CSV) or Tab Delimited (TXT) file and allow you to quickly view it on the screen. This can be useful before undertaking an import of a large amount of data. Included in the Zip...
4.8 MB  
Libraries  -  XML::CSV 0.15
XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr);...
7.17 KB  
Programming  -  pyxmdb 0.7
pyxmdb is a database utility for exporting and importing data between a delimited text file and virtually any DBMS. Tested with Python 2.3-2.6, Linux and Windows, SQLite, MySQL, PostgreSQL, Oracle and Ingres. User extendable for any Python DB-API...
13.42 KB  
Development Tools  -  CSV to XML with configuration 1.0
This script uses a python csv package, but adds configuration file, so that the document, row and field tags can be specified.
 
File Converters  -  A7Soft csv2xml 1.01
A7Soft csv2xml is a powerful command line tool for converting CSV to XML
15 KB  
Utilities  -  csv2cssh 4
Ruby script for converting csv lists of computer names and their other attributes into a cluster ssh or .csshrc file.
16.76 KB  
Programming  -  csvkit 0.4.3 Beta
csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.
3.66 MB  
Video Editors  -  ISO - DAX - CSO Converter 1.08
ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO. Script depends on: Kommander ciso v1.01 daxcr v0.3 kommander is part of kdewebdev3 packet To compile ciso and...
48.13 KB  
Audio Tools  -  Modiac MP3 to AVI Converter 1.0
Modiac free MP3 to AVI Converter is a perfect and free MP3 to AVI audio converting software that can convert MP3 file to AVI format for playing or further applications. Meanwhile, users are able to customized all the audio parameters as they need...
18.68 MB  
Audio Tools  -  Modiac MP3 to FLV Converter 1.0
Modiac free MP3 to FLV Converter is a perfect and free MP3 to FLV audio converting software that can convert MP3 file to FLV format for playing or further applications. Meanwhile, users are able to customized all the audio parameters as they need...
18.68 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB