Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/mcl/parser/HeaderLineParser.java @ 927:d311affc65f0
Stop referring to monetdb.org/bugzilla, point straight to github.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 07 Oct 2024 13:18:07 +0200 (6 months ago) |
parents | e890195256ac |
children | d416e9b6b3d0 |
comparison
equal
deleted
inserted
replaced
926:0ce63f3686fe | 927:d311affc65f0 |
---|---|
142 * Fills an array of Strings containing the values between | 142 * Fills an array of Strings containing the values between |
143 * ',\t' separators. | 143 * ',\t' separators. |
144 * | 144 * |
145 * As of Oct2014-SP1 release MAPI adds double quotes around names when | 145 * As of Oct2014-SP1 release MAPI adds double quotes around names when |
146 * the name contains a comma or a tab or a space or a # or " or \ escape character. | 146 * the name contains a comma or a tab or a space or a # or " or \ escape character. |
147 * See issue: https://www.monetdb.org/bugzilla/show_bug.cgi?id=3616 | 147 * See issue: https://github.com/MonetDB/MonetDB/issues/3616 |
148 * If the parsed name string part has a " as first and last character, | 148 * If the parsed name string part has a " as first and last character, |
149 * we remove those added double quotes here. | 149 * we remove those added double quotes here. |
150 * | 150 * |
151 * @param chrLine a character array holding the input data | 151 * @param chrLine a character array holding the input data |
152 * @param start where the relevant data starts | 152 * @param start where the relevant data starts |