Reading CSV in Scala

preview_player
Показать описание

This video is part of a series of learning support material for "Introduction to the Art of Programming Using Scala".
Рекомендации по теме
Комментарии
Автор

Great to see NOD3x being used Mark :)

Thanks for sharing

LeeSmallwood
Автор

Hi Lewis,
have a small question here

I am trying to read a csv delimited with \uooo1 i.e ^A, facing an issue with that
example => 7C0A^AGryll's Pub & Restaurant
i have just copy pasted from csv to text so can see the delimiter as ^A
and because of the \^A in above example i am getting problem and the data is not getting read
can you please help bcz \ is a special character i think

BabaAgastya