Reputation: 2143
When I have multiple write to CSV processes and they all append to the same file, how do I arrange the order? Also, does the append lead to the new text added to the beginning of the file or the end?
Thanks!
Upvotes: 0
Views: 170
Reputation: 130
You can see what order your operators will be executed in by going to:
Process->Operator Execution Order->Show Execution Order
You can reorder them by going to:
Process->Operator Execution Order->? Order Execution
The appended text will be added to the end of the file.
Upvotes: 1