Hi guys,
I am having the following problem: I have a program that generates a file of +500.000 registers (with a lot of info ecah) to the server. I have splitted the program in multiple jobs to make it performant, but the problem is that I have now multiple files (one per job), and I would need only 1 (with al registers).
How can I do, or what can I programm, to merge all the generated files into one single file? Also I cannot process per job more than 9000 entries, beacuse a dump occurs (selection is to large), so the quantities of files is difficult to manage manually.
Did you have this problem before?
Many thanks in advance!!1
LUCAS