Download List

Projeto Descrição

JDBCImporter provides a consistent mechanism for
importing data from a file to a database, exporting
data from a database to a file, and generating data.
It can run from the command line using an XML config
file or from inside an Ant build script. It works with
CSV, fixed data, and XML files and supports numbers,
strings, and date/times as database column types.
Custom classes can be used to parse different file
formats, format column values into different file
formats, translate column values before importing or
after exporting, or allocate or release JDBC
connections.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-30 05:13
0.69

Esta versão adiciona a capacidade de dados de referência de origem em um arquivo ou banco de dados quando as linhas de geração. Um pavilhão foi acrescentado para finalizar a importação, se ocorrer um erro.
Tags: Minor feature enhancements
This release adds the ability to reference source data in a file or the database when generating rows. A flag has been added to terminate the import if an error occurs.

2005-06-06 05:27
0.67

Esta versão inclui uma correção para as seqüências de forma que contenham espaços em branco são tratados com respeito à análise dos números e datas. Vários novos recursos foram adicionados: a capacidade de especificar um arquivo de instruções SQL que são executadas antes ou após a importação, a capacidade de especificar um mecanismo de exportação personalizado por entidade, ea opção de guarnição branco antes e depois de um valor de coluna (antes é passado para o mecanismo de importação).
Tags: Minor feature enhancements
This release includes a fix for the way strings containing whitespace are handled with respect to parsing numbers and dates. Several new features were added: the ability to specify a file of SQL statements that are executed before or after the import, the ability to specify a custom export engine per entity, and the option to trim whitespace before and after a column value (before it is passed to the import engine).

2005-03-01 03:32
0.65

Esta versão inclui uma correção para Delimiter Formatters, mais opções para a análise de arquivos CSV, e uma opção para especificar um mecanismo de importação por entidade que está sendo importado.
Tags: Minor feature enhancements
This release includes a fix for Delimiter Formatters, more options for the parsing of CSV files, and an option to specify an Import Engine per entity being imported.

2005-01-31 15:56
0.64

Esta versão adiciona uma correção para a coluna CSV Delimiter Parser e suporte para binários e inputstreams a ser importados ou exportados a partir do banco de dados.
Tags: Minor feature enhancements
This release adds a fix for the CSV Column Delimiter Parser and support
for binary and inputstreams to be imported/exported from the database.

2004-12-08 11:34
0.63

Esta versão movida a definição tradutor coluna em uma tag "tradutor" dentro da tag 'coluna' e propriedades autorizadas a ser definido no tradutor coluna. A velha maneira de especificar o tradutor coluna ainda está disponível. Todos os tradutores coluna, geradores de coluna, analisadores delimitador, formatadores delimitador, e as definições de ligação têm prefixos padrão.
Tags: Minor feature enhancements
This release moved the column translator definition into a 'translator' tag inside the 'column' tag and allowed properties to be set on the column translator. The old way of specifying the column translator is still available. All of the column translators, column generators, delimiter parsers, delimiter formatters, and connection definitions have default prefixes.

Project Resources