Releases: hermann77/email-parser
Releases · hermann77/email-parser
v0.5.0: New version 0.5.0 with:
CLI options (apache commons cli) added
Usage:
java -jar build/libs/email-parser-all-.jar
-a,--attribute attribute name where the email addresses are saved
-d,--dbname database name where the email addresses are saved
-i,--input input file path
-p,--port database port
-t,--table database table name where the email addresses are
saved
v0.4.0: DB table name and attribute can be specified on command line:
DB table name and attribute can be specified on command line:
java -jar build/libs/email-parser-all-<VERSION>.jar <emails_folder_file> <DATABASE_NAME> <TABLE_NAME> <ATTRIBUTE_NAME> <DB_PORT>
DELETE FROM table
DELETE SQL works now.
Avoid Oracle's problem to not support createArrayOf('VARCHAR', array) with 'DELETE FROM ...... WHERE NOT IN(?)'