Bug #1529
no tag to specify how to handle mutltiple, repeated delimiters
0%
Description
There is nothing in eml to say whether multiple repeated delimiters should be
treated as a single delimited. An example is when a space delimiter is used;
often there may be several repeated spaces that should be treated a a single
delimiter, but not always. Need a boolean to say whether sequential delimiters
should be treated as a single delimiter or not.
In Morpho 1.5 this information was placed in addedMetadata.
History
#1 Updated by Saurabh Garg about 18 years ago
Added an optional 'consecutiveDelimitersAreSingle' field in eml-
physical/dataFormat/textFormat/simpleDelimited. The valid values are yes or no.
Also added to eml-physical/dataFormat/textFormat/complex/textDelimited
#2 Updated by Matt Jones about 18 years ago
Changed name of the filed to 'collapseDelimiters' and updated documentation.
Valid values are still yes or no.
#3 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 1529