couchbase-sql-importer icon indicating copy to clipboard operation
couchbase-sql-importer copied to clipboard

Couchbase SQL Importer

Results 7 couchbase-sql-importer issues
Sort by recently updated
recently updated
newest added

I have the CouchbaseSqlImporter.jar , mysql-connector-java-5.1.38.jar and import.properties files are on the same dir. property file contains ## SQL Information ## sql.connection=jdbc:mysql://localhost:3307/organization sql.username=root sql.password=password ## Couchbase Information ## cb.uris=http://localhost:5984/hrms-db cb.bucket=default...

On timeout, wait for a while, then resume. On bad SQL line, skip (resume from next line).

getInt occasionally throws errors like "'1.0E10' in column '9' is outside valid range for the datatype INTEGER."

can you please post instructions how to build using either maven or gradle

Hi, the line 249: "getInt" should be replaced by "getLong" for bigint type else if (rsmd.getColumnType(i) == java.sql.Types.BIGINT) { map.put(columnName, rs.getLong(columnName));

It will be good if I can revert back from Couchbase to MySQL (and match) exported to couchbase schemas and data.

Hello, first thanks for your simple app, I tried it in > OS: CentOS7, ojdbc7.jar, Oracle11g, > and, i didnot installed _oracle-client_ on my host but copied necessary files and...