-
-
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
Error while loading dataset #26
Comments
Well that's not what we want! Seems like this is just a case of a typo sneaking in, if you try |
For that part now is ok, but still get some error. I defined the dataset as follows (named data_config_version = 0
uuid = "511c205b-ffc2-4505-9059-9bdea508edc8"
name = "machines"
plugins = ["store", "defaults", "memorise"]
[[machines]]
uuid = "9ebdc0ee-f448-4158-92fc-b5faa0205687"
description = "machine db"
[[machines.storage]]
driver = "filesystem"
path = "~/cdc-files/db_machines.csv"
type = "DataToolkitBase.FilePath"
[[machines.loader]]
driver = "csv" But when I try to read it, I get the following error.
|
Hmmm, that's a funky one. Say, do you have an account on the Julia Zulip/Slack where we could chat more? I might be able to better help figure these out over IMs. |
So, the issue in the latest comment here was that type = "DataToolkitBase.FilePath" meant that it could only provide a At any rate, I'm soon to make a bunch of changes around this, hopefully they'll help. |
On version 0.9.0 I get the following error on a fresh installation and new data collection, while reading a CSV dataset.
mydataset
is a CSV file.Result:
The text was updated successfully, but these errors were encountered: