DLIS Dataset
martinusbhimaa
Dataiku DSS Core Designer, Registered Posts: 2 ✭
I am trying to upload dataset with .dlis format. This format is Digital Log Interchange Standard (DLIS) files which are structured binary files that contain data tables for well information and well logging data.
By this explanation, can I upload this dataset with the binary format in dataiku? Because I am still unable to call type of data into my external library as seen in screenshot
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @martinusbhimaa
,For binary files you should be using Dataiku Folder and read from the file from the folder instead of trying to read it as dataset.
You can find a few example here :
https://knowledge.dataiku.com/latest/code/managed-folders/concept-managed-folders.html#folders-dataiku-api
Thanks,