You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Mar_zieh <m....@gmail.com> on 2018/11/15 12:41:44 UTC

Re: Run Time Exception

Hello guys

I have wrote this code. I could print the whole file, but I want to read the
file line by line and process each line separately. would you please help
how I can do that?

 ExecutionEnvironment env = ExecutionEnvironment.createLocalEnvironment();
        DataSet<String> transactions =
env.readTextFile("/home/cfms11/Downloads/Data.csv");
        transactions.print();





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/