Split dataset records into half
- Inscrever-se no RSS Feed
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico do usuário atual
- Marcar como favorito
- Inscrever-se
- Emudecer
- Versão para impressão
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
hi
how can split the dataset records into half and load it in two different destination (without use the total number of records)
Solucionado! Ir para Solução.
- Rótulos:
- Alteryx Practice
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
Hi @Khaled_Eid
One way to do is with the Sample tool.
Input contains 8 records.
Note: Using the output tool, you can save the output to new destination.
Many thanks
Shanker V
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
Hi @Khaled_Eid
When the input contains 14 records in input, below is the output.
Many thanks
Shanker V
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
I would create a row id per row and then use the mod function to split the file into 2 halfs and then output the data to two destinations (you can add the prefix/suffix to the output table)
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
Okay but how can i get The Second half into another output
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
- Marcar como novo
- Marcar como favorito
- Inscrever-se
- Emudecer
- Inscrever-se no RSS Feed
- Realçar
- Imprimir
- Notificar o moderador
Hi @Khaled_Eid
If in need, the second half should be in same order as input. Then add these 2 tools in additional.
Additional steps if in need,
Additional steps if in need,
Many thanks
Shanker V
