Bug #1358
openHow to handle multiple repeated delimiters
0%
Description
Peru has pointed out that there is apparently no place in eml to save the
'Multiple repeated delimiter' information collected by the TextImportWizard.
Most probably use - multiple 'spaces'.
One possible solution: just replace the multiple delimiters with a single one
when the data file is saved. ???
Dan Higgins
Updated by Dan Higgins over 20 years ago
problem will be fixed when a new eml update includes information of this type.
Updated by Dan Higgins over 20 years ago
for eml2.0.0 added 'additionalMetadata' tag with 'describes' pointed to a
physical' id of the table and a tag (<consecutiveDelimiters>) with boolean
'true' if we are to ignore consecutive delimiters.
The method do look for this information in in the EML200DataPackage class
(virtual in AbstractDataPackage) so we can change easily for updated emls that
have a tag elsewhere.