Copy of File in GDE

How we can make N number (say 50) copies of a file in GDE without using replicate?

Showing Answers 1 - 15 of 15 Answers

Gopinath

  • Sep 23rd, 2016
 

Using Broadcast

  Was this answer useful?  Yes

phani

  • Oct 20th, 2016
 

Give count in reformat as 50 and do transformation as in.*:: out.*

  Was this answer useful?  Yes

vamsi

  • Jan 13th, 2017
 

In reformat we cant increase count value >20, default count value is (1 to 20)

  Was this answer useful?  Yes

Shabnam

  • Jan 18th, 2017
 

We can use Normalise component with the length value=50.

  Was this answer useful?  Yes

This is a strange requirement as in ideal world no-body wants duplicated data in their server. To answer the question I can suggest below two solutions :
1) In the end of the graph call a Run_program which has simple shell script to make copies of the file
2) Create a plan which calls a graph (a) and then a loop component which calls another graph in loop(b).
a) This be your graph which creates one output file sat single.dat
b) This graph will have the input files as single.dat and output files as out_${num}.dat. The num parameter will come from loop of the plan task

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions