Actions
Bug #1529
closedno tag to specify how to handle mutltiple, repeated delimiters
Status:
Resolved
Priority:
Normal
Assignee:
Category:
eml - general bugs
Target version:
Start date:
04/22/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1529
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.
Updated by Saurabh Garg over 20 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
Updated by Matt Jones over 20 years ago
Changed name of the filed to 'collapseDelimiters' and updated documentation.
Valid values are still yes or no.
Actions