PASTAplus / dex

Explore and subset CSV tables using associated EML metadata
Apache License 2.0
3 stars 0 forks source link

Fix handling of CSV files that use something other than comma for colum delimiter #67

Closed rogerdahl closed 7 months ago

rogerdahl commented 1 year ago

E.g., TSV (tab delimited values) do not work, even though the EML contains the correct delimiter in the fieldDelimiter element. Tested with both \t (two characters) and a literal tab (one character, 0x09) in the EML.