I know how to import a file into array however I have no clue how to read a single csv file into two different arrays below is my csv bob,Bob tim,Tim neil*diamond,Neil Diamond so array one should contain bob, tim, and neil*diamond While array two contains Bob, Tim, and Neil Diamond any ideas?