How to export File with Timestamp to HDFS managed Folder

SuhasChinku
Registered Posts: 5 ✭✭✭✭
Hi Team,
Can you help me with how to export a dataset to a managed folder. The file name should get appended with timestamp.
Example:
Dataset : FINAL_OUTPUT
Folder : Output_folder
Date: 08Sep2020
The dataset "FINAL_OUTPUT" should be exported into folder as "FINAL_OUTPUT_*(Date).
Date is dynamic here. Everyday the file should get exported into a folder with that day's date.
Thank you in advance.
Answers
-
Ignacio_Toledo Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 419 Neuron
Hi @SuhasChinku
.What do you want to use to export the file? Would be a python recipe OK for you? or you are thinking in a particular visual recipe?
Cheers!