🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

problem with read csv operator

User: "PauloHenne"
New Altair Community Member
Updated by Jocelyn
why am I getting no input file defined after import wizard successfully completed?

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "varunm1"
    New Altair Community Member
    Hello @PauloHenne

    Did you specify the file location in Read csv operator parameters window? Can you post your process here? You can export the process by clicking FILE --> Export process and attach it here.
    User: "PauloHenne"
    New Altair Community Member
    OP
    see attached process
    User: "varunm1"
    New Altair Community Member
    Hello @PauloHenne

    I don't see a read CSV operator in this process. There is a retrieve operator that will fetch data that is imported into rapidminer repository.

    Are you sure this is the correct process you are facing issue with?


    User: "PauloHenne"
    New Altair Community Member
    OP
    HI Varun , I succeeded in loading the data by copying the file into the repository and then using the retrieve operator
    User: "PauloHenne"
    New Altair Community Member
    OP
    Here is the sequence I'm executing
    Path 1

    after clicking the run button I got




    So, what am i doing wrong?







    User: "varunm1"
    New Altair Community Member
    Hello @PauloHenne

    Data loading into a repository and Read CSV are two different options. Read CSV is used to directly access data from your hard drive whereas data loading into repository will create a copy of your csv data into rapidminer format and store it in rapidminer user folders. For read CSV you are not needed to connect the "inp" and "fil" ports, you can remove that. Then you can see an option in read CSV parameters window related to file locations (csv file), this is where you need to specify where the file is located in your hard drive.