Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to combine a folder of csvs into one single csv. I would like to parallelize the execution however when I enable it, it appends to the one single csv as soon as it reads it. So one line on the new csv will contain many rows of the other files. The parallelize doesnt wait for the other components to finish writing. Is there a way to speed this process up with out the rows becoming corrupted?