Author |
Message
|
arunkumar1989 |
Posted: Tue Nov 18, 2014 8:57 pm Post subject: Read all the files from a Directory and Merge as Single File |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Hi All,
As per my requirement , A flow need to call at particular time and read all files from a Directory and merge it as single file.
I have done the timer part , The flow calling at particular time, now the thing is that need to read all files from directory and merge it as single,
Can any one give idea for this.
Thanks,
Arun _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Nov 19, 2014 4:16 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
Can any one give idea for this |
Yes - but we prefer you to do some reading first. We simply do not have the time to provide training on this site.
Try a few ideas, use Google to resolve initial problems, and come back with a specific question if you get stuck. Make sure that your next post includes full details of what you tried, and what happened. _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too. |
|
Back to top |
|
 |
McueMart |
Posted: Wed Nov 19, 2014 4:18 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
Sounds like the kind of job which could be done in a few lines in a JCN. Heck, if your requirement is really that simple, I bet a few lines on bash running on a cron job could do it!
Im sure you could also do it using FileRead nodes / ESQL but would likely be more effort. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 19, 2014 5:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
McueMart wrote: |
Heck, if your requirement is really that simple, I bet a few lines on bash running on a cron job could do it! |
If all you want to do is hit a nail into a piece of wood, a simple hammer will do. You don't need an expensive power driver even though it works. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
arunkumar1989 |
Posted: Sun Nov 23, 2014 11:10 pm Post subject: |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Thanks vitor,McueMart,kimbert for your replies.
I have done with two flows like one is invoker another one will do the process with help of Timenotification and File Read nodes.
Thanks All,
by
Arun _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 24, 2014 5:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
arunkumar1989 wrote: |
I have done with two flows like one is invoker another one will do the process with help of Timenotification and File Read nodes. |
That's a big, expensive power driver you have there.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|