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
tcommon-studio-se/org.talend.repository.view.example/components/tExampleComponent/tExampleComponent_messages_en.properties
sgandon b1f0514b99 add a component to repo example
git-svn-id: http://talendforge.org/svn/tos/trunk@96049 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-12-27 11:10:36 +00:00

35 lines
1.1 KiB
INI

CSV_OPTION.NAME=CSV options
ENCODING.NAME=Encoding
ESCAPE_CHAR.NAME=Escape char
FIELDSEPARATOR.NAME=Field Separator
FILENAME.NAME=File name/Stream
FOOTER.NAME=Footer
HEADER.NAME=Header
HELP=org.talend.help.tFileInputDelimited
LIMIT.NAME=Limit
LONG_NAME=Reads a file row by row with simple separated fields
NB_LINE.NAME=Number of lines
NB_RANDOM.NAME=Number of lines
RANDOM.NAME=Extract lines at random
REMOVE_EMPTY_ROW.NAME=Skip empty rows
ROWSEPARATOR.NAME=Row Separator
SCHEMA.NAME=Schema
TEXT_ENCLOSURE.NAME=Text enclosure
TRIMALL.NAME=Trim all columns
TRIMSELECT.ITEM.TRIM=Trim
TRIMSELECT.NAME=Check column to trim
DIE_ON_ERROR.NAME=Die on error
REJECT.LINK=Reject
REJECT.MENU=Reject
CHECK_FIELDS_NUM.NAME=Check each row structure against schema
ADVANCED_SEPARATOR.NAME=Advanced separator (for numbers)
DECIMAL_SEPARATOR.NAME=Decimal separator
THOUSANDS_SEPARATOR.NAME=Thousands separator
SPLITRECORD.NAME=Split row before field
UNCOMPRESS.NAME=Uncompress as zip file
CHECK_DATE.NAME=Check date
CSVROWSEPARATOR.NAME=CSV Row Separator
CSVROWSEPARATOR.ITEM.LF=LF(\"\\n\")
CSVROWSEPARATOR.ITEM.CR=CR(\"\\r\")
CSVROWSEPARATOR.ITEM.CRLF=CRLF(\"\\r\\n\")