Kevin Zhao
Kevin Zhao

Reputation: 2143

RapidMiner append to file

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

Answers (1)

tcoop
tcoop

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

Related Questions