if i got text file with the following data for example

0,"first text","


(rc)"
1,"second text","a b c d"
2,"",""
3,,


the first field inthe table is number the second field is text the third field is memo

how can i insert into it from text file

i need help about the code