-
Notifications
You must be signed in to change notification settings - Fork 499
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
as an end user, I'd like to upload a non-tabular file with a "tabular" file extension #7533
Comments
Hi! We also encountered a similar use case, in which the user wished to upload a CSV file containing a numeric square matrix (representing a signal intensity in region-of-interests over an image), and not tabular data. |
In #7386 an Excel file didn't have a header and in the end the user added one. |
I think this also ties to #8096 - if the warning about ingest failure isn't so dire, it's less important to stop it from happening and/or to be able to 'uningest' to fully remove the messages. |
At the risk of duplicating #2199 but with a different use case:
Odum has a user who was unable to upload an Excel workbook since it wasn't tabular data and therefore failed ingest.
In #2199 @djbrooke responded: "I think we don't want to provide a feature to opt out of this, as ingest provides the data in multiple formats for easier data sharing and additionally provides a more preservation-friendly format. These are some of the core functionalities of the platform. There is an option to "uningest" via an API"
Our temporary solution was to have the user upload with a .txt file extension, but given the "reingest" API I think disallowing ingest may address end users facing ingest failures in general?
The text was updated successfully, but these errors were encountered: