Hive table loading with NULL

I am trying to load a hive table with data from a file in HDFS. Table got loaded but all values are NULL. Table i created is airline_tb, file I used to load it is located at user/sruthi52049811/airlines_data.csv
Schema of the table and file layout are same.