Replies: 1 comment 4 replies
-
|
Hi, I think it might be a resource like this: {
"path": "table.csv",
"dialect": {
"header": false,
"skipInitialSpace": true
},
"schema": {
"fields": [
{
"name": "key",
"type": "string"
},
{
"name": "value",
"type": "string"
}
]
}
}
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, first post here :-)
I would like to package data files generated by diagnostic tools in a semiconductor fab.
The tools generate both tabular data (in CSV format), and meta-data files in a text format as key-value pairs
Obfuscated Example:
I went over the Data Package documentation and have not found ways to document this type of content.
Do you have any suggestions?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions