Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 3, 2023 10:25AM
Likes: 0
Replies: 2
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
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.