I have a text file that represents a book , this first line of it for example is
P.G. Wodehouse, "Heavy Weather" (336 pp.) [PH.409 AVAILABLE FOR LENDING]
So there is authors name, title, number of pages and if the book is available. As they are not all seperayed by a comma how can I read this file and store them in appropriate arrays ?