Split single source data file into multiple
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
I have a single zip file of data uploaded and would like to split it into multiple datasets. The 'split' recipe looks like it splits on row values?
Tagged:
Answers
-
Hi David,
Indeed split recipe splits on rows. If you want to create new rows from existing columns and then split, then use a prepare recipe first. In the prepare recipe you will find several processors under the 'Reshaping' section that should be able to help you get your dataset in the desired state before splitting.
I hope this helps!