-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from qkerby/riah-cdm5.1.0-csv
Add support for 5.1.0 CDM in Rabbit in a Hat
- Loading branch information
Showing
25 changed files
with
1,153 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib/ojdbc5.jar"/> | ||
<classpathentry kind="lib" path="lib/ojdbc6.jar"/> | ||
<classpathentry kind="lib" path="lib/sqljdbc4.jar"/> | ||
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-excelant-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-ooxml-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/stax-api-1.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/xmlbeans-2.3.0.jar"/> | ||
<classpathentry kind="lib" path="lib/jtds-1.3.1-v20140512.jar"/> | ||
<classpathentry kind="lib" path="lib/json-io-3.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-csv-1.1.jar"/> | ||
<classpathentry kind="lib" path="lib/postgresql-9.4-1201.jdbc4.jar"/> | ||
<classpathentry kind="lib" path="lib/postgresql-9.4-1201.jdbc41.jar"/> | ||
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.37-bin.jar"/> | ||
<classpathentry kind="lib" path="lib/ucanaccess-3.0.3.1.jar"/> | ||
<classpathentry kind="lib" path="lib/hsqldb-2.2.5.jar"/> | ||
<classpathentry kind="lib" path="lib/jackcess-2.1.3.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-lang-2.0.jar"/> | ||
<classpathentry kind="lib" path="lib/RedshiftJDBC4-1.1.10.1010.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib/sqljdbc4.jar"/> | ||
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-excelant-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-ooxml-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.9-20121203.jar"/> | ||
<classpathentry kind="lib" path="lib/stax-api-1.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/xmlbeans-2.3.0.jar"/> | ||
<classpathentry kind="lib" path="lib/json-io-3.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-csv-1.1.jar"/> | ||
<classpathentry kind="lib" path="lib/postgresql-9.4-1201.jdbc4.jar"/> | ||
<classpathentry kind="lib" path="lib/postgresql-9.4-1201.jdbc41.jar"/> | ||
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.37-bin.jar"/> | ||
<classpathentry kind="lib" path="lib/ucanaccess-3.0.3.1.jar"/> | ||
<classpathentry kind="lib" path="lib/hsqldb-2.2.5.jar"/> | ||
<classpathentry kind="lib" path="lib/jackcess-2.1.3.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-lang-2.0.jar"/> | ||
<classpathentry kind="lib" path="lib/RedshiftJDBC4-1.1.10.1010.jar"/> | ||
<classpathentry kind="lib" path="lib/ojdbc7.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
WORKING_FOLDER = /users/joe # Path to the folder where all output will be written | ||
DATA_TYPE = PostgreSQL # "Delimited text files", "MySQL", "Oracle", "SQL Server", "PostgreSQL", "MS Access", or "Redshift" | ||
SERVER_LOCATION = 127.0.0.1/data_base_name # Name or address of the server. For Postgres, add the database name | ||
USER_NAME = joe # User name for the database | ||
PASSWORD = supersecret # Password for the database | ||
DATABASE_NAME = schema_name # Name of the data schema used | ||
DELIMITER = , # The delimiter that separates values | ||
TABLES_TO_SCAN = * # Comma-delimited list of table names to scan. Use "*" (asterix) to include all tables in the database | ||
SCAN_FIELD_VALUES = yes # Include a frequency count of field values in the scan report? "yes" or "no" | ||
MIN_CELL_COUNT = 5 # Minimum frequency for a field value to be included in the report | ||
MAX_DISTINCT_VALUES = 1000 # Maximum number of distinct values per field to be reported | ||
ROWS_PER_TABLE = 100000 # Maximum number of rows per table to be scanned for field values |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.