How to add the partition name to a row
Nick_Pedersen
Registered Posts: 7 ✭
Hi community.
I have a dataset that is partitioned on the sub file name e.g. "2023-04-03.xlsx". But there is no columns in the dataset that relates the individual row to the partition file its coming from. It would make it easier to work with the data in the FLOW, if I could add a column that holds the subfile name. Is there a way to do that?
Operating system used: IOS
Tagged:
Answers
-
Ashley Dataiker, Alpha Tester, Dataiku DSS Core Designer, Registered, Product Ideas Manager Posts: 163 Dataiker
Hi @Nick_Pedersen
,You might try the 'enrich with record context' processor in the Prepare recipe. You should be able to add partition information with it.
Cheers,
Ashley
-
Hi @AshleyW
,I successfully managed to add the partition info. Thank you SO much for your help. Really appreciate it.