🎉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

csv file does not show correctly after sampling with windows powershell

User: "marcschw"
New Altair Community Member
Updated by Jocelyn

Hello,

I am working with a very large csv file which I cannot directly import into rapidminer. Therefore, I try to sample it down with windows powershell. However, after the sampling rapidminer does not import the file correctly. The appended file "test_sample.csv" works perfectly in rapidminer. The file "first100.csv" contains the first 100 lines of the other file but I have problems with the import.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer

    Hi @marcschw,

     

    I have no problem to import your file first100.csv by selecting

    Regular Expression (,\s*|;\s*) at the step 2 / 4 of the Data import wizard : 

    Import_csv_RM.png

     

    I hope it helps,

     

    Regards,

     

    Lionel

     

     

     

    User: "marcschw"
    New Altair Community Member
    OP
    Accepted Answer

    Now I could import the file so thank you for that. But i can't get it to recognize the date. It is clearly in the format

    yyyy-MM-dd HH:mm:ss. But when I select this format it does not parseit correctly.