This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tdi-studio-se/main/plugins/org.talend.designer.components.localprovider/components/tPostgresqlBulkExec/tPostgresqlBulkExec_messages.properties

61 lines
1.9 KiB
Properties

#Created by JInto - www.guh-software.de
#Mon Mar 19 15:11:39 CST 2007
STDIN.NAME=Input comes from the client application
HEADER.NAME=Contains a header line with the names of each column in the file
OIDS.NAME=Copy the OID for each row
FORCENOTNULL.NAME=Force not null for columns
FORCENOTNULL.ITEM.FORCENOTNULL=Force not null
NULLSTRING.NAME=Null String
FILETYPE.NAME=File Type
FILETYPE.ITEM.BINARYFILE=Binary File
FILETYPE.ITEM.CSVFILE=CSV File
FILETYPE.ITEM.TXTFILE=Text File
DBD-ODBC.INFO=Required for ODBC-like connection
DBD-Oracle.INFO=Required for Oracle
DBD-Pg.INFO=Required for PostgreSQL
DBD-mysql.INFO=Required for MySQL
DBNAME.NAME=Database
ENCODING.NAME=Encoding
FIELDS_TERMINATED_BY.NAME=Fields terminated by
FILENAME.NAME=Filename
HELP=org.talend.help.tPostgresqlBulkExec
HOST.NAME=Host
LONG_NAME=Loads efficiently data from a file
NB_LINE.NAME=Number of line
NULL_CHAR.NAME=Null Char
PASS.NAME=Password
PORT.NAME=Port
SQL_SYNTAX.NAME=Sql Syntax
STRING_QUOTE.NAME=String Quote
TABLE.NAME=Table
USER.NAME=Username
SCHEMA_DB.NAME=Schema
ESCAPE_CHAR.NAME=Escape char
TEXT_ENCLOSURE.NAME=Text enclosure
CSV_OPTION.NAME=CSV options
DELIMITER.NAME=Delimiter
STANDARD_CONFORMING_STRING.NAME=Use standard_conforming_string ON
TABLE_ACTION.NAME=Action on table
TABLE_ACTION.ITEM.CLEAR=Clear table
TABLE_ACTION.ITEM.TRUNCATE=Truncate table
TABLE_ACTION.ITEM.CREATE=Create table
TABLE_ACTION.ITEM.CREATE_IF_NOT_EXISTS=Create table if not exists
TABLE_ACTION.ITEM.DROP_IF_EXISTS_AND_CREATE=Drop table if exists and create
TABLE_ACTION.ITEM.DROP_CREATE=Drop and create table
TABLE_ACTION.ITEM.NONE=None
DATA_ACTION.NAME=Action on data
DATA_ACTION.ITEM.INSERT=Bulk insert
DATA_ACTION.ITEM.UPDATE=Bulk update
USE_EXISTING_CONNECTION.NAME=Use an existing connection
PROPERTY.NAME=Property Type
MAPPING.NAME=Mapping
SCHEMA.NAME=Schema
NOTE.NAME=Note
CONNECTION.NAME=Component List
DB_VERSION.NAME=DB Version
DB_VERSION.ITEM.PRIOR_TO_V9=Prior to v9
DB_VERSION.ITEM.V9_X=v9.X