-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support simple implementation of excel files in tabular module #204
Comments
@blcham I don't quite understand, there will be both parameters "delimiter" and "source-resource-format"? Or there will be only "source-resource-format" and later in the module it should be checked if the actual paraemeter is consistent with format? |
if you choose tab-separated-values mime type, it should make by default delimiter "tab" and escaping should be set by default acording to specification as well ... if you override delimiter i would throw exception as it is not tab-separated-values anymore .. |
we should always know what specification we refer to and if we set it up, we should be compliant with it or throw exception. Within the exception there should be link to the specification we used. |
Also it should be valid to not set mime-type and assume it is plain text with delimiters and quote-ing set explicitely. |
links to standards: |
This ticket is simplification of ticket #201 where we want to support extraction of one sheet only and does not support merged cells (#215).
After this ticket is done we will extend the implementation to achieve #201.
A/C:
The text was updated successfully, but these errors were encountered: