How to get spreadsheet cell values as xsd:string (like displayed, ignoring the cell formatting)? #481
Unanswered
sgoetz-brox
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @sgoetz-brox, At the moment the engine automatically maps primitive Java types onto xsd datatypes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When entering these values in an XLSX file (without manually changing the cell formatting; in a locale that uses
,
as decimal separator):I’m getting this output with SPARQL Anything:
Instead, I would like to get everything as string (
xsd:string
), just like it’s displayed in Excel/LibreCalc, i.e.:When changing the formatting of a column to "Text" and entering the values again, I’m getting the desired output. But when converting an existing column, it still seems to convert the two dates into (I suppose) Excel’s own number representation. Anyway, I would like to avoid changing the input file, if possible.
Beta Was this translation helpful? Give feedback.
All reactions