EDIorg / EMLassemblyline

R package for creating EML metadata
https://ediorg.github.io/EMLassemblyline/
MIT License
28 stars 13 forks source link

Field Delimeter set as interpreted tabulation instead of "\t" #84

Closed earnaud closed 3 years ago

earnaud commented 3 years ago

Hi !

We are having an issue in this EML file : https://data.test.pndb.fr/view/urn%3Auuid%3A26dc56c6-0f9f-48e1-aeec-a5ba94825386 . A fieldDelimeter(see attached picture). It happens that EDIutils::detect_delimeter() correctly detected the tabulation, but wrote an actual tabulation instead of \t in the EML file.

image

earnaud commented 3 years ago

Thanks !