Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"creating dynamically new excel file"
punitha_c87
Member Posts: 10 Contributor II
Hi,
I need to write the data to excel file in a loop and it should not be overwritten instead it should dynamically create excel files and write into it. please can i have the solution for this.
Thanks in advance.
Thanks and Regards,
C. Punitha
I need to write the data to excel file in a loop and it should not be overwritten instead it should dynamically create excel files and write into it. please can i have the solution for this.
Thanks in advance.
Thanks and Regards,
C. Punitha
Tagged:
0
Answers
so you want to create a new Excel file in each iteration of a loop? Most loop operators supply an iteration macro which you can use to dynamically adjust the file parameter of the Write Excel operator.
Which loop operator are you using?
If this information is not sufficient for you, please post your process setup and a bit more information about your application such that we get a better understanding of your problem.