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
Answers
Install the Python Scripting Extension. When you add a new Execute Python operator, you will have some boilerplate code that lets you open a CSV. However, as @hughesfleming68 said, you can do that easily with the Read CSV operator from RapidMiner.
I found a few cases where I had to import CSV data on streaming from an obscure protocol (not HTTP), and I think you may have this use case, so here is a picture of how the code should look like. But bear in mind that very few of us found this use case valid, hence I insist: use the Read CSV operator.
All the best,
Rodrigo.
Scott