Export only display columns from dataset
majadhav
Registered Posts: 3 ✭
Hi,
While exporting dataset, it's downloading all the column by default. I need only displayed columns to download. Please help me with this.
Answers
-
LouisDHulst Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Neuron, Registered, Neuron 2023 Posts: 54 Neuron
Hi @majadhav
,As far as I'm aware Export will always download the full dataset. You could use a Prepare recipe with the "Delete/Keep columns by name" processor to get the data into the format you want, and then export the output of the recipe.