mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add pipe as supported field separator on CSV import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
31b34a24cc
commit
7a4fa510e9
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="$separatorIndex = 0"><xsl:text> </xsl:text></xsl:when>
|
||||
<xsl:when test="$separatorIndex = 2"><xsl:text>;</xsl:text></xsl:when>
|
||||
<xsl:when test="$separatorIndex = 3"><xsl:text>|</xsl:text></xsl:when>
|
||||
<xsl:otherwise><xsl:text>,</xsl:text></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
|
Loading…
Reference in a new issue