"export.ldif", dc => "dc=geekfarm, dc=org", } ); $exporter->export(); # sync with ldap via ldapadd and ldapdelete my $exporter = BBDB::Export::LDAP->new( { bbdb_file => "/path/to/." />
WareSeeker Search Software

export


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

mySQL Export


script CGI Perl Free
View Detail
Download mySQL ExportDownload mySQL Export
This script allows you to export your mySQL tables into | delimited text files. One file for each table. The text files are then compressed with zip.
2

BBDB::Export 0.012


linux Programming->Libraries Free
View Detail
Download BBDB::Export 0.012Download BBDB::Export 0.012
0.013 MB
BBDB::Export is a Perl module to export data from The Insidious Big Brother Database.

SYNOPSIS

use BBDB::Export;

# export to LDIF
my $exporter = BBDB::Export::LDIF->new(
{
bbdb_file => "/path/to/.bbdb",
output_file => "export.ldif",
dc => "dc=geekfarm, dc=org",
}
);
$exporter->export();

# sync with ldap via ldapadd and ldapdelete
my $exporter = BBDB::Export::LDAP->new(
{
bbdb_file => "/path/to/.bbdb",
output_file => "/tmp/tempfile",
dc => "dc=geekfarm, dc=org",
ldappass => "supersecret",
}
);

$exporter->export();

# export to vcards
my $exporter = BBDB::Export::vCard->new(
{
bbdb_file => "/path/to/.bbdb",
output_dir => "/some/path/",
}
);

$exporter->export();

# create .mail_aliases
my $exporter = BBDB::Export::MailAliases->new(
{
bbdb_file => "/path/to/.bbdb",
output_file => ".mail_aliases",
}
);

$exporter->export();

This module was designed to export to your bbdb data to a wide array of formats, and also to make it easy to write new modules to export to new formats. Current export options include building an LDIF, vCard, or .mail_aliases, and automatically updating an ldap server.
For a fully functional command line converter, see the bbdb-export script that comes with this module.

BBDB::Export should not be used directly. Use any of the available subclasses using the examples above. For more examples of using BBDB::Export, see the test cases.


3

FB Export 1.0


windows Network Internet->Database Utils $69
View Detail
Download FB Export 1.0Download FB Export 1.0
4.33 MB
FB Export is a powerful and reliable utility that will export the data contained in Interbase/Firebird databases.

Functioning under Windows , FB Export connects itself to the local or remote Interbase / Firebird servers, and allows data export (including System tables) towards the most current Exports formats, as towards any database with an OLE DB driver (Oracle, SQL Server, FoxPro ...)

FB Export allows you to define multi-criteria filters to export only the desired datas.

FB Export have an wizard who allows you to finely configure all the Export parameters. The specifications of export can be stored for a later use.

Limitations:

· Export is limited to 20-records

4

SQL Export 1.5


windows Network Internet->Database Utils $49
View Detail
Download SQL Export 1.5Download SQL Export 1.5
15.00 MB
SQL Export is a powerful software that allows you to query and export data to CSV, HTML, TXT, XLS, XML or screen.

Here are some key features of "SQL Export":

· Create queries (visually or manually)
· Export data to: csv, html, txt, xls, xml or even your screen
· Format the output
· Save database connection, query and output formatting
· Compatible with Microsoft® Access and SQL Server


Limitations:

· 30-record per query trial

5

Eudora Export 1.0


mac Utilities->Internet Utilities Free
View Detail
Download Eudora Export 1.0Download Eudora Export 1.0
23 KB
Eudora Export is an Entourage AppleScript which exports selected messages as an Eudora Mailbox.

Why would you want to use Eudora is beyond me.


6

Advanced CSV Export


script PHP Free
View Detail
Download Advanced CSV ExportDownload Advanced CSV Export
In this tutorial you will learn more about getting items from a database and exporting them to a CSV for use in Excel.
7

MSN Contact Export 1.0


windows Software Development->Components Libraries Free
View Detail
Download MSN Contact Export 1.0Download MSN Contact Export 1.0
323 KB
MSN Contact Export is a Trillian plugin that can export MSN contact addresses to Outlook Address Book


8

Perl6::Export::Attrs 0.0.3


linux Programming->Libraries Free
View Detail
Download Perl6::Export::Attrs 0.0.3Download Perl6::Export::Attrs 0.0.3
0.005 MB
Perl6::Export::Attrs - the Perl 6 is export(...) trait as a Perl 5 attribute.

SYNOPSIS

package Some::Module;
use Perl6::Export::Attrs;

# Export &foo by default, when explicitly requested,
# or when the :ALL export set is requested...

sub foo :Export(:DEFAULT) {
print "phooo!";
}


# Export &var by default, when explicitly requested,
# or when the :bees, :pubs, or :ALL export set is requested...
# the parens after is export are like the parens of a qw(...)

sub bar :Export(:DEFAULT :bees :pubs) {
print "baaa!";
}


# Export &baz when explicitly requested
# or when the :bees or :ALL export set is requested...

sub baz :Export(:bees) {
print "baassss!";
}


# Always export &qux
# (no matter what else is explicitly or implicitly requested)

sub qux :Export(:MANDATORY) {
print "quuuuuuuuux!";
}


IMPORT {
# This block is called when the module is used (as usual),
# but it is called after any export requests have been handled.
# Those requests will have been stripped from its @_ argument list
}

Implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like.

Its very straightforward:

· If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the :Export attribute.
· If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the :Export(:DEFAULT) attribute.
· If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the :Export(:MANDATORY) attribute.
· If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the attributes argument list.


9

ADO Export 1.0


windows Network Internet->Database Utils $49
View Detail
Download ADO Export 1.0Download ADO Export 1.0
4.23 MB
ADO Export is a powerful tool that can export data contained in compatible ADO - OLE DB - ODBC databases.

Functioning under Windows , ADO Export connects itself to the OLE DB / ODBC Driven Databases, like MS ACCES, ORACL, MS SQL SERVE, FoxPro, and allows Data Export (including System Tables) towards the most current export formats, as towards another data base having a pilot OLE DB.

ADO Export have a Wizard which allows you to finely configure all the export parameters. The export specifications can be stored for a later use.



Limitations:

· Limited export in trial version - 20 records

10

UMMF::Export::Java 1.02


linux Programming->Libraries Free
View Detail
Download UMMF::Export::Java 1.02Download UMMF::Export::Java 1.02
0.67 MB
UMMF::Export::Java is a code generator for JavaTemplate.

SYNOPSIS

use UMMF::Export::Java;

my $exporter = UMMF::Export::Java->new(output => *STDOUT);
my $exporter->export_Model($model);

This package allow UML models to be represented as Java code.


11

Secure Export 2.2


windows Utilities->Misc Encryption Free
View Detail
Download Secure Export 2.2Download Secure Export 2.2
1054 kb
Secure Export allows you to easily encrypt and transmit confidential data to others even if the recipients do not have Secure Export installed. You can send Secure Export s self-extracting files via the Internet, diskette, e-mail, modem, etc. or securely store them for future retrieval. Download the trial version of Secure Export now and enjoy improved security in minutes.

12

DXF Export VCL 5.2.5


windows Software Development->Components Libraries $190
View Detail
Download DXF Export VCL 5.2.5Download DXF Export VCL 5.2.5
0.99 MB
DXF Export VCL is a developer library designed to create proper AutoCAD DXF files easily.

Supported elements:
· Arc
· Bezier
· Circle
· Ellipse
· Hatch
· Line
· MText
· Point
· Polyline
· Rectangle
· Text


DXF Export VCL supports layers, colors, linestyles and other important properties. DXF Export VCL allows programmers to create DXF files as easy as possible.

There are two ways of creating DXF files:
· Direct DXF export when all the elements are created step-by-step employing functions like AddLine/AddArc and so on;
· AutoDXF export using Windows Metafile. All you need here is to draw an image using Windows GDI functions onto DXF Exporters DC or make a metafile and pass it to the DXF Export VCL. DXF Exporter reads the Windows Metafile structure and makes a DXF file automatically.

13

Export iTunes Artwork 1.0


mac Utilities->Automator Actions Workflows Free
View Detail
Download Export iTunes Artwork 1.0Download Export iTunes Artwork 1.0
29 KB
"Export iTunes Artwork" is an Automator action to export each artwork of iTunes songs to image files.

It comes with a few example Automator workflows to export the artwork of the currently playing song and to export one artwork cover for each album your iTunes library.

Before you can use this action, you need to import it into Automator: open the Automator application, select the Import Actions menu in the File menu. In the file dialog that appears, import the Export iTunes Artwork.action file (from the folder where this file is located).

A number of example workflows are included in the Example Artwork Export Workflows folder.



14

FlySpeed Data Export 3.0


windows Software Development->Databases and Networks $95
View Detail
Download FlySpeed Data Export 3.0Download FlySpeed Data Export 3.0
4941K
FlySpeed Data Export is the must-have tool to export your data quickly and easily. The ability to connect to almost any data source, including all the latest versions of database servers and desktop databases, and exporting to the most-popular office formats makes FlySpeed Data Export a really universal data export tool.

Being originally designed for multiprocessor environment, FlySpeed Data Export achieves the highest transfer rates while working at modern multi-core systems. Take advantage of the real multiprocessor data exporting, and get your data exported like a shot!

FlySpeed Data Export is able to save all export parameters to a file, thus allowing you to repeat the export process in a few mouse clicks. The command line tool lets you automate export process.

Has no experience in exporting data from your database to XML, CSV, Excel or some other format? Let the FlySpeed Data Export help you. The most powerful yet simple tool is a few clicks away from you. Download now and get your data exported in seconds!

Key Features:

* Exporting data from MySQL and MS SQL Server via direct connection.
* Exporting data from Oracle, PostgreSQL, Firebird, DB2, Sybase, Informix, dBASE and any other ODBC or OLE DB compatible data source.
* Exporting data to most popular formats: CSV, Text, MS Excel, MS Access, XML and DBF.
* Exporting data from tables, views and custom SQL queries.
* High performance, low memory utilization, optimized for large databases.
* Wide range of configuration options for each data format.
* Command line tool to automate data export process.
* Simple and convenient graphical user interface.

15

FlySpeed Data Export 3.0


windows Software Development->Databases and Networks $95.00
View Detail
Download FlySpeed Data Export 3.0Download FlySpeed Data Export 3.0
4.8 MB
Looking for the easy way to export your data from your database server to CSV, Excel or some other format? FlySpeed Data Export lets you to save data in MS Excel, CSV, XML, DBF, Text and MS Access formats from any OLE DB or ODBC-compatible database. Easy-to-use, high performance, optimized for repeated use. Try the FlySpeed Data Export and get your data exported like a shot!
16

Export Guide 3.0


windows Business Finance->Others $49.95 to buy
View Detail
Download Export Guide 3.0Download Export Guide 3.0
677 KB
Export Guide 3.0 - For companies making initial plans to export, or export to new areas, considerable advice and assistance are available at little or no cost. It is easy, through lack of experience, to overestimate the problems involved in exporting or to get embroiled in difficulties that can be avoided. For these and other good reasons, it is important to get the right information and assistance from the beginning. Many companies begin export activities haphazardly, without carefully screening markets or options for market entry. While these companies may or may not have a measure of success, they may overlook better export opportunities. In the event that early export efforts are unsuccessful because of poor planning, the company may even be misled into abandoning exporting altogether. Formulating an export strategy based on good information and proper assessment increases the chances that the best options will be chosen, that resources will be used effectively, and that efforts will be carried through to completion. Building an export business can take time before a company begins to see a return on its investment of time and money. Our
17

iTunes Playlist Export 1.3.1


linux Multimedia->Audio Free
View Detail
Download iTunes Playlist Export 1.3.1Download iTunes Playlist Export 1.3.1
MB
iTunes Export provides useful features that are not included in the iTunes application. iTunes Export project is open source and freely available for use.

iTunes Export currently provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices.

iTunes Export provides a simple command line application that can be used to generate playlists, a Graphical UI that provides a wizard interface to exporting playlists, or a DLL that can be used by other developers to add the ability to read iTunes Music Library XML files to other applications.

iTunes Export is written using C# on the .NET runtime. It should work on all versions of Windows that support .NET. The iTunesExport command line application also works on Linux using Mono 0.29 or later.


18

Tails Export 0.3.2


windows System->Browser Tweak Free
View Detail
Download Tails Export 0.3.2Download Tails Export 0.3.2
40 KB
Tails Export description
Firefox extension that shows and exports microformats in your Firefox browser Tails Export is an extension for showing and exporting microformats. Currently it supports the following formats:

rn* hCard [export to .vcf file]
rn* hCalendar [export to .ics file]
rn* hReview
rn* xFolk
rn* Rel-license

The statusbar contains a microformat logo that lights up when it detects known microformats. It is grey when it could detect none. rnrnClicking on the logo opens up the sidebar with a list of all microformats on the page.

For hcards and hcalendar microformats these contain an export button.It is now possible, via options, to set which of the above formats you want to detect and/or export.Also some debug options have been added so you can see the HTML, and in case of export, the exported content.

Requirements:

· Firefox: 1.5 2.0.0.*

19

2D DXF Export .NET 4


windows Software Development->Components Libraries $190.00
View Detail
Download 2D DXF Export .NET 4Download 2D DXF Export .NET 4
113 KB
Developer library for easy creating proper AutoCAD DXF files C# source code available. Demos in C#, VB.NET Supported elements: Arc Bezier Circle Ellipse Hatch Line MText Point Polyline Rectangle Text DXF Export .NET supports layers, colors, linestyles and other important properties. DXF Export .NET allows programmers to create DXF files as easy as possible. There are two ways of creating DXF: - Direct DXF export when
20

DXF Export .NET 1.0


windows Software Development->Misc Programming Tools $190
View Detail
Download DXF Export .NET 1.0Download DXF Export .NET 1.0
189 KB
DXF Export .NET is a developer library designed to help you create proper AutoCAD DXF files. DXF Export .NET is compatible with C# / VB.NET / J#.

Supported elements:
· Arc;
· Bezier;
· Circle;
· Ellipse;
· Hatch;
· Line;
· MText;
· Point;
· Polyline;
· Rectangle;
· Text;


DXF Export.NET supports layers, colors, linestyles and other important properties.
DXF Export.NET allows programmers to create DXF files as easy as possible.

There are two ways of creating DXF files:
· Direct DXF export when all the elements created step-by-step by functions like AddLine/AddArc and so on;
· AutoDXF export using GDI+ Metafile. All you need here is to draw image using Windows GDI+ functions onto DXF Exporters DC or by creating a metafile and pass it to the Exporter. DXF Exporter reads the GDI+ Metafile structure and makes a DXF file automatically.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search