Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Delimiter


  
  Delimiter Summary
Additionally delimiters are used both as separators between individual data fields and as terminators at the end of a data file.
In the simplest form a delimiter is a monomorphic mark to divide a linear data chunk.
Delimiters are commonly used in computer files to separate data values.
www.bookrags.com /Delimiter   (580 words)

  
 Excel : export to a text file with a chosen delimiter - $$$ : commercial products   (Site not responding. Last check: )
The use of a macro is required to be able to export an excel sheet to a file with a chosen delimiter, such as pipe ()
Excel : export to a text file with a chosen delimiter (3280 readers).
Convert your excel sheets to mysql data with xls2mysql (php) (2758 readers).
webxadmin.free.fr /article/excel-export-to-text-file-with-chosen-delimi-127.php   (519 words)

  
 StringTokenizer (icu4j)
The set of delimiters (the codepoints that separate tokens) may be specified either at creation time or on a per-token basis.
A token is thus either one delimiter code point, a maximal sequence of consecutive code points that are delimiters, or a maximal sequence of consecutive code points that are not delimiters.
The tokenizer uses the default delimiter set, which is " \t\n\r\f": the space character, the tab character, the newline character, the carriage-return character, and the form-feed character.
icu.sourceforge.net /apiref/icu4j/com/ibm/icu/util/StringTokenizer.html   (1186 words)

  
 StringTokenizer (Java 2 Platform SE v1.4.2)
The set of delimiters (the characters that separate tokens) may be specified either at creation time or on a per-token basis.
A token is thus either one delimiter character, or a maximal sequence of consecutive characters that are not delimiters.
Each delimiter is returned as a string of length one.
java.sun.com /j2se/1.4.2/docs/api/java/util/StringTokenizer.html   (696 words)

  
 RETS Change Proposal 35: Field Data Encoding
Servers should select a delimiter that does not occur in the field (SystemNames) or field-data (Content) but may not be able to do so if all OCTETS are possible.
For those servers, should the delimiter  OCTET occur in the Content (or SystemName if the delimiter is an ALPHANUM) it needs to be escaped so that it is unambiguously not the delimiter (doubling doesn't work since there may be no Content in a column) and unambiguously not part of the literal content.
Servers MUST not specify a DELIMITER value of 25 when specifiying a decode-type of uri and MUST specify the decode-type of uri if uri escaped encoding was used on the field and field-data.
www.realtor.org /retsorg.nsf/d10f1c79045f1883862570820007fe5c/99cdc3ace441398c8625707b000fd7f8?OpenDocument   (466 words)

  
 SGML Declarations
If this were not true, one would either not be able to use a delimiter or name character (if there were no bit combination in the document character set) or it could lead to a very confusing syntax (if multiple bit combinations mapped to a single character).
Short reference delimiters defining the character strings that are available for use in short reference maps for mapping these strings to entity references.
There is one general rule about the recognition of delimiters that is especially important in short reference string definition: when one delimiter is longer than another but is equal for the length of the shorter delimiter, the longer delimiter will be recognized if it is matched.
www.oasis-open.org /cover/wlw14.html   (3880 words)

  
 Component and widget descriptions and settings
The number 12 is the leading token, the period is the delimiter, and "Exit" is the description.
For any character to be recognized as a column delimiter of a visual table, the character must be in the same column of each row in the selected region of the host screen.
Assuming that a space is the column delimiter, and column 12 is assumed to identify a column, a space must be in column 12 of each row beginning at row 10 and continuing through and including row 20.
www-306.ibm.com /software/webservers/hats/library/infocenter/productdir/dgcwset.htm   (4629 words)

  
 Delimiter Type
You must specify the delimiter type used in your attribute sheet using the Delimiter Type text box.
If the delimiter type has not been change manually, and the file specified in the Attribute Sheet Location text box has the extension.xls, DocLoader will automatically display N/A Spreadsheet in the Delimiter Type text box.
Ensure that the delimiter you select is the correct one for your attribute sheet.
www.mclarensoftware.com /_dl51_docu/help/Delimiter_Type.htm   (134 words)

  
 dlmread :: Functions (MATLAB Function Reference)   (Site not responding. Last check: )
The delimiter separating data elements is inferred from the formatting of the file.
Note When a delimiter is inferred from the formatting of the file, consecutive whitespaces are treated as a single delimiter.
Embedded white-space in a complex number is invalid and is regarded as a field delimiter.
www.mathworks.com /access/helpdesk/help/techdoc/ref/dlmread.html   (508 words)

  
 Changing the Delimiter in Log and List Files
This example demonstrates how to use NetMailBot's -delimiter parameter to alter the character(s) used to delimit email addresses logged in good, bad, and suspect email logs (recall that these are generated with the -loggoodemail, -logbademail, and -logsuspectemail parameters, respectively).
This can be useful if you need to use a different delimiter than the default, which is a space.
Therefore, using -delimiter makes it a requirement that the same delimiter be used both in generated good / bad / suspect log files and multiple-recipient list files (for -tolist, -cclist, and -bcclist).
www.exclamationsoft.com /exclamationsoft/netmailbot/help/website/ChangingTheDelimiterCharacterInLogFiles.html   (535 words)

  
 PHP Bugs: #20169: implode() clobbers first argument
In some cases, it's actually possible to print_r() the clobbered delimiter (and see random garbage, but no crash), but it will crash when you concatenate the clobbered string with another string.
/* return a "duplicate" delimiter string */ function dup ($string) { /* generate a copy of the delimiter string using by * concatenating the individual characters one at a * time.
delimiter: Segmentation fault Backtrace: #0 0x0811a635 in shutdown_memory_manager (silent=0, clean_cache=0) at /home/kims/php4/Zend/zend_alloc.c:461 461 REMOVE_POINTER_FROM_LIST(ptr); (gdb) bt #0 0x0811a635 in shutdown_memory_manager (silent=0, clean_cache=0) at /home/kims/php4/Zend/zend_alloc.c:461 #1 0x081046d8 in php_request_shutdown (dummy=0x0) at /home/kims/php4/main/main.c:920 #2 0x0813cf64 in main (argc=2, argv=0xbffffa84) at /home/kims/php4/sapi/cgi/cgi_main.c:1184
bugs.php.net /20169   (409 words)

  
 CMSC 311 - Project #0
Yes, basically, it should not be considered as a delimiter.
Thus, \a is not a valid substring, unless "a" is a delimiter.
Unfortunately, using space (blank, not TAB or newlines) as a delimiter has to be handled differently.
www.cs.umd.edu /class/fall2002/cmsc311-0101/Proj/P0/proj0.faq2.html   (899 words)

  
 DELIMITER data field delimiters
It is often convenient to organize your data with delimiters, such as commas, semi-colons or spaces, rather than in fixed column positions.
When decoding delimited values, leading and trailing blanks, and leading and trailing quotation marks, " " and ' ' in each value field are ignored.
DELIMITER = ";" ; the field delimiters are semi-colons
www.winsteps.com /winman/delimiter.htm   (364 words)

  
 Using and Creating GoLive Text Macros > Creating New Macros   (Site not responding. Last check: )
You can use any character for your delimiter as long as the character is not contained in the macro itself and the beginning and end characters are identical.
It's OK to use different delimiter characters in a single macro file as long as individual macro definitions use the same characters.
The selection delimiter is useful for highlighting portions of text the macro has entered.
www.informit.com /articles/article.asp?p=29596&seqNum=5   (533 words)

  
 Delimiter   (Site not responding. Last check: )
This tag specifies whether or not to use single quotation marks (' ') as a delimiter to separate the fields in the log file.
A delimiter is used to separate the fields in the log file.
The use of the pound sign (#) as a delimiter is not recommended, since # is used as the comment tag in the Logger.xml file.
www.adobe.com /livedocs/fms/2/docs/00000333.html   (87 words)

  
 JDBC Importer
The Delimiter Parser is used during the import for two functions: splitting the file into multiple rows that will be imported (the getNextRow() method) and splitting each row into multiple columns (the getValues() method).
The delimiter parser definition begins with the '' tag and contains the information needed to parse the input file into a set of rows that will be imported into the table.In this tutorial, you will be using the custom Delimiter Parser 'Fixed Delimiter Parser'.
Since you are using the custom Delimiter Parser (Fixed Delimiter Parser), you will have to create a property file with one entry that maps the identifier to the full name of the class that implements the DelimiterParser interface.
jdbcimporter.sourceforge.net /importer/tutorial3.html   (1968 words)

  
 find-delimiter
This command shows the left parenthesis, square bracket, brace, or similar delimiter in a balanced expression.
Note that the cursor must appear after a right delimiter, not on it, to show the match for that delimiter.
You may change the length of time that this command pauses at the left delimiter by setting the variables near-pause and far-pause.
www.lugaru.com /man/find-delimiter.html   (148 words)

  
 StrTokenizer (Lang 2.3 API)
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
These characters are trimmed off on each side of the delimiter until the token or quote is found.
jakarta.apache.org /commons/lang/api-release/org/apache/commons/lang/text/StrTokenizer.html   (1931 words)

  
 Listing Keys Hierarchically using Prefix and Delimiter
Prefix limits results to only those keys that begin with the specified prefix, and Delimiter causes list to roll-up all keys that share a common prefix into a single summary list result.
The purpose of the prefix and delimiter parameters is to allow you to organize, and then browse, your keys hierarchically.
A list request with a delimiter lets you browse your hierarchy at just one level, skipping over and summarizing the (possibly millions of) keys nested at deeper levels.
docs.amazonwebservices.com /AmazonS3/2006-03-01/ListingKeysHierarchy.html   (261 words)

  
 Scanner (Java Platform SE 6)
The default whitespace delimiter used by a scanner is as recognized by
method will reset the value of the scanner's delimiter to the default whitespace delimiter regardless of whether it was previously changed.
These methods will attempt to match the specified pattern with no regard to delimiters in the input and thus can be used in special circumstances where delimiters are not relevant.
java.sun.com /javase/6/docs/api/java/util/Scanner.html   (4689 words)

  
 Bug ID: 4080058 Annoying multiple delimiter issue.
Since it is a call to the delimiter skip routine that is causing the problem, another constructor with a boolean true/false for skipping both the pre/post call delimiters when they cahnge would be nice..
The other bug, which makes this visible, is that when delimiters are switched, the old delimiter string is not removed from the front of the token.
I want to use the tokenizer but the order in which the delimiters are given is important.
bugs.sun.com /bugdatabase/view_bug.do?bug_id=4080058   (466 words)

  
 Matching - Untitled   (Site not responding. Last check: )
Whenever you type a self-inserting character that is a closing delimiter, the cursor moves momentarily to the location of the matching opening delimiter, provided that is on the screen.
says how many seconds to leave the cursor on the matching opening delimiter, before bringing it back to the real location of point; the default is 1, but on some systems it is useful to specify a fraction of a second.
Whenever point is after a closing delimiter, that delimiter and its matching opening delimiter are both highlighted; otherwise, if point is before an opening delimiter, the matching closing delimiter is highlighted.
www.gnu.org /software/emacs/manual/html_node/Matching.html#Matching   (275 words)

  
 Indentation as a block delimiter
This is a transcript of a discussion of the merits and demerits of using indentation to recognize block structure rather than delimiters such as begin/end or {}.
Problems arising from mismatches of visual blocking and delimiter blocking simply don't happen very often and are usually no more than an annoyance when they do occur.
However it is true that putting in the delimiters is a engrained habit and that it takes a period of adjustment to be comfortable at doing without.
home.tiac.net /~cri/2001/indentation.html   (3110 words)

  
 InputMsg
Whenever an input message is received, the NoOfFields property holds the number of fields based on the current setting of Delimiter.
If the Delimiter property is set to an empty string, Field(1) is identical to InputMsg.
Setting a Delimiter value at runtime will cause the control to actualize the NoOfFields property for the current InputMsg value with regard to the new delimiter.
www.unitec.ch /ucmman/properties/pdelimiter.htm   (172 words)

  
 ANI/DNIS Delimiter for CAS Calls on CT1
This document introduces the automatic number identifier/dialed number identification service (ANI/DNIS) delimiter for channel associated signaling (CAS) calls on channelized T1 (CT1) for the Cisco AS5300 and Cisco AS5800 universal access servers.
For this feature to work, a CAS signaling class with the template to process ANI/DNIS delimiters has to be defined.
The signaling class which specifies the template that processes the ANI/DNIS delimiter.
www.cisco.com /univercd/cc/td/doc/product/software/ios121/121newft/121t/121t1/anidnis.htm   (1098 words)

  
 MatchIt
When found, the right delimiter is highlighted as the current selection, but when not found, the left delimiter remains the current selection.
Note that only left delimiters defined in the table for C are allowed as the selection.
It matches the delimiter in the same manner as in the previous example but ignores all errors.
developer.apple.com /tools/Mpw-tools/commandref/matchit.html   (774 words)

  
 Problems with delimiter tag / General / Forum
You need to be logged in to post messages in the forums.
If I move the delimiter outside the inner section tag then it works but I get two dividers where the omitted item would have been.
It would cut down on extraneous markup as well as solve this problem if you could drop the separate delimiter.
ez.no /community/forum/general/problems_with_delimiter_tag   (372 words)

  
 Delimiter Issue - Webyog Forums
there is NO STANDARD for the DELIMITER syntax at all! The DELIMITER statement is NOT an SQL statement and it is not sent to the server! It is implemented in the client only.
The purpose of the DELIMITER statement is that is shall be possible to distinguish whether a ';' (semicolon) seperates SQL-statements or not.
I understand that DELIMITER is not a server side command, in fact, hopefully we won't need it soon in MySQL at all, as the parser should get smart enough to not need it.
www.webyog.com /forums/index.php?showtopic=2341   (557 words)

  
 Delimiter
A delimiter is one or more characters that separates text strings.
Common delimiters are commas (,), semicolon (;), quotes (", '), braces ({}), pipes(), or slashes (/ \).
When a program stores a lot of data it may use a delimiter to separate each of the data values.
www.computerhope.com /jargon/d/delimite.htm   (105 words)

  
 Clickteam: Good string parser delimiter ?
If you create the string yourself, you may use this delimiter and avoid the ";".
If there aren't any semicolons in the strings you want to delimit, yes.
If this delimiter is used in strings with player-input, then ";" might be used...
www.clickteam.com /epicenter/ubbthreads.php?ubb=showflat&Number=23015   (221 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.