The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] WriteCSV not creating a new file?
Hello, all;
Currently running 5.2.002.
I'm attempting to create a set of new .CSV files inside a loop by using WriteCSV. While I can create the files ahead of time and populate them using this operator, it can't or won't create them from scratch. Is this expected behavior?
TIA
---
As it turns out, it was the special characters embedded in the fields I was using to generate the filenames. The problem went away after I cleaned them out.
Currently running 5.2.002.
I'm attempting to create a set of new .CSV files inside a loop by using WriteCSV. While I can create the files ahead of time and populate them using this operator, it can't or won't create them from scratch. Is this expected behavior?
TIA
---
As it turns out, it was the special characters embedded in the fields I was using to generate the filenames. The problem went away after I cleaned them out.
0
Answers
Best,
Marius
Thanks for the quick response!
As an aside, I would LOVE to post some images from the GUI. The text from the error message would have been nice, as would posting a screen capture of just the WriteCSV definition. Any chance that attaching image files to posts will be enabled at some point? (Note: I understand why you would not want to enable it globally, but simple images sure would be helpful for situations like mine.)
are you sure that the folder exists and is writable by RapidMiner? Does your filename contain special characters which might cause problems creating the file? Did you retry with a relative path to see if that solves the problem? As I said, I can't reproduce the problem here.
For the images, you can upload your screenshots to one of the various free image hosters and link them here. But of course you can also copy-paste error messages directly as text, and you can also copy only the Write CSV definition from the XML code.
Best, Marius