Created
April 15, 2021 10:09
-
-
Save iam-mhaseeb/ca38cc1330dd0a4dc6faf50ced3304a2 to your computer and use it in GitHub Desktop.
Skytrax Database
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Database recreation | |
DROP DATABASE IF EXISTS skytrax; | |
CREATE DATABASE skytrax; | |
USE skytrax; | |
--Tables recreation | |
DROP TABLE IF EXISTS public.airline; | |
DROP TABLE IF EXISTS public.airport; | |
DROP TABLE IF EXISTS public.lounge; | |
DROP TABLE IF EXISTS public.seat; | |
CREATE TABLE IF NOT EXISTS public.airline( | |
airline_name VARCHAR(100) DEFAULT 'Unknown', | |
link VARCHAR(100) DEFAULT 'Unknown', | |
title VARCHAR(150) DEFAULT 'Unknown', | |
author VARCHAR(100) DEFAULT 'Unknown', | |
author_country VARCHAR(100) DEFAULT 'Unknown', | |
review_date DATE , | |
review_content VARCHAR(1000) DEFAULT 'Unknown', | |
aircraft VARCHAR(100) DEFAULT 'Unknown', | |
type_traveller VARCHAR(100) DEFAULT 'Unknown', | |
cabin_flown VARCHAR(100) DEFAULT 'Unknown', | |
route VARCHAR(100) DEFAULT 'Unknown', | |
overall_rating FLOAT DEFAULT 0.0, | |
seat_comfort_rating FLOAT DEFAULT 0.0, | |
cabin_staff_rating FLOAT DEFAULT 0.0, | |
food_beverages_rating FLOAT DEFAULT 0.0, | |
inflight_entertainment_rating FLOAT DEFAULT 0.0, | |
ground_service_rating FLOAT DEFAULT 0.0, | |
wifi_connectivity_rating FLOAT DEFAULT 0.0, | |
value_money_rating FLOAT DEFAULT 0.0, | |
recommended VARCHAR(100) DEFAULT 'Unknown' | |
); | |
CREATE TABLE IF NOT EXISTS public.airport( | |
airport_name VARCHAR(100) DEFAULT 'Unknown', | |
link VARCHAR(100) DEFAULT 'Unknown', | |
title VARCHAR(150) DEFAULT 'Unknown', | |
author VARCHAR(100) DEFAULT 'Unknown', | |
author_country VARCHAR(100) DEFAULT 'Unknown', | |
review_date DATE , | |
review_content VARCHAR(1000) DEFAULT 'Unknown', | |
experience_airport VARCHAR(100) DEFAULT 'Unknown', | |
date_visit DATE , | |
type_traveller VARCHAR(100) DEFAULT 'Unknown', | |
overall_rating FLOAT DEFAULT 0.0, | |
queuing_rating FLOAT DEFAULT 0.0, | |
terminal_cleanness_rating FLOAT DEFAULT 0.0, | |
terminal_seating_rating FLOAT DEFAULT 0.0, | |
terminal_signs_rating FLOAT DEFAULT 0.0, | |
food_beverages_rating FLOAT DEFAULT 0.0, | |
airport_shopping_rating FLOAT DEFAULT 0.0, | |
wifi_connectivity_rating FLOAT DEFAULT 0.0, | |
airport_staff_rating FLOAT DEFAULT 0.0, | |
recommended VARCHAR(100) DEFAULT 'Unknown' | |
); | |
CREATE TABLE IF NOT EXISTS public.lounge( | |
airline_name VARCHAR(100) DEFAULT 'Unknown', | |
link VARCHAR(100) DEFAULT 'Unknown', | |
title VARCHAR(150) DEFAULT 'Unknown', | |
author VARCHAR(100) DEFAULT 'Unknown', | |
author_country VARCHAR(100) DEFAULT 'Unknown', | |
review_date DATE , | |
review_content VARCHAR(1000) DEFAULT 'Unknown', | |
lounge_name VARCHAR(100) DEFAULT 'Unknown', | |
airport VARCHAR(100) DEFAULT 'Unknown', | |
lounge_type VARCHAR(100) DEFAULT 'Unknown', | |
date_visit DATE , | |
type_traveller VARCHAR(100) DEFAULT 'Unknown', | |
overall_rating FLOAT DEFAULT 0.0, | |
comfort_rating FLOAT DEFAULT 0.0, | |
cleanness_rating FLOAT DEFAULT 0.0, | |
bar_beverages_rating FLOAT DEFAULT 0.0, | |
catering_rating FLOAT DEFAULT 0.0, | |
washrooms_rating FLOAT DEFAULT 0.0, | |
wifi_connectivity_rating FLOAT DEFAULT 0.0, | |
staff_service_rating FLOAT DEFAULT 0.0, | |
recommended VARCHAR(100) DEFAULT 'Unknown' | |
); | |
CREATE TABLE IF NOT EXISTS public.seat( | |
airline_name VARCHAR(100) DEFAULT 'Unknown', | |
link VARCHAR(100) DEFAULT 'Unknown', | |
title VARCHAR(150) DEFAULT 'Unknown', | |
author VARCHAR(100) DEFAULT 'Unknown', | |
author_country VARCHAR(100) DEFAULT 'Unknown', | |
review_date DATE , | |
review_content VARCHAR(1000) DEFAULT 'Unknown', | |
aircraft VARCHAR(100) DEFAULT 'Unknown', | |
seat_layout VARCHAR(50) DEFAULT 'Unknown', | |
date_flown DATE , | |
cabin_flown VARCHAR(100) DEFAULT 'Unknown', | |
type_traveller VARCHAR(100) DEFAULT 'Unknown', | |
overall_rating FLOAT DEFAULT 0.0, | |
seat_legroom_rating FLOAT DEFAULT 0.0, | |
seat_recline_rating FLOAT DEFAULT 0.0, | |
seat_width_rating FLOAT DEFAULT 0.0, | |
aisle_space_rating FLOAT DEFAULT 0.0, | |
viewing_tv_rating FLOAT DEFAULT 0.0, | |
power_supply_rating FLOAT DEFAULT 0.0, | |
seat_storage_rating FLOAT DEFAULT 0.0, | |
recommended VARCHAR(100) DEFAULT 'Unknown' | |
); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'K Minka', 'Australia', '2014-02-12', 'Took 4 flights in Jan: SYD-EZE - no dramas other than ordinary food and lack of entertainment (a tiny central screen that is off color and barely able to hear the audio on my headphones) on a 15.5 hr flight. EZE-FTE - they changed the airport 8 hours before the flight (from EZE to AEP ) luckily I arrived early and they put me on a bus to the other airport. Delayed 30min. FTE-EZE - delayed 3 hours apparently because of storms in BA that morning but I had a 1630 flight and they never managed to catch up. EZE-SYD - delayed 16 hours initially for heavy rain in BA then they needed fresh crew then the new crew arrived late then missed curfew at Sydney airport. We waited at the airport and departure times kept getting pushed back. Missed my domestic connection but was able to rebooked the next day. At least the airport has free Wi-Fi. Staff do not care and were not helpful will never fly them again!', '', '', 'Economy', '', 1, 3, 2, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'H Schneider', 'Australia', '2014-01-25', 'Flew to Buenos Aires from Sydney in early January and back in late January. The flight from Sydney started with one hour delay and arrived before scheduled time due to fortunate conditions. Inflight entertainment was on a central screen 2 movies ok. The food was not great but reasonable for economy. I had to change my flight by 2 days going back Aerolineas made that very expensive for me. The return flight was very poorly organised. Check in was extremely slow with unnecessary delays. Subsequently the take off was delayed 2.5 hours without explanation. The flight itself was uneventful with the aircraft arriving 3.5 hours late. Movies on board were the same as on the flight to BA and were repeated. Meals were minimal. No drinks were offered in between meals.', '', '', 'Economy', '', 3, 3, 3, 2, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jacqueline Webber', 'Mexico', '2015-06-14', 'The seat assigned to me was 10C. When I got on the plane the headrest was broken and dangling down the seat back? Why had no one tried to fix it? What a splendid first impression. The toilet at the back of the plane smelt disgusting. I asked a flight attendant if they at least had some kind of spray to alleviate the stench and she grudgingly produced something and stuck her hand around the door and squirted. I have flown several times on this airline recently and the thing that leaves a lasting impression is the complete lack of interest shown by the cabin crew in their jobs. Very disappointing.', '', 'Solo Leisure', 'Economy', 'Medellin to Mexico City', 2, 1, 1, 1, 1, 4, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Angelica Roldan', 'Mexico', '2015-06-13', 'Aeromexico has recently restarted its flights to Toronto, I had a nice experience flying with them that started with a half price sale ticket. I thought that having bought my ticket so cheaply and being in the lowest cabin class, the flying experience would not be very good, but I was surprised by the kind attention of the stewardesses and also by a tasty breakfast in the morning. Only flaws in the flight was that the flight arrived half an hour late, maybe due to turbulance, the seats are a bit uncomfortable and the audio did not work, but as it is a 5 hours night flight only, that did not bother me much.', 'B 737', 'Solo Leisure', 'Economy', 'Mexico City to Toronto', 1, 3, 5, 5, null, 3, 5, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'N Gaffney', 'United States', '2015-05-20', 'Just had a recent experience pre flight. I booked a flight in February for a trip May 21-25 from DFW to PVR. Received an email from my booking site (Rovia) giving me details. From that point to the time of the trip I constantly checked Aeromexico''s website for the flight info and it told me that I can''t check it until 24 hours before the flight is set to depart. I check it when that time comes and the flight has been rescheduled and conflicted with my connecting flight in Mexico City (both Arrival and departure). This was done without any email notice or anything. There was no attempt to fix the mess up with the exception of giving me a flight in days later and flight out many more days after my trip. This was to be my first trip out of the country and this airline ruined it so I am completely unsatisfied and will definitely recommend anyone doing business with Aeromexico.', '', '', 'Economy', '', null, 0, 1, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Nigel Bennett', 'United Kingdom', '2014-08-26', 'My wife daughter and I travelled from Gatwick to Chicago via Dublin on 23rd July. The flight to Dublin had ''no frills'' but was more comfortable than a recent flight on another Irish budget airline. The 3 hours transfer time at Dublin was partially taken up with clearing US immigration and the rest with sitting waiting for the on time flight to Chicago. The cabin crew were mature and efficient and the meal was very acceptable and served two hours into the flight. When we arrived on time in Chicago because all the paperwork had been done we were able to walk out of the airport without hassle after collecting our baggage. The return flight on 14th August had a younger cabin crew who provided a more lively friendly but equally efficient service. The Beef meal was very tasty and the cheese and ham croissant just before landing was welcome. A word of warning during the transfer at Dublin outbound and inbound further scanning was carried out on our hand baggage. The duty free bottle was accep', '', '', 'Economy', '', 9, 4, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'R Sampath', 'United States', '2014-08-26', 'We flew Aer Lingus for our trip to Europe. We are a family of 4 with extensive travel experience. The tickets were not very cheap to begin with. We wanted to fly into London and fly out of Paris. For this the fare difference between Aer Lingus and Virgin British Airways was about $25-40 per person. Having flown with them I have now decided it would have been better to have flown with BA or Virgin. The flight from SFO to DUB and back is a long haul flight. On this flight we were offered one meal and one breakfast bar. The staff don''t ask for Water or any other beverage from time to time. I saw other passengers bringing their own food drink etc.. They are probably used to traveling on this airline and are adequately prepared. The quality of entertainment is poor and the system they use is slow to respond. From time to time it hangs and we had to ask the crew to reboot the system. I guess we have been used to superior service from BA Singapore Airlines Cathay Air New Zealand and were disa', '', '', 'Economy', '', 3, 2, 4, 2, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Sargeant Alan', 'Australia', '2014-10-08', 'St Petersburg - Moscow. Ticket purchased at last minute and check in a bit confusing directed to about three different counters but each without a large queue. Flight was comfortable and only a few minutes late arriving in Moscow. No IFE but it was only a little more than a hour long flight. Cabin crew were friendly and responsive and spoke reasonable English. It was like a shuttle flight and perfectly adequate. Leg room was adequate.', '', '', 'Economy', '', 9, 4, 4, 3, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Volker von Detten', 'United States', '2014-09-14', 'Like I indicated below - nothing but excellent. Flew from LAX to Mokba and back. Very outstanding service. Check in easy quick and efficient. The food flying back from Mokba was very good. Sat in the first row right were the bathrooms are and was very impressed how ALL flight attendants were constantly checking and cleaning the bathrooms (our American airlines should really take notice of that. Their bathrooms are not clean - to say the least). Also the flight stats are throughout the whole flight very nicely displayed - including nearest towns at what direction and distance - never saw that with our airlines. It also shows "pilot view" of take-off and landing - loved that. Actually could recognize all people on the ground shortly before touch down watching the descending airplane at LAX with flashes going off like crazy. In the future I will try to book Aeroflot wherever available.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Sargeant', 'Australia', '2014-09-14', 'Omsk - St Petersburg. Flew this sector 10 days after surgery and was pleased with the flights. No real express check in but express lane for security and a lounge in Omsk. Good food on both flights and comfortable space. No inflight entertainment - I had my own and the both flights on time. Luggage was amongst the first off in St Petersburg (a big plus given a transit in Moscow). Cabin crew spoke good English (again a noticeable improvement over the past few years). Aeroflot seems to be the best of the Russian Airlines.', '', '', 'Business Class', '', 9, 4, 4, 5, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Krissa Garner', 'United States', '2013-07-21', 'Flew London Heathrow to Athens and back. Great cabin crew very friendly. Food is rather good (for airline food)! Beverage service is excellent. Enjoyed the extra legroom and the leather seats.', '', '', 'Economy', '', 10, 5, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'T Lord', 'Cyprus', '2013-07-15', 'Larnaca - Rhodes return. Both flights on time comfy seats and friendly cabin crew. No inflight entertainment probably because it was a short flight but a good experience to fly with Aegean.', '', '', 'Economy', '', 10, 4, 4, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Grotenhuis', 'Netherlands', '2013-07-14', 'DUS to ATH and 4 days later from ATH to HER. Both flights on time very quick check-in and boarding. Very friendly and attentive efficient staff good service excellent melas even for the short hub from ATH to HER. It will remain our preferred carrier to and from Greece.', '', '', 'Business Class', '', 9, 4, 5, 5, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Kenneth Crider', 'United States', '2014-01-14', 'On Dec 18th we left Miami at 7 pm for Buenos Aires. Average flight nothing special. Arrived in Buenos Aires at 5.30 am and went to our assigned gate at the domestic terminal. We were booked on Flight 1880 to Ushuaia that was to leave at 7.45 am (12/19/13) giving 30 hours to catch our 3pm (12/20/13) Antarctic cruise. Fl 1880 was postponed to 8.50 then to 10.30 without explanation. Then told the flight would leave at 3 pm. The flight didn''t leave at 3.00 we were then told 8.30pm. What happened at 8.30 pm the postponed time for the scheduled flight is something out of a movie. We were never told that the flight was cancelled we were just told the flight would not be taking off. 2 hours later we were transported by bus out to the tarmac to board our plane to Ushuaia. After stopping at Trelow and taking on more passengers we were scheduled to arrive in Ushuaia about 2 am on 12/20. Landed at a small airport. The captain then for the first time announced that we were in El Calafete instead of', '', '', 'Economy', '', null, 4, 0, 3, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Marlon Kobacker', 'Australia', '2014-01-13', 'Dramatic improvement - would use them again. They have obviously spent a lot of money over the past 3 years on new planes with in-flight entertainment. Service was friendly and our flights on time (AEP-SCL).', '', '', 'Economy', '', 8, 4, 4, 2, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'R Stokes', 'Colombia', '2014-01-07', 'Aerolineas Argentinas provide the worst customer service that I have received from any airline. One of the internal flights was cancelled due to a strike by airport staff (Puente de Aereo - Buenos Aires). We had to queue for 6 hours to speak to a representative (during a heat wave where the temperature was close to 40 degrees C). When we did finally reach the front of the queue we were offered an alternative flight for 5 days after the original flight date and were not offered any compensation in terms of a snack or alternative accommodation. Their attitude throughout was "it''s your problem". On our final flight back to Bogota they changed the flight time from 6.30am to 5.20am around a month before the flight. We turned up 3 hours before the flight as instructed on the ticket only to find no check-in staff present. We waited 1 hour before a single representative turned up and when I asked why staff weren''t present to check us in at the time that we were requested to be there I was told', '', '', 'Economy', '', 2, 2, 1, 1, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Kelton Kostis', 'Canada', '2015-05-13', 'Flew 2 legs- MID-MEX on "Connect" brand and then MEX-YYZ. The MID-MEX leg was operated by an E190 no IFE and the snacks were average peanuts but the seats were comfortable and due to the length of the flight it wasn''t important. The second leg was on a 737-700. The seats were comfortable and very nice blankets were provided however the IFE was quite limited (overhead screens that played movies and nothing else and were shut off 3 quarters into the flight) so I would recommend bringing your own entertainment if you''re flying an Aeromexico 737. In flight meal was edible at most. Overall there were no major problems but they need to improve their IFE on longer flights and their food.', '', '', 'Economy', '', 7, 5, 5, 2, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Janis Salmeron', 'United States', '2015-04-16', 'Flight 9100 and 9101 coach seating 4/3 to 4/7/15. I cannot say enough good things about or flight service through Aeromexico. The planes were clean and very comfortable loved having the option of watching a movie TV show or listening to music. The attendants were friendly and took care of us all very well. Lunch boxes were served - that''s a pleasant surprise in itself! I was very impressed!', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'F Dellera', 'Italy', '2011-03-17', 'MXP-ATH in Economy class. Excellent onboard service and some of the best airline meals. The flight attendants were nice and professionally handled a medical emergency right after landing.', '', '', 'Economy', '', 10, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jenny Wilson', 'Australia', '2015-03-04', 'Sunday 22nd February - Mexico City to LAX - Premier Class. Old aircraft with "drop down" shared TV screens. Service and food could not be faulted on board the aircraft. Bags did not arrive in LAX - the check in staff in Mexico City had incorrectly tagged my two bags to a flight to Miami. Long story short the bags arrived in Sydney two days later thanks to a very attentive customer service officer in the USA. Ground staff at LAX could have shown a little more empathy with my situation.', '', '', 'Business Class', '', 6, 4, 4, 4, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'N Harvey', 'United Kingdom', '2014-08-18', 'Sunday flight 19.00 17/8. I dread going home with Aer Lingus as there is usually a scrum to get on the plane as the regulars do not understand the meaning of the word queue and the staff don''t control the amount of luggage each passenger takes onboard leading to the ritual scratching of heads when their oversized hand luggage doesn''t fit in the overhead locker and delay as bags have to be stowed. Why does this continue? When eventually the passengers were on board (it takes forever as many cant count) we then had to listen to the captain boasting about how he was going to get us there early - of course he didn''t. Cut the showing off - control the passengers hand luggage and teach them and the staff some manners. Far too expensive for this nonsense - get professional.', '', '', 'Economy', '', 2, 3, 2, 0, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Macon', 'Ireland', '2014-08-18', 'Firstly do not be tempted to sit in seats 31 E D F G or 29 A C H I on the Dublin to Boston route the Aer Lingus website will not show that these seats do not recline. I flew Aer Lingus DUB-BOS-DUB in August 2014. It has good staff reasonable planes and routes. But it is really badly let down by its archaic web site with no access to your booking or seat selection before check in tacky interiors with seat pockets hanging off cramped seats some the worst airplane food I have ever had the misfortune to eat. On my transatlantic flight I ended up sitting for 6 hours on the way out in a seat that didn''t recline with the person in fronts seat wedged in my face. On the way back I was determined not to let this happen again so chose a middle aisle seat with apparently (on the online check-in website) had seats behind and in front However instead I got a lovely seat beside the toilet which didn''t recline as there was a bulkhead behind not shown on their plan. Online check-in is worthless as you ', '', '', 'Economy', '', 2, 1, 4, 1, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Iain Cockburn', 'United Kingdom', '2014-08-11', 'I use to fly with Ryanair back and forth from Dublin every few weeks. After Ryanair changed their flight times to Dublin which did not help me I changed to Aer Lingus. The staff are friendly and always smiling the planes are comfortable and the times of the flights are fantastic. The prices are always a little higher than the other company''s but I would not change back.', '', '', 'Economy', '', 10, 5, 5, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'G Cunningham', 'United Kingdom', '2014-08-08', 'First and last time I will fly Aer Lingus. Returning from New Zealand I flew Air NZ Premium Economy to SFO (normally I go All Air NZ AKL to SFO/LAX to LHR-Belfast). However this trip I availed of Aer Lingus'' new service from SFO to DUB to cut out a flight. Seats were incredibly cramped and uncomfortable with very small seat pitch and minimal recline which the passenger beside me commented on also as they boarded. Food was utterly disgusting my alleged beef Stroganoff actually tasted worse than it looked which was no mean feat I didn''t even attempt a 2nd mouthful. Wine was extra $5USD. For a long haul flight costing over $900USD one way I think this is a bit mean "breakfast" was a joke a cling film wrapped ham and cheese roll and about 100ml of water in a foil sealed plastic tub tossed out. The whole experience just felt like a cost-cutting exercise. IFE was average/poor small selection of mostly dated material. I would advise anyone going for a long haul fly out of London on one of the', '', '', 'Economy', '', 2, 1, 3, 1, 3, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Antonyan', 'United States', '2014-09-06', 'I traveled with my children (9 and 5 year old) from Sochi - Moscow - LAX. My experience was horrible. I nicely asked for good seats because I was with 2 children. The worker answered that she could not help me because the computer chooses the seats. Given seats 35K 35G and 35H. At first look it seems normal but when we got to the plane it was shocking. One seat was window side the other two in the middle row. Where is the logic? Where is the common sense and customer care? This was a 12 hour flight.', '', '', 'Economy', '', null, 0, 3, 3, 3, null, null, 0, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Haji Murat', 'Russian Federation', '2014-08-17', 'My family and I flew from Moscow to Istanbul Ataturk in economy class. For the money is not expensive. The plane for this flight was a brand new A320 with sharklets. Unfortunately without a TV. The dinner was nice. Cabin crew with beauty red uniform were always respectful cheerful and ready to help. Pilots masters of their craft. Like for duty-free sales on board. All in all a great experience. Would definitely recommend and travel with them again.', '', '', 'Economy', '', 9, 5, 5, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'T Haroutunian', 'United States', '2014-07-13', 'Flew LAX-SVO-Yervan and back I was concerned having heard mixed reviews but was pleasantly surprised! Flights were on time baggage arrived perfectly the colors and atmosphere on the plane was bright and cheery. I flew economy so like any other airlines you get what you pay for as far as cabin space however in all other respects Aeroflot was superior. Cabin crew were professional and polite food was quite good. Entertainment was superb with 100''s of great movies and shows to choose from as well as games wifi charging stations and all the works! I travelled with my children 4 and 7 and had no trouble keeping them busy for 12 hours. Children''s meals can be pre-ordered and were well thought out although my picky ones didn''t eat them. Kids got tons of goodies from the staff. The value was great and I will fly with them again in the future. My only complaint were the tiny and rather dirty bathrooms. Otherwise excellent airline!', '', '', 'Economy', '', 9, 4, 5, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Petrikas', 'Lithuania', '2013-06-11', 'FRA-SKG in Economy operated by Aegean Airlines. Bit fussy boarding at FRA and slightest delay due to late incoming aircraft. Shiny new cabin on A320-200 attentive and welcoming staff. Overhead monitors for safety instructions and a flight show. Brilliant hot meal on 2 hour flight accompanied by appetizer (warm roll/butter/mini crackers/spread cheese) and selection of Greek wines in little bottles (not by glass) a dessert and two rounds of very decent coffee. Smooth landing on time. Absolutely recommended.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'K Peter', 'Spain', '2014-07-11', 'Flight from MAD to Shanghai with transfer in Moscow. Good airline in general terms. Meals as other alternatives but no alcohol served. Seats and leg room are OK. They offer Space + seats located in the emergency exists and prices are reasonable. Cabin crew no friendly enough from my point of view if I compare with other airlines to flight to China like BA Finnair or AF. The main difference is that they provide slippers and eye masks no offered by other airlines. Cabin and toilets are clean enough. Moscow airport is awful and really boring. Distances between terminals and gates are too much long. Flights arrived on time. Entertainment system only in English and Russian. Music selection is OK.', '', '', 'Economy', '', 7, 3, 2, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Dizon', 'Philippines', '2013-07-09', 'Flew Istanbul-Athens. Plane was new and clean staff warm and friendly and they served drinks and a sandwich on this 1-hour flight. This airline deserves more than a 3-star ranking in my opinion.', '', '', 'Economy', '', 10, 5, 5, 5, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Georgios Chouliaras', 'Greece', '2013-07-03', 'LHR to ATH 5th June 2013 at 22.15. Disappointing - having booked online an emergency exit seat this was changed to a normal one at the back of the plane on which another person was sitting. The cabin crew were inadequately trained to handle my complaints appropriately.', '', '', 'Economy', '', 2, 1, 1, 3, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'S Ptctan', 'Germany', '2013-07-01', 'STR-SKG-ATH-TLV. Slightly delayed departure in STR but arrival on time in ATH after short stop in SKG. Great food and good selection of beverages. Departure from ATH was several hours delayed due to striking ground staff. Received vouchers for snacks. Definitively recommended.', '', '', 'Economy', '', 8, 4, 5, 5, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'K Nguyen', 'Czech Republic', '2013-06-30', 'Prague to Athens. Nice A320 good crew. However its standards are far below under its competitor - Czech Airlines.', '', '', 'Economy', '', 8, 4, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'Susan Song', 'China', '2012-08-09', 'Shanghai to Tehran return July 2012. Direct flight to Tehran. Economy class. Aircraft A310. Fare was quite good. Check-in fast. Cabin crew showed Iranian hospitality. No individual inflight entertainment but fairly speaking since the flight was at night. One toilet closed for whole trip the other two were not clean and almost out of tissue. Food was enough and fine for me. Many drink options. Flying time was less than 10 hours on my way to Tehran and less than 8 on the way back to Shanghai. Considering all the above I will certainly choose this airline next time for my trip to Tehran.', '', '', 'Economy', '', 8, 4, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'F Ahmadi', 'Iran', '2012-02-28', 'DXB-IKA. A300-600 aircraft clean cabin with friendly flight attendants variety of meals were good but the quality of meal was very poor.', '', '', 'Economy', '', 7, 1, 5, 3, 1, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'A Lafaye', 'Switzerland', '2014-01-03', 'I was booked on flight AR1893 USH-FTE 2nd Jan 2014 departing at 13.35. Arrived at the airport at 12.00 facing a long queue due to problems with check in system. Around 45 min prior the flight departure while still queuing for check in they announced our flight cancelled. They made us wait until 19.00 to tell us that we had to come back tomorrow for more info. We were given no food not hotel organised. Staff at the airport were arrogant refusing to speak English to non Spanish speaking customers and uninformative. Never again!', '', '', 'Economy', '', null, 0, 1, 3, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'A Leal', 'United States', '2013-12-31', 'I was on the inaugural flight to Buenos Aires from JFK and while the service at the airport was great and went through without any hitches the service on the flight was horrible. The flight attendants had such a bad attitude and passengers flicked on the service light for the entire flight and not once did I see someone respond. They basically served dinner and then left the cabin for the entire time until breakfast. I was dehydrated and not feeling well and wanted some water and didn''t see anyone come so being that I was in the window seat I flicked the service light and after an hour of waiting I finally went to look for someone all the way at the back of the plane and they were all sleeping (it was 7pm). It was such a bad service experience that I will sadly never fly again and recommend that no one else fly either. You have one chance to make an impression and they really blew it with me.', '', '', 'Economy', '', 3, 4, 1, 4, 4, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'D Couriel', 'United States', '2013-12-30', 'I traveled to Buenos Aires from Miami on the 8.30am flight on 12/21/13. 5 hour delay no explanation. The cabin was dirty pieces of sticky food on the small video screen. Numerous AR employees and ex employees meandering around the business class cabin socializing with flight attendants and members of the crew certainly not helping the already poor service they were delivering. Multiple FAA safety violations. Example: people standing while the aircraft was moving luggage obstructing the pitch during take-off and landing etc. Service was awful. In addition to leaving 5 hours late it took them 2-3 hours to serve the first drink. When they finally came by with drinks I ordered a whisky. The flight attendant explained they did not serve whisky until after lunch and that that she did not have any whisky in her cart. She did not have the Shiraz wine that they listed on their menu either so I settled for whichever red wine she could give me. Lunch was mediocre and immediately after the service', '', '', 'Business Class', '', null, 3, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Philip O''Connor', 'United Kingdom', '2015-02-24', 'Flew from LHR thru MEX to PVR. Was my first time on the Dreamliner. It''s a beautiful aircraft and the AeroMexico service and comfort the best I''ve experienced in long-haul tourist class. Formalities and connection at MEX Term 2 very efficient. Domestic flight to PVR on very comfortable Embraer 190.', '', '', 'Economy', '', 10, 4, 4, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'J Rincon', 'Mexico', '2014-12-01', 'The problem with Aeromexico is the inconsistency in the airplanes. Flew MEX-CCS- MEX a couple of times in business class in an old wear out 737-700. Shared TV screen seat that resemble the old American Airlines business class. Then I have flown GDL-MEX in the 737-800 what a difference. Service is nice they treat you well but definitely they need to vamp up the Clase Premier Product.', '', '', 'Business Class', '', 5, 2, 4, 3, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'James Neeley', 'United States', '2015-02-11', 'AM 669 from SFO to Mexico City in Clase Premier / Business Class on January 23 2015. The only positive comment about the experience is that Aeromexico allows access to the Air France lounge at SFO. Everything else about the flight was a complete disappointment. Check in at SFO was slow and disorganized. Equipment looked very tired not well maintained and dirty. IFE was an antique. Old school seats with minimal space. Worst part of the flight was the service provided by the FA. She barely spoke to passengers during the 3.5 hour flight. There was only one beverage service no nuts no peanuts nothing served with drink. Lunch including dessert came on one tray served from a dirty looking trolley. Aeromexico catering is a complete joke. Tiny salads of tough lettuce leaves cooked to death chicken cutlet that was like the sole of a shoe dried up carrots an insipid soggy little tartlet with Cool Whip. After lunch the galley curtains were drawn and the FA disappeared for 2+ hours until landing. ', '', '', 'Business Class', '', 1, 1, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'F Vedrenne', 'Canada', '2015-01-05', 'AM 681. Flew YUL-MEX on a new 737-800 for the second time. Cabin was in great condition. Food service on this flight was much better than on my previous flights with Aeromexico in Clase Premier. Cabin crew were excellent and very professional. The purser knew each of the business class passenger''s last names (there were 16 of us) and she was always around to see if she was needed. I fell asleep and she left me a drink and peanuts for when I woke up. Aeromexico staff is usually just OK - they are efficient but are cold and tend to disappear into the galley afterwards. This was not the case in this flight when there was always a flight attendant in the cabin (even in economy class). Great flight overall wish all crews performed this way.', '', '', 'Business Class', '', 10, 3, 5, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Shayla Powell', 'United States', '2014-08-05', 'Our flight on July 31 was a very poor experience. Passengers on flight 661 from Vienna to Dublin were left stranded at the gate for close to two hours past the posted departure time. Monitors in the area claimed the flight to be on time. There we absolutely no Aer Lingus or any other airport employees in the gate area during this time. The security personnel-the only non passengers we could access - refused to assist the passengers as we all became increasingly frustrated at the lack of information. We made phone calls to the Vienna airport (they must share the blame for this debacle as well) and Aer Lingus. No one offered any help whatsoever. Aer Lingus has apparently trained their employees to respond to any question or concern with a very irritating reply: "We understand that you are frustrated". This is all we heard from Aer Lingus employees throughout this flight. Not one Aer Lingus employee responded with appropriate action. At check in we were promised help with a seating reques', '', '', 'Economy', '', 1, 2, 1, 1, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Colville', 'United Kingdom', '2014-08-02', 'LGW-BHD EI021 31 July 14. Excellent customer service and particularly impressed with clear communication and politeness of cabin manager on this flight. A320 seats much more comfortable than the A319s that EI also operate on this route.', '', '', 'Economy', '', 10, 5, 5, 3, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'D Maher', 'Ireland', '2014-08-02', 'Berlin SXF - Dublin on 31st July another delayed departure due to passengers bringing oversized wheelie bags into the cabin and then struggling to find space and in some cases lift them into the overhead lockers. I saw one lady bring on a case large shopper and two large plastic bags! I had checked in a bag and placed a duty free bag in the overhead bin asked to remove it and place it at my feet so a passenger could place a large case in there - flatly refused. This is not the first time this has happened and ruins an otherwise usually pleasant journey compared with the other main airline operating out of Dublin. Come on Aer Lingus get tough with those bringing on excessive amounts of baggage and stop trying to penalise those of is who pay to check in luggage.', '', '', 'Economy', '', 2, 4, 3, 3, 1, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A van der Made', 'Netherlands', '2014-07-06', 'Flight from Amsterdam to Tokyo Narita via SVO and back. First flight from AMS to SVO on codeshare flight with KLM on B738. Flight was OK. Transit on SVO from terminal E to D was a breeze. There were no lines at immigration or security check. As we had a stopover for 6 hours we used the capsule hotel which was accessible from terminal D and E on airside (63 Euros for 4 hours). Flight from SVO to NRT was on an A333. Nice and new aircraft with good seats and complete IFE. We had 4 seats in a row for the two of us as the aircraft was about half full. Crew was attentive and quitte friendy. With one hour delay we arrived at NRT. The flight from NRT back to SVO gave us however some mixed emotions. on an A333 but with a crew that wasn''t as friendly as the flight to NRT. We got the feeling we were bothering them even with some basic requests for drinks. Toilets were very dirty on this flight not only the fault of the crew as well as fellow passengers. Transit from terminal D to E on SVO was a m', '', '', 'Economy', '', 6, 4, 2, 3, 4, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Susan Ramsay', 'Hong Kong', '2014-07-06', 'I flew Aeroflot 4 times over the last 15 days. From HK to Moscow Moscow to UK UK to Moscow Moscow home. The first leg was "bearable" if a little short on snacks and food options - so much so that the first thing I did was to buy a little bag of peanuts to go in my carry on. The second leg was uncomfortable due to the shell seats which are nothing sort of a torture device. Two weeks pass before the third leg which was same seats same limited choice of movies and even the same food. The fourth leg - the entertainment system took around an hour to load. Same movies even though it was a different month! But the real issue for me was the meal. With almost every meal they serve 2 pieces of bread. The white "loaf" is always icy cold and hard. The little brown slice was also cold and hard. There was not enough butter for both. Given the price I paid for my ticket I didn''t expect gourmet food but the piece of salmon was literately the size of a teaspoon. The chicken was barely warm. Usually the', '', '', 'Economy', '', 5, 2, 4, 1, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'K Bikos', 'Greece', '2013-06-12', 'ATH to RHO on an A320-200. Boarding and take-off a bit late but nevertheless it arrived as expected to Rhodes airport. Cabin was clean and shinny and the crew very friendly and looking elegant in their (well designed) uniforms. Seats fairly comfortable and all leather dressed even in economy. One thing I don''t like in Aegean aircraft cabins is the seat-plan which makes the cabin feel a bit crowded in fully booked flights. Snack and drink ok nothing special for a short flight but ok. Flight was nice and smooth landing was great. Overall a pleasant and comfortable flight. I think Aegean''s reputation as a quality European airline is well deserved.', '', '', 'Economy', '', 8, 3, 5, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Bor', 'Latvia', '2014-07-06', 'RIX-SVO-PVG and back. From RIX to SVO it was a partner flight with Air Baltic. Then came the horror of SVO-PVG. I had no option to choose seats. I was asked in RIX while checking in for seat preference and I said aisle. I did get one for RIX-SVO and for SVO-PVG I got a 28th row which on their A330 is in front of the toilets and the seat does not recline. The seats were rather worn and entertainment system was slow though the selection of media was excellent. The food was plain insulting with 2cm of salmon sliced over some canned carrots and peas presented as a salad. The bun was hard and the choice of main course was chicken or fish for dinner and chicken or goulash for the supper. The dessert was surprisingly good though I had to wait 40 minutes for the tea to have it with while they were finishing servicing everyone. And now for the best part the service. Apparently they are split in the teams of 2 with some kind of good cop / bad cop principle as in both aisles we''ve seen one was ma', '', '', 'Economy', '', 6, 3, 1, 3, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Fang Jun', 'China', '2013-06-28', 'The flight departed from CDG just a little bit late. But the service was extremely good. Served pasta drinks and hot bread. 3hrs flying time. On time arrival in Athens. Air fare was rather fair.', '', '', 'Economy', '', 9, 5, 5, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'G George', 'Greece', '2013-06-21', 'Flew ATH-DME-ATH. The entire experience from check-in to landing was superb. Clean aircraft with decent seat comfort kind and smiley flight attendants. Both flights on time. They served a hot meal which was good enough and they served cold & hot drinks like 5 times during the flights. Overall a great experience.', '', '', 'Economy', '', 9, 4, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Luca Macca', 'Italy', '2013-06-21', 'Two flights from Milan Malpensa to Athens both on time both on the airbus A320. Staff very kind. Fresh food was good but I''d rather have something hot. The aircraft was very clean. The onboard magazine was good and interesting written in Greek and in English.', '', '', 'Economy', '', 9, 5, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'Alan Clare', 'United States', '2011-10-21', 'Madrid - Santa Cruz B747-400 economy. Checked in at Palma okay on connection but no through booking for seats. Check in at Madrid and Aerosur cabin luggage allowance less than originating airline (through ticket) so cabin bag removed and put in hold. Entering plane strong toilet odour throughout the cabin. Generally a very dirty cabin interior with hard uncomfortable seating. No inflight films available. Bar service once glass of wine and water. Cabin staff said they had run out. Dinner was a greasy stodgy rice. I''ve got my return to look forward to - and all for £1450.00 return. Awful - I do this trip 3 times a year and nobody else treats passengers like this.', '', '', 'Economy', '', 1, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'Simon Smith', 'United Kingdom', '2011-04-24', 'Santa Cruz to La Paz. The flight we were booked on was cancelled two days in advance and we were switched to a later flight. This flight was then delayed by over an hour and there was no information given as to how long the delay would be - the aircraft just didn''t turn up. Once finally on board no acknowledgement of the delay but otherwise ok - a small sandwich and drink were served which was fine for such a short flight. The aircraft was quite old although not as old as some others we saw - they still use 727s for some flights.', '', '', 'Economy', '', 4, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Peter Castro', 'United States', '2013-12-25', 'Took seven domestic flights on Aerolineas Argentinas during December 2013. Of the seven one (Salta to Buenos Aires) was cancelled but postponed as a new flight the second (from Buenos Aires to Trelew on the same date) was cancelled and the passengers left on the airport overnight for 10 hrs. There were no announcements and the new flight never appeared on the board. We were given a chance of free dinner at a pizza place on the airport but no hotels. We foreigners pay more than twice of what locals pay!', '', '', 'Economy', '', null, 4, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'D Lamberti', 'United States', '2013-12-20', 'Traveling with my children from NY to Córdoba via Buenos Aires. The NYC-EZE flight was delayed more than 8 hours. Luckily they emailed me before I set off to JFK airport. The problem is that they forgot that we had a connecting flight and did not make any provisions at all. Calling the Call Center to try to find out what to expect once in Ezeiza (stranded for 24 hours with two young kids? sent to a hotel? put in a different flight from the domestic airport?) was total waste of time. They don''t even bother to pick up the phone. In summary: only fly Aerolineas Argentinas if no other option is available. They are unreliable have no customer service whatsoever and will not hesitate to leave you stranded. And never expect an apology.', '', '', 'Economy', '', null, 0, 1, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Denise Goodfellow', 'Australia', '2013-12-05', 'I flew from Sydney to Buenos Aires and then to Bogota with Aerolineas Argentinas last week and then returned the same way a few days later. The aircraft appeared very new and I have absolutely no complaints about seats or bathroom or cleanliness. The food was as good as any I have had on Qantas and the staff were as good or nearly so.', '', '', 'Economy', '', 9, 4, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'P Smith', 'United States', '2013-12-04', 'I took three flights in November. Buenos Aires (AEP) to Cordoba Cordoba to Mendoza and Mendoza to Buenos Aires (AEP). They were award tickets through Sky Team (Delta) points. I was a little apprehensive after reading the comments here but in my case the flights all left close to on time and the aircraft were nearly new. Seating was comfortable and space was adequate. On each flight there was a beverage service and small snack box.', '', '', 'Economy', '', 10, 4, 5, 5, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'J Barnes', 'United States', '2014-12-18', 'I suppose my experience is similar to other reviews. Our outbound SFO to MEX was great on a 737-800 with footrests and plenty of room. The return tonight was awful. The legroom on business class required my wife to climb over the center console to get out of her seat. The flight attendant came by to offer a drink and slapped down my chicken dinner which was cold. He never returned for two hours to refill my water. They kept the galley curtain closed and he sat and was playing a video game most of the flight. I such a shame when you are a full fare business class customer. Airlines should be required to uphold a certain standard and inform the passengers.', '', '', 'Business Class', '', null, 2, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jeffrey R Lukas', 'United States', '2014-12-18', 'I have been using Aeromexico for several years for business travel from Chicago to various locations throughout Mexico. They have multiple direct flights. I have been happy with their service both at the counter at the gate and on the airplane. The planes seem to be maintained well and bathrooms and seating areas are clean. Service is pleasant and professional without trying to be cute during announcements. The food to me just seems to be a little better the service a bit more professional and the areas cleaner than everyone else. Again much of what one views is based on perceptions and a few negative things can color one''s view. In my case I see so many small positive things that it has probably colored my view of Aeromexico in a good way.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Richard F Geary', 'United States', '2014-12-18', 'AM 423 Nov 27 2014. AM 422 Dec 2 2014. I have flown from Miami to Mexico and back many times. For several years I made the trip once a month. I have flown on every airline that services Mexico City from Miami. AeroMexico beats them all. Basic friendliness refreshments and snacks prompt departures and arrivals reasonable and competitive fares all without the ubiquitous add-ones and charges of other airlines. I will adjust my schedule to fly this airline every time. This trip was the first in several years and it didn''t disappoint. Keep it up I''m a big fan.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Loos', 'Belgium', '2014-07-31', 'Dublin to SFO - good seat space good inflight entertainment pleasant crew flight on time dinner and snack tasted good. From SFO to Dublin - all was good as above except for the meals these were tasteless.', '', '', 'Economy', '', 8, 5, 4, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Davis', 'Ireland', '2014-07-29', 'Dublin to San Francisco return. Outward journey via Boston (second leg with Jetblue which was great) as the direct flight was sold out for days around my date of travel. Thankfully got one of the last seats on the direct flight on the return journey. Business class wasn''t in the budget for this trip but the seats in economy were fine (I''m 6''0'''' tall). I ordered one of the special meals for the Boston flight which was well worth it had the regular meal from SFO to DUB which was fine and you could help yourself to drinks and snacks from the galley at any time. The service is consistent the aircraft''s always immaculate the personal entertainment has plenty of choice and the staff generally very friendly and helpful. You can select most seats on the aircraft for free at time of booking. Lets hope AL go daily on this route in 2015.', '', '', 'Economy', '', 10, 4, 5, 4, 5, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Linn', 'Ireland', '2014-07-22', 'DUB-LHR LHR-DUB check in at T2 Dublin a breeze. Quiet flight on the way out got away early nice friendly and attentive cabin crew for the short flight. More or less the same on the way back but T1 at Heathrow looking tired. Although I''m happy to use Aer Lingus again in the near future and will be great to see the end of T1 at Heathrow when they move to the new terminal!', '', '', 'Economy', '', 8, 4, 4, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Sparks', 'United States', '2014-07-22', 'We have been flying with Aer Lingus since 1999 and until last month we always considered it our favorite airline. The flight crew and planes have always been first rate and the food while never great was at least passable. On our flight (EI-111) from Shannon to JFK we were served a meal that was quite possibly the worst we have ever been served on any airplane. We opted for the chicken "dinner" that came with some sort of rice as well as something called "Spicy Salad" if I recall correctly. The salad was inedible. If this is the type of food we can expect from Aer Lingus in the future I can assure you that we will be looking for a different carrier on our next trip.', '', '', 'Economy', '', 3, 2, 3, 1, 4, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Malinen Sampo', 'Russian Federation', '2014-06-20', 'Moscow to Berlin in business. Check-in was a breeze with a smile. Lounge at SVO pretty decent. Seats on A-320 great and greeted with choice of drinks including champagne. Cabin crew very friendly and spoke good English. I speak some Russian and was treated always with smile. Lunch very tasty. Beats Lufthansa Business any day. Captain did three announcement with good English. Flight on time would highly recommend Aeroflot on European flights anytime.', '', '', 'Business Class', '', 9, 5, 5, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Menyhart', 'United States', '2014-06-16', 'It was my first flight with Aeroflot from LAX to Rome Italy through Moscow. It was a very pleasant flight and definitely will fly them again. The flight was on time the food excellent FA''s were very polite and in Moscow City Aeroport Sheremetyevo the accommodation was superb. There is a Capsule hotel on 3rd floor and for 4 hours $103 we got a nice clean room with comfortable beds and a bathroom.', '', '', 'Economy', '', 10, 4, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Sonntag Josef', 'Israel', '2014-06-13', 'Will try my best to be objective since our luggage have not arrived (even a week later). TLV-SVO-CAN and back May/June 2014. Short leg - B-777-300 excellent seats and room. Long leg: SVO-CAN 10 hrs. A-330-300 excellent seats and room. Return flight: CAN-SVO A-330 and Short leg: A-330-300 the seats were cramped. Crew on all flights were very nice and efficient. Food was boring you get 2 meals on the long legs however they were almost the same. Flights were almost on time and inflight entertainment normal.', '', '', 'Economy', '', 7, 4, 4, 3, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'B Li', 'Germany', '2014-06-09', 'LED-SVO-STR. Very good experience overall. Both flights were on-time and comfortable. The planes were very clean and the cabin crews were very friendly and professional. 1) On LED-SVO I put the sandwich in my bag as I was not hungry at that time. The flight attendant who was serving tea/coffee saw I did not have a sandwich on my tray table so she asked me very kindly in English whether I was hungry and why not take a sandwich for snack. 2) On SVO-STR after I walked into the back cabin the flight attendant greeted me and offered to guide me to my seat. 3) The SVO-STR flight (3hrs) included a full lunch with a very generous portion of cold cut salmon and potato salad as the starter and lamb and buckwheat as the main course. The dessert was a granola bar with honey chocolate cherry and apple coating. It was very tasty! Overall from my 4 flights with Aeroflot within two weeks I have to say the level of service is quite good and consistent. I think it is really time to change the stereotype', '', '', 'Economy', '', 9, 5, 4, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Dmitry Kuzin', 'Russian Federation', '2013-06-09', 'Aegean started regular non-stop flights between IEV and ATH in Spring 2013. The A320 was 6 years old the cabin was quite ok inside. Seems like the company''s making effort to keep their planes clean. Flight attendants were just doing their job without being extra attentive. Catering included Greek cuisine and was good but not substantial - no meat was offered in the meals fine for vegetarians. Inflight entertainment meant magazines and music no TVs or anything else on that particular aircraft. The flight was on time no issues with the baggage. Overall experience is good would definitely fly again for a reasonable price.', '', '', 'Economy', '', 8, 4, 3, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'I Gerard', 'United Kingdom', '2011-01-01', 'Zero: contact their reservation/sales desk by sending 7 emails in Spanish and English. To this day I never received any reply of any kind. Still don''t have my reservation code so still unsure if my reservation exist. Have not travelled yet so can not rate on board experience.', '', '', 'Economy', '', null, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'P Moreno', '', '2010-04-20', 'Buenos Aires to Miami with a delay in the output of Buenos Aires 5hrs. After a scheduled stopover in Santa Cruz in Bolivia suffered a further delay of 4 hours. In addition to this as the plane that took us up was very small for the flight he was forced to make an additional stop to fuel in Cali Colombia. The planes we had to take us to get to Miami were dirty with broken seats no kind of entertainment (such as TV). The poor and inattentive staff of course had to deal with few resources. The return flight similar. Delays old planes but most of the journey by plane Miami-Santa Cruz had a noise in your engine that was intolerable to the ears. Large number of passengers frightened by the strange sound was heard constantly.', '', '', '', '', 1, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'K Beard', '', '2009-08-23', 'Santa Cruz to Cochabamba Cochabamba to La Paz. This airline tries hard to fill the gap left by the collapse of Aero Lloyd Boliviano but is still plagued by constant changes to schedules usually because the aircraft flying the international route (Brazil) is late in arriving in Santa Cruz and therefore delays the local flights. It also tends to overbook flights and then moves confirmed ticket holders to later flights (it is really important to reconfirm flights) and will even change flight schedules back in time so flights depart 2 hours earlier then scheduled. The airline is fine if you are not in a hurry and don''t mind delayed flights changed schedules and don''t mind having confirmed tickets ignored.', '', '', '', '', 6, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'A Gathercoal', '', '2007-10-08', 'Santa Cruz Bolivia to Sao Paulo Brazil - a saving of about $50US over GOL. At the airport check-in was easy. I recommend that you arrive early to avoid the impending line. The counter staff was as friendly and they did not charge me for my extra luggage weight. I was impressed by the 737 that AeroSur is using on this international flight [do note that most AeroSur flights use aging 727s]. The flight attendants served a box meal and drinks on this two hours flight and we arrived on time. .', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'B Crowley', '', '2007-10-04', 'La Paz - Sucre in an ex-Mexicana 727. Ticketing process is manual and very slow - beware and get your tickets before the airport! We were handed a little snack bag as we boarded then served drinks on board - a great way to provide good service on a short flight.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'S Redfern', 'United Kingdom', '2013-11-25', 'Flew Austral economy from Sao Paulo-Buenos Aires-Mendoza-Santiago. All in EMB190 jets. Only the Mendoza to Santiago flight were on time. Service was ok and the seats were quite comfortable with a good pitch.', '', '', 'Economy', '', 6, 4, 3, 2, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'N Smith', 'Australia', '2013-11-25', 'Sydney-Buenos Aires-Rio: AR1181 and AR2254 on 26 Sep 2013. Rio-Buenos Aires-Sydney: AR2255 and AR1180 on 11 Oct 2013. Really bad. Flight was heavily delayed from Rio to Buenos Aires and I missed my connecting flight to Sydney. Meal awful old plane with no inflight entertainment staff very rude. Avoid at all cost better pay $500 more and go with a trusted company.', '', '', 'Economy', '', null, 1, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'S Osberg', 'United States', '2013-11-22', 'I''ve flown this airline 12 times. Something bad has happened every single time. Aerolineas Argentinas has a near-monopoly in many Argentinean markets which is very unfortunate. On my most recent trip the flight schedules were changed an astounding 6 times within 3 months of departure with the final one being a cancellation of my flight and a new departure from a different airport. Once you do have an actual confirmed flight the chances of it leaving on time are close to zero. My personal record was an 8-hr delay causing me to miss my connecting flight back to the US.', '', '', 'Economy', '', null, 3, 3, 2, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Linda Colonna', 'United States', '2014-12-18', 'JFK to CUN 10/8/14 flight 417. Return flight 416 on 10/16/14. Excellent airline. Starting from check in all associates were friendly and helpful. Personal entertainment in the seat backs was perfect. 1st checked bag free is always appreciated. Food was great and also a bonus as it was served at no charge and with smiling associates. Aeromexico is a new favorite airline of mine.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'H Henson', 'United States', '2014-12-18', 'Excellent service and courteous employees. I flew from Puerto Vallarta and had to change planes in Mexico City for flight to Los Angeles. One glitch - my bag was put on a later flight ( about 30 to 40 minutes) along with 20 to 30 other travelers. It was frustrating standing around and wondering until an announcement was finally made.', '', '', 'Economy', '', 6, 2, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Adam Lees', 'Australia', '2014-12-01', 'I had never flown AeroMexico prior to my first visit to Mexico in October/November 2014. I was impressed that they have a new modern fleet comprising 777s and the 787 Dreamliner. The check in process at the counters in Mexico City was very expedient and friendly. The boarding and departure were timeous. The service onboard for the quick domestic flight to Oaxaca was super friendly and cheerful. I cannot fault this airline. It was a better experience than most domestic airlines I fly in Australia.', '', '', 'Economy', '', 10, 5, 5, 2, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-austral', '/airline-reviews/air-austral', 'Air Austral customer review', 'Julie Dyer', '', '2005-09-02', 'I haven''t had such a good quality of service or food on a tourist-class ticket in over 15 years (or more!). Our choice of Air Austral the first time was based mainly on the basis of our connection possibilities from Denmark. Next time it will be as a choice made by satisfied and loyal customers that believe that good treatment should be rewarded.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'E Deller', 'United States', '2014-07-17', 'Have taken Aer Lingus from the US (Chicago and NY) several times and am very impressed. The planes are new the seats reasonably comfortable (good leg room and we are tall people) the food fine and good selections on the personal TV/Movie screens. No problems with being on time staff was friendly and efficient. I was especially impressed when we got into Dublin a bit late and were personally escorted through the lines in order to make our connection on to Paris. Never had that happen with any airline before! I would fly Aer Lingus again.', '', '', 'Economy', '', 10, 4, 5, 3, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'J Clarke', 'Ireland', '2014-07-17', 'BRU-DUB. I am regular flyer on this route normally on 10.20am flights. What is going on with the re-instated check-in / bag drop queues at Brussels? I say re-instated because after online check-in finally came to BRU airport there have never been any issues with this flight in either checking in or dropping bag lines in Brussels. However last two times in June and this morning there were huge queues on both the Aer Lingus check-in line and bag drop/Gold circle line. And they both seem to advance eternally slow. Why does it seem to take so long per passenger to simply drop off a bag? I ended up getting fed up and bypassing altogether and brought my bag through security and got it checked at gate which is an added nuisance but one time I had skipped breakfast and really needed to get past security to eat something before collapsing. I am not sure what is causing the problem but there seems to be some ambiguity about the queuing lines for the check-in and bag drop / gold circle and people', '', '', 'Economy', '', 6, 3, 4, 3, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Kathy Cassidy', 'United Kingdom', '2014-07-08', 'EI3281. More often than not late leaving Bristol for. dublin. The walk to passport is so long - really is there no where closer to "park"? Should have landed 35 minutes ago and still not parked up.', '', '', 'Economy', '', 6, 3, 4, 3, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'B Li', 'Germany', '2014-06-04', 'First-time with Aeroflot. Stuttgart/STR to St. Petersburg/LED via Moscow-Sheremetyevo/SVO. Both on-time. From STR to SVO the plane was an A320 and from SVO to LED the plane was A321. The seats were very comfortable and the leg room was impressive! I am 178cm/5''10 and after sat down there was about 15cm/6in in front of my knees. In fact you can put one leg on the other without any problems. I often fly Lufthansa from Germany to Russia and in Lufthansa''s A320/321 economy cabin you definitely do not see this much leg space. The food was fine. STR-SVO includes a full lunch and two rounds of drink service and SVO-LED includes a teriyaki chicken sandwich and drinks. The staffs were professional and spoke adequate amount of English. The captains of the flights each made 3 announcements in English (welcome in-flight update and a final goodbye after landing) which were quite impressive. Overall I found the trip very pleasant and Aeroflot''s has exceeded my expectations! I can see clearly Aeroflo', '', '', 'Economy', '', 8, 5, 4, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'N Efimov', 'Canada', '2014-06-04', 'Flew Moscow - Hong Kong (Return) on Aeroflot''s A330-300. Both flights were great. Aeroflot has really stepped up their game. Both flights perfectly on-time. New aircraft fresh IFE (movies TV shows games - lots to choose from) friendly staff. Legroom could be an inch better but it seems that the rows to the back of the aircraft are worse. Food was unimaginative but edible. The crew could speak a little better English but it was sufficient. SVO airport is horrible though.', '', '', 'Economy', '', 8, 3, 5, 3, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'J Jutarat', 'Thailand', '2014-06-01', 'I fly from Bangkok to Copenhagen transit at Moscow then same route on my way back. On my way back to Thailand which is just 2 days ago on SU270 I was not impressed with the cabin crew at all. Their service was not helpful. While they were serving dinner I asked for something to drink the crew member just said "one minute". At that time I thought that they were busy serving food so I waited I ended up having to eat my whole meal without any drink! I myself would not fly with this airline again.', '', '', 'Economy', '', 2, 3, 1, 2, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Denzil Bourne', 'United Kingdom', '2014-06-01', 'Flew SU2585 and SU1860 (LHR VIA SVO TO EVN). First leg was on an A321. Sufficent leg room and liked the fact the toilets were in the middle of the cabin. Food was average but I had eaten before boarding. Staff were friendly/professional and spoke English. Second leg was on an A320. Leg room was even better. Food was better than the first legs and staff once again were professional but English was limited. No IFE on either sector. I would use Aeroflot again if the fare was more competitive.', '', '', 'Economy', '', 7, 3, 4, 2, 1, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Dmitry Kuzin', 'Russian Federation', '2013-06-09', 'JTR-ATH-DME. Both times there were new A320s with comfortable seats and adequate entertainment - magazines music overhead TV screens. First flight departed with a slight delay - 10 mins but arrived on time. On this 45 mins flight the cabin crew served a cookie and all kinds of napkins (dry and refreshing) but surprisingly didn''t offer any drink at all. The next flight was also on time. The catering was tasty with meat little salad and baklava. Drinks of various kinds were offered. Both times the cabin crew was smiley but didn''t show much care. Baggage arrived quickly. It was also very convenient to transfer through ATH. I would recommend Aegean Airlines.', '', '', 'Economy', '', 9, 5, 4, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'K Politis', 'Greece', '2013-06-04', 'Flight ATH-HER-ATH. Slightly delayed (about 15 min delay in boarding/arrival times - both ways). New aircraft very clean with nice seats. Legroom more than good for a 50 min flight Overall I would recommend flying with this airline.', '', '', 'Economy', '', 9, 5, 5, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Michel Perrin', 'Brazil', '2013-06-02', 'ATH-Santorini-ATH. A320/A321. In Athens check-in OK but boarding was extremely confusing with rude staff (overbooking even for pax with boarding cards. i.e. connecting passengers were refused boarding). In Santorini check-in at 7am completely mad people queuing outside of terminal no "Gold star Alliance members" check-in line plus a clear favor for local travel agencies and their pax. Unacceptable.', '', '', 'Economy', '', 3, 3, 2, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-austral', '/airline-reviews/air-austral', 'Air Austral customer review', 'Mike Bamber', '', '2004-12-29', 'I recently flew to Reunion on Air Austral and was very impressed. I found the service was excellent and far superior to that of Air France.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Amanda Annisa', 'Hong Kong', '2013-05-30', 'A3650 ATH-FCO 28th May 2013. One of the crew had a very bad attitude. She never smiled and just dropped the food in front of me in a very rude way without saying anything. Secondly pre-landing I was using an earphone with the music off. She told me to turn it off which I had done. However I still needed to put the earphones on my ear for descent due to discomfort in my ear during that flight. When she saw me still using the earphones she told me again when I said it was already off and she kept telling me in a rude way to turn it off. She refused to check and kept asking me to put down my earphones.', '', '', 'Economy', '', null, 1, 1, 3, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'Allan Gathercoal', '', '2007-09-29', 'Santa Cruz Bolivia to Sao Paulo Brazil. At the airport check-in was easy. It pays to arrive early and avoid the impending line. The counter staff was friendly and they did not charge me for my extra weight (about 4 kilos). I was impressed by the new 737 that Aerosur used on this leg - most AeroSur flights use older 727. The flight attendants served a box meal and drinks on a 2 hours flight and we arrived on time. I would use them again for this route.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerosur', '/airline-reviews/aerosur', 'Aerosur customer review', 'M Dekkers', '', '2007-04-23', 'AeroSur has become the leading Bolivian airline after the breakdown of Lloyd Aereo Boliviano (LAB). VVI-CBB-TJA. Checking in took about forever and the Aerosur ground staff forgot to mention airport tax that still had to be paid. This was mentioned by security officers with only 15 minutes to go. We still made it on time despite the lack of help of ground staff. TJA-VVI. While checking in I was offered to take a flight right way or two hours later. I choose the latter but was refused because the luggage guy had already tagged my suitcase for the early flight. Of course they couldn''t get it back. Again total lack of service of ground staff. The flights were ok albeit not on time. Flying in these countries is never on time. Despite all this I would certainly choose AeroSur next time but only because there''s no reasonable alternative.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'A Godoi', 'Brazil', '2013-11-20', 'Flew Sydney - Buenos Aires and Buenos Aires - Sydney. Pros: Staff helpful. Good value for money. Cons: Seats are old and sometimes broken. Food is average they serve just 2 meals in a long flight so take some with you during the flight. Old airplane and does not have entertainment system. You need to take a tablet with you - they don''t allow phones even in airplane mode. Flights delayed.', '', '', 'Economy', '', 5, 2, 4, 2, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Miguel Ferreira', 'Brazil', '2013-11-19', 'Rio de Janeiro to Montevideo via Buenos Aires and return via Buenos Aires and Iguazu to Rio. Mixed experience first flight left at 2.40am from Rio to Buenos Aires on an Austral Embraer 190 and due to heavy turbulence there was no inflight service whatsoever on the 3 hour flight no apologies at all from the crew which I found rude. Short hops from BA to Montevideo and back uneventful. The return legs were better. Flights left and arrived on time crews on both Embraer 190 (Austral) and B737 did their job well. Their spoken English is awful if I didn''t speak Spanish I wouldn''t understand a word of what they announced.', '', '', 'Economy', '', 6, 4, 3, 4, 3, null, null, 2, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Judith Byrne', 'Australia', '2013-11-06', 'The flight from Sydney to Buenos Aires was awful - the food was disgusting the toilets were not cleaned for hours - hence the smell. No entertainment other than outdated TV hanging from ceiling distorted picture and mainly in another language that could not understand. Seat in front of me was broken and was on a constant lean. The staff or should I say lack of it spent more time talking to one another or reading a magazine than attending to the passengers. The flight home was no better - it might of been cheaper but had I known what they were like I would of gladly paid the extra and flew with Qantas. I would not recommend that you fly with this airline I certainly will not.', '', '', 'Economy', '', null, 2, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'R Morgan', 'United States', '2014-12-01', 'I really think this airline is sadly overlooked in the US market. I took a chance on them a few years back when United dropped direct flights to places in Mexico I visit and found an airline with great service modern planes and competitive prices. The flight schedules are convenient and the staff I have encountered have been friendly and helpful when I have needed them. Only once have I had a issue due to weather - and they made sure to get me on another flight and while my bags did not make it on the plane they had them secured and waiting for me the next morning. In the past 3 years I have flown with them 10+ times and have no interest in looking elsewhere.', '', '', 'Business Class', '', 10, 5, 5, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Carol Knox', 'Mexico', '2014-11-06', '1 Oct 2014 San Antonio TX - Mexico City Mexico. Mexico City Mexico - Oaxaca Mexico. I live in Oaxaca and fly regularly to San Antonio to visit family in Texas. I have found the staff particularly patient helpful and courteous with my struggles to speak Spanish. My flights have been on time and the planes clean and pleasant. One trip my connection in DF was tight and the attendant booked me on the later flight in case I missed the one I was ticketed for.', '', '', 'Economy', '', 9, 4, 4, 3, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Phelan', 'United Kingdom', '2014-07-06', 'LHR-SNN 17th June 2014. I used to travel Aer Lingus on this route quite regularly however since experiencing the leg room on the A319 I see no reason now to chose Aer Lingus over Ryanair when travelling from London to Shannon. I am 6''1" and I literally could not fit my legs in to the seat. Luckily I was in the aisle however kept having to squeeze my legs in when the trolley came past. I am aware these are former Iberia aircraft hence the reason for the difference between the leg room in the A320 and the A319 however I feel Aer Lingus should have reconfigured the A319 to provide a consistent product between aircraft. I travelled in row 7 on the outbound leg of this journey (which was the former business class area for Iberia) and had more than enough leg room. Beware of travelling in the rear of the aircraft on the A319. Very unpleasant flight and I just about managed to put up with it for the hour duration of this flight. I could not imagine sitting in these seats for any longer.', '', '', 'Economy', '', 4, 1, 4, 0, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'B Tchimanga', 'United Kingdom', '2011-04-26', 'I bought the ticket in February to travel to Kinshasa in April - in March all flights were cancelled because of the conflict in Libya. I went to the travel agency to ask about what I should do - the answer was to wait until the end of the conflict. Agency was unable to rebook me or to transfer to other airlines. I am having difficulties to find their offices in London or contacts - can someone help. I have lost my money and time and no one to help.', '', '', 'Economy', '', null, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Burbank', 'United States', '2014-07-06', 'Flew from JFK to Shannon then Heathrow on June 7/8 then from Gatwick to Dublin to JFK on June 22. My husband is a retired Air Traffic Controller and said we were flying Aer Lingus or Icelandair only so we flew Aer Lingus. Loved it! The stewards were very nice and the crew were funny even in announcements. We did not upgrade the meal but they were great except on the way back I asked for the beef dish and she gave me the chicken which had curry and I can''t eat curry. After finally getting her to stop and listen they were out of beef. I slept most the way anyway.', '', '', 'Economy', '', 10, 5, 5, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'M Schoenfeld', 'United States', '2014-06-01', 'TLV-SVO and SVO-RIX. TLV-SVO was on a new A330. As is typical of the former USSR the boarding announcement was met by a scrum of people rushing the boarding gate. No attempt made by the crew to regulate boarding and as a result it took nearly an hour. Once onboard the flight attendants were generally sour and the food was stale and lukewarm. In-flight entertainment was surprisingly good but still a step down from Delta and similar airlines. Despite TLV-SVO being an overnight flight the cabin lights were never dimmed and the service was staggered in a way that essentially prevented all sleeping. Could not figure this out. SVO was pleasant enough and SVO-RIX was an easy short-hop on a new 737. No service and no complaints. Would take Aeroflot again only if the price was significantly less than other European carriers.', '', '', 'Economy', '', 5, 2, 1, 1, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'S Tsoy', 'Russian Federation', '2014-05-26', 'LHR-SVO return. Both flights on new and clean A330-300 though seats a bit hard and less comfortable than their A320/321 fleet. Chicken curry on flight to SVO and lamb on return flight and both quite nice. Flight attendants did not smile a lot but were professional. IFE very good with dozens of latest films and music. One thing that could be improved and that''s the headphones : they do not give ear cushions and so wearing headphones is very uncomfortable even painful to ears sometimes. The sound quality is also terrible. Quite a pleasant experience on both flights and I will use Aeroflot again. For 250 which is an almost EasyJet price you get a full service package IFE and SkyPriority for a 3 hour flight.', '', '', 'Economy', '', 7, 3, 3, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'S Fedichkin', 'Russian Federation', '2014-05-15', 'SVO to MUC and back. Two-hour delay of the flight from Moscow due to military parade and air space closure - no fault of the airline. But the boarding process could and should have been organized in a better way. Wonder why the jetbridge hasn''t been used. No such problems on the return flight. Both flights on A320 pretty comfortable seats decent space. Training of the staff should clearly be improved first and foremost the language skills and attitude towards passengers. At the same time a young flight assistant on the return flight at least tried to be friendly and attentive. The food was inedible on the first flight and acceptable on the way back. Entertainment should be enhanced ie. by installation of individual multimedia sets in short and medium-haul aircrafts. All in all the general experience is pretty average. The ticket price was actually quite low compared to other offers for these dates considering the flexibility in the choice of flights and the level of seat comfort is pre', '', '', 'Economy', '', 6, 4, 3, 2, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Michel Perrin', 'Brazil', '2013-05-29', 'FRA-ATH. May 25. A321. Boarding totally messy. Excellent food and drinks. Extremely pleasant staff. Luggage arrived very quickly.', '', '', 'Business Class', '', 8, 2, 5, 4, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Kyriakides', 'United Kingdom', '2013-05-01', 'LHR-LCA-LHR economy. Superb inflight service three servings of drinks and appetizing hot meals. Punctuality good. Cabin crew courteous smiling and pro-active.', '', '', 'Economy', '', 9, 5, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D Snow', 'Ireland', '2013-04-24', 'Cyprus to Athens on Aegean. An excellent flight and a great service. The staff are great and very friendly. Food was also nice. Only downside was check in which had a long queue.', '', '', 'Economy', '', 9, 4, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Gilchrist', 'Australia', '2013-11-05', 'By far the worst airline I have flown. Flew Sydney to Buenos Aires in a plane that looked like it was from the 60''s. It was filthy on the outside and inside was even worse. When I opened my blanket on the plane it smelt. The staff were almost non existent during the entire flight. For the price I paid spending a few more dollars to fly with a competent airline with modern planes would be completely worth it.', '', '', 'Economy', '', 1, 2, 1, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'F Costanzo', 'Argentina', '2013-11-04', 'Tucuman-Buenos Aires-Tucuman. Two good flights the first on a Boeing 737-700 departed on time and arrived 15 mins early. Flight service is efficient and cabin crew very friendly. Totally recommended.', '', '', 'Economy', '', 10, 5, 5, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'T Allen', 'Australia', '2013-10-31', 'The saying that you get what you pay for is spot on when it comes to Aerolineas. Great value for money if you don''t have high expectations of the airline in the first place. Flight to BA was fine. No delays and food ok. The flight back however took off 2.5 hours late and then stopped in Patagonia with no explanation as to why so all up the journey took over 18 hours instead of 13.', '', '', 'Economy', '', 5, 3, 3, 3, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'R Santos', 'United States', '2013-10-25', 'Flew return MIA-EZE and was a bit worried after reading the post. Have to say was very surprised on the outbound flight as the crew were very nice and attentive the food was good and the "new" business seat OK. The inflight entertainment was the flight map since nothing else worked. The cabin was tatty but clean so all in all ok marks for that. The return on the other hand lived up to everything I have read. This crew would put to shame any US crew when it comes to sitting in the galley doing nothing. Food was terrible and yep got a thimbleful of wine. Glad it was overnight so I got to try and sleep but that was hard given the number of families that the pilot FA''s and gate agents brought up to the business cabin. All in all I still think they were an OK airline if you had no other choice.', '', '', 'Business Class', '', 4, 3, 3, 3, 1, null, null, 2, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Annemarie Fox', 'United Kingdom', '2011-04-10', 'Gatwick to Joburg (troubles just beginning to brew in Libya). The start seemed off putting when I noticed an extra three hours on the flight time from Tripoli to Joburg which the booking office could not explain also when I was not on the reservations list at check-in. However the latter was sorted without hassle. Service on flight to Tripoli was fine plane new and clean food good. However we landed in a sandstorm which was worrying. Fortunately we were herded along to the departures lounge as all signs in Arabic. Onward flight delayed by a couple of hours due to sandstorm. Toilets at the airport were inadequate in number but reasonably clean. We were then taken on what felt like a mystery tour on an airport bus down a dirt road - turned out to be to the other end of the runway where our plane sat all on its own amidst military aircraft. The three hour extra time was now clear as it was a much smaller plane than expected (a few passengers had seats allocated on row numbers which were n', '', '', 'Economy', '', 6, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Anne Farmer', 'United States', '2014-11-03', 'Flights from San Antonio to Cuernavaca then back to Atlanta were most pleasant experiences. All the things I like to have happen when flying came together on both flights. Both were on time check in went quickly and smoothly every Aeromexico person I had contact with was professional and friendly and even boarding was quick and efficient. The meals - sandwich and candy bar - was well a sandwich but the bread was fresh and a fun sized Snickers isn''t all that bad. This was my second and third flight with Aeromexico and all were very pleasant flights. I caught up on a TV show going down and a movie coming back home. For me the airline did a great job and the fare was very reasonable.', '', '', 'Economy', '', 10, 4, 5, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Robert Hansen', 'United States', '2014-11-03', 'Flight 24. Departed at 11.55pm on Oct 20 and arrived at 12.30pm on Oct 21. Had a very positive experience with my flights to and from Mexico City to Rio de Janeiro in Premiere Class. From the gate agents to the inflight crew the service was excellent. The meals and entertainment was also very good.', '', '', 'Business Class', '', 10, 4, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'D Ito', 'Germany', '2014-10-31', 'MEX/PVR morning flight. Check-in staff forgot to put a priority tag on my luggage. Even 70min flight Business class meal was only one muffin same as Economy class. The only different thing was refilling coffee. Seat was enough big but old. It''s ok because of a short haul but if it''s more than 2 hours I take Economy class to save money.', '', '', 'Business Class', '', 6, 4, 4, 2, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'R Warren', 'United Kingdom', '2014-07-06', 'Flew BRS-DUB-YYZ then YQG-YYZ-DUB-BRS in June 2014 as it was convenient to fly from our home airport rather than drive to London for a direct flight. Could not check in online as we had not booked directly with airline which meant an early start at the airport and no seats together. BRS-DUB with Stobart and a tiny noisy twin-prop as you might expect for such a short flight. DUB-YYZ plane looked brand new - think this route had only just started flying - and was full. 3-3 configuration felt very cramped. Drinks and food OK but not served until about 2 hours into the flight and no pre-landing snacks left by the time they got to us on the back row - we were offered a selection of biscuits instead. Service was fine apart from this. IFE selection limited and touchscreen system somewhat temperamental. Not a full-service airline so alcoholic drinks had to be paid for (we were prepared and brought euros just for this). On return YQG-YYZ sector by Air Canada - checked bags through to BRS for us', '', '', 'Economy', '', 6, 3, 4, 3, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Askew Derek', 'Canada', '2014-07-06', 'A comfortable flight crew were pleasant but not much seat room. A little costly compared to other airlines with no direct flight from Toronto to London. Baggage amount was reduced to regional amount on way back to Toronto as we flew from Newcastle yet it was International amount from Dublin to London didn''t make sense.', '', '', 'Economy', '', 8, 3, 4, 4, 4, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Ken Gibson', 'United Kingdom', '2014-07-01', 'Belfast City to Heathrow on 24 May and return on 8th June A319 both ways. Found the seats hard and the leg room constrained compared to several flights of similar length on Bangkok Airways A319 in late May/early June. Would not like a three or four hour flight on these aircraft. Would only recommend if no alternative unlike EI long haul which I consider good.', '', '', 'Economy', '', 6, 1, 4, 0, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'R Panchal', 'United Kingdom', '2014-06-25', 'BHX-DUB-JFK. We booked Aer Lingus because it was the most cost-effective option to New York from Birmingham with a short connection time. I was apprehensive above flying Aer Lingus based on previous reviews. The BHX-DUB sector was on an Aer Arran (now Stobart Air) ATR which was practically empty with overhead bins that accommodated carry- on''s but the aircraft was very noisy. DUB-JFK was an A330 in 2-4-2 configuration. Seats and leg room were ok. Seat back TV entertainment was limited and not the most user friendly. Alcoholic beverages have to be paid for and there was only one round of soft drinks. The meal was mediocre and the pre-arrival snack was a flapjack. The crew constantly seemed in a hurry to distribute meals and drinks to the point where they practically chucked it at you before moving on. The crew then disappeared not to be seen until arrival. Whenever I fly transatlantic in economy I always seem to be disappointed. Nothing beats the middle eastern carriers on service. The ', '', '', 'Economy', '', 6, 3, 2, 1, 2, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'M Payne', 'United Kingdom', '2014-04-19', 'SU2584 SU262 and SU271. Out April 4th back April 17th. Preferably I would never use Aeroflot again - expensive queues at every stage slow miserable long faced staff videos on board out of date food poor.', '', '', 'Economy', '', 1, 3, 2, 2, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Trevor Vowles', 'United Kingdom', '2014-04-08', 'I traveled with Aeroflot last December going to Bangkok via Moscow and the same return trip. The aircraft cabin was not clean on all of the 4 legs I traveled the cabin crew were rude and unhelpful food inedible and on two of the planes the TV radio and reading light were not working. I will never use Aeroflot again.', '', '', 'Economy', '', null, 1, 0, 0, 0, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Salpingidis Lefteris', 'Greece', '2013-03-26', 'Quick check in boarding and departure on time. We had a light dinner. I have travelled with Aegean many times and I think that on SKG-STR route they should improve catering and entertainment. Staff very friendly.', '', '', 'Economy', '', 10, 5, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'B Elias', 'Australia', '2013-10-20', 'Arrived at the airport at 4.30am supposed to fly to Sydney at 8.30am had a connecting flight to Melbourne from Sydney. Flight was delayed until 9.30am then until 1pm didn''t leave Argentina until 2.30pm now stuck in Sydney airport on the floor because Qantas have a cut off time on the weekend and Aerolineas Argentinas managed to get me after the cut off time when I was supposed to be here at 5pm! If there is another airline out from Argentina I would take that instead if this one. Even the flight entertainment is poor. You don''t get your own screen so you''re stuck watching these old tvs that the worst picture known to man. The only good thing was that I got 2 seats to myself. Probably because everyone knows not to fly with them!', '', '', 'Premium Economy', '', null, 1, 3, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'M Hone', 'Australia', '2013-10-02', 'We flew return to Buenos Aries from Sydney. Condor class was not a lot more expensive than economy given the 16 hour trip. We had plenty of leg room and the food was excellent. The seats and everything seemed to function. Flights were on time and our luggage arrived on the carousel. Check in was speedy. As other reviewers noted the planes are old so I needed a cushion for lumbar support and we took tablets with books and movies downloaded. This worked very well with excellent picture and sound quality. Staff perhaps could have done more to keep others under control eg a couple immediately behind us watched videos on their laptop with no earplugs so we got the full sound while we were trying to sleep. Given the reviews we were pleasantly surprised with the trip.', '', '', 'Business Class', '', 8, 4, 4, 5, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'J Howell', 'United Kingdom', '2011-01-09', 'I booked a flight to Lagos via Tripoli. We had delays at Gatwick but once in Tripoli we were told to wait two days for our connecting flight to Lagos which - totally unacceptable. We stayed in the airport from early Mon morning until monday evening stranded without any local currency and offered refreshments approx 11am. After a lot of protest we were put on flight approx 8pm that evening. This was my first experience with Afriqiyah and will be my last - despite the savings it wasn''t worth the terrible experience. The lack of communication in Tripoli was disgraceful and =on the plane the staff were curt.', '', '', 'Economy', '', 3, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'T Helden', 'Belgium', '2010-12-23', 'BRU-JNB-BRU with a stopover in Tripoli. There were some troubles with the in-flight entertainment. On our way to JNB there were not enough headsets so we couldn''t use the inflight entertainment. On our way back from JNB to Tripoli the inflight entertainment in our part of the plane didn''t work at all. The food was okay and the cabin crew friendly. It''s definitely value for money but there are some things to improve.', '', '', 'Economy', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'P Howell', 'United Kingdom', '2010-10-12', 'LGW-TIP-LGW on A320/A330. Both flights approx 1 hour delayed Servisair lounge at LGW basic and overcrowded quiet lounge in Tripoli. Uncrowded flights - very few pax in Business cabin. Comfortable seats for 3 hr journey but angled lie-flat seats on A330 too short for me (1.80m). Food tasty (no alcohol of course) limited but OK film choice on AVOD. FAs sweet but not all spoke english. Be aware Tripoli airport can be difficult to navigate as all signage in Arabic only!', '', '', 'Business Class', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Tony Saunders', 'Mexico', '2014-10-31', 'Aeromexico is a good airline but there is a huge gap in quality from aircraft to aircraft for instance last week I flew from CUN to MEX in a new B737-800 excellent in every way. My next leg was MEX to TIJ in a B737-700 old cramped no inflight entertainment just one tiny bag of peanuts for a 3 hour flight toilet old and dirty. The boarding procedure AM is implementing is awful and useless. It takes longer and it is absurd. First they board pax on window seats then center seats and on final call aisle seats no matter if you are in row 10 or 24. Uncomfortable at the gates. AM is the best airline there is in Mexico.', '', '', 'Economy', '', 7, 3, 3, 1, 1, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Andreas Jancso', 'Brazil', '2014-10-28', 'Return trip - Sao Paulo to Puerto Vallarta connecting through Mexico City leaving October 9th and returning October 14th. One day before departure I received an e-mail informing me that the return flight was postponed from October 14th at 23:15 to October 15th at 08:40. Since I had to be back in Sao Paulo on the 15th in the afternoon I contacted Aeromexico in Brazil to request that my return flight be transferred to TAM who code share with Aeromexico on this segment with the flight leaving Mexico City around 20.00. Aeromexico told me that the notification must be a mistake because they see no changes in their system and all flights are according to original reservation. As proof they even sent me a copy of electronic ticket which really showed all the correct departure times. Also checking the Aeromexico site there was no indication of any delay. So I forgot all about it until one day before my return flight when I got a Trip Reminder e-mail stating again that the return flight was now', '', '', 'Economy', '', null, 0, 1, 3, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Jim Conner', 'United States', '2014-06-23', 'Our return flight to the US from Edinburgh was not a good experience. We waited in line 55 minutes while one employee handled baggage and check in for the flight. While she assured us that we would make the flight it was a harrowing experience after we arrived at the airport 1 hour and 20 minutes early. At the gate one employee handled boarding and she had to check a number of bags because the overhead bins were inadequate for a typical carry on. We paid extra for upgraded meals which were terrible and I hate to think what those that did not upgrade had to eat. The attendants from Dublin to Orlando were no shows except for the meal service and a laughable cookie snack. I would never recommend Aer Lingus to anyone.', '', '', 'Economy', '', 2, 3, 0, 1, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Pat Humphrey', 'United States', '2014-06-20', 'Airbus 330 Dublin to Orlando June 17th 2014. The A330 would be comfortable for a trip that lasts 4-5 hours tops definitely not as long as 8 hours. The Dublin to Orlando journey was very uncomfortable the seats are far too narrow the leg room is a minus and the arm rests are far too narrow. All in all a horrible journey. The flight was very smooth. The air hostesses were abrupt while trying to accommodate everyone. I will think twice before I book another long flight with Aer Lingus.', '', '', 'Economy', '', 3, 1, 1, 1, 2, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Ruben Gilibert', 'Spain', '2011-01-30', 'Mexico-Lima flight was really bad and service terribles. They serve you just a meal and after the crew disappear - no movies and music program was not working well. Boeing 737-800 and for six hour flight is a narrow plane.', '', '', 'Economy', '', 2, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Sargeant Alan', 'Australia', '2014-03-18', 'Bangkok - Moscow - Bangkok. Flights arrived and left reasonably on time. Service was satisfactory and cabin staff seemed quite friendly. They spoke only Russian with me but I heard adequate English to the non speaking Russian behind me. Food and wine was OK and the entertainment adequate. The return overnight flight had a flat bed and I had sufficient rest to be able to rent a car on arrival in Bangkok the following morning. Aeroflot continue to provide a reasonably priced direct service to Moscow from Bangkok which is why I use them.', '', '', 'Business Class', '', 9, 4, 4, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'M Studzinski', 'Poland', '2014-03-17', 'Moscow-Bangkok-Moscow. Departure from old and dark Terminal F in Moscow. Boarding started about 50 people went to the jetty when they stopped everything due to broken galley on board. We were strangled inside the jetway for over 30 mins with no info at all. Couldn''t get on board and they closed gate doors so we couldn''t comeback to the gate. Horrible service. Flight itself was ok nice 777 but 10 seats abreast is too much on such a long flight - too cramped and not comfortable. Crew were very young tried to smile few times and be nice. IFE was good. Food acceptable but very small portions. No alcohol was served at all. Return flight without any boarding problems. Food much better than from Moscow but no choices were given at all. Young crew didn''t smile even once quite poor English female FAs looked very nice and groomed but male FAs looked like some cheap bar workers - all ties untied buttons of shirts were left opened really bad view. Not impressed at all. Generally I wouldn''t recomme', '', '', 'Economy', '', 5, 2, 3, 2, 5, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Nick Tselikas', 'Greece', '2013-03-04', 'ATH-NTE 11 August 2012. Flight was on time the meal was served after one hour as we experienced turbulence and flight attendants weren''t allowed to serve us. The meal was a sandwich and endless drinks. Crew friendly and smiling. NTE-ATH 18 August 2012: Flight on time. Boarded fast it was 100% complete like the last flight. Flight attendants served the meal immediately so people could sleep (the flight was late in the night). The meal was a sandwich again. Arrived on time. Nice experience will travel again this summer.', '', '', 'Economy', '', 9, 5, 5, 3, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Stathis Panagiotopoulos', 'Greece', '2013-02-14', 'Last August from Athens to Prague and back. The airplane was an Airbus A320. Clean and comfortable. The staff were very friendly. Flight took off on time and arrived in Prague on time. The meal was poor but the trip was short. The first part of my trip the aircraft was full from Prague to Athens after 5 days only 60% full. I paid only 125 euros for the ticket!', '', '', 'Economy', '', 8, 4, 4, 3, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Vasileios Panidis', 'Italy', '2013-01-22', 'Athens-Milan MXP. Airbus A320. Flight on time. Very pleasant trip. Cabin staff as always friendly and helpful. Nice meal.', '', '', 'Economy', '', 9, 4, 5, 3, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'M Hone', 'Australia', '2013-10-02', 'We recently traveled on 3 domestic flights within Argentina - Buenos Aires - Iguazu - Salta - Buenos Aires. We had no problems with any of the flights. They departed on time and our luggage arrived safely. Check in was super fast. The planes were reasonably modern and staff service OK. Food consisted of a snack box which was adequate for a short haul flight. While the flights were expensive prices were reduced considerably by purchasing discounted tickets before we arrived in Argentina. Given the reviews we were pleasantly surprised with the flights or perhaps we were just lucky. There was certainly nothing wrong with them.', '', '', 'Economy', '', 8, 4, 0, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'P Galea', 'Australia', '2013-09-22', 'Pretty average flight Sydney-Buenos Aires. No seatback screen food OK. The return flight BA-Sydney was poor. The same movies were showing as 5 weeks previously! The food was awful. The service was ordinary. Nobody appeared to have checked the toilets for about the last 8 hours of the flight - no toilet paper full bins - disgusting.', '', '', 'Economy', '', 3, 4, 2, 2, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Martin Pablo', 'Argentina', '2013-07-18', 'Buenos Aires to Trelew and back. Overall very good service for the value. Smiling and helpful cabin attendants and good snack box provided on such a short flight. No inflight entertainment only magazines (this point should be improved). Fast and efficient baggage delivery. I would certainly recommend this airline.', '', '', 'Economy', '', 8, 4, 5, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'F Whitehead', 'United Kingdom', '2010-07-12', 'We flew to Johannesburg from London Gatwick via Tripoli to attend the World Cup. All flights near enough on time and a smooth transit through Tripoli. Tripoli airport is not too bad although I wouldn''t like to spend more than a few hours there. The entertainment was good food as good as expected the were polite (but spoke little English) and the seats comfortable with sufficient leg room. I did get the impression that the staff were probably a little too laid back at times. Overall the value for money was excellent the customer service was good and the planes were modern (although they did need cleaning up a bit.)', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Andrew West', 'United Kingdom', '2010-06-20', 'Firstly the take off was delayed with no announcements when we asked at the desk they just said ''we will go when we go''! Once on the plane we noticed it is empty so we had extra space but it looks like they failed to clean properly my table was covered in food smears when I asked for a wet towel to wipe it off I was told to ''just relax man just chill''! It was almost funny how clueless they were! Staff were friendly but no idea of customer service or professionalism. The quality of the food seems to be dependant of the airport you last left leaving SA or the UK the food was ok with a North African theme but when we left Tripoli the food was inedible. The flights are dry so they only serve warm juice or soda. The movies are heavily censored at first it''s quite amusing but it gets irritating after a while. Woman''s shoulders are blurred out and they even censor out all references to alcohol or gambling but blood death & murder are all good! Tripoli Airport is awful you can barely breath fo', '', '', 'Economy', '', 1, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-astana', '/airline-reviews/air-astana', 'Air Astana customer review', 'R Oussalah', 'Thailand', '2009-08-23', 'Have flown several times on Almaty - Bangkok route. Whilst not at the level of top airlines I had no problems at all. Flights on time. Food OK. Planes relatively new and clean. Happy to continue as is quickest route for me and no complaints.', '', '', 'Business Class', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Karen Parker', 'United Kingdom', '2010-05-26', 'London Gatwick - Tripoli - Accra return. Tripoli to Accra was delayed a little as only one scanner was working so when they started boarding about half the passengers were still on the wrong side of the security check. The other flights were on time. Food good seats comfy checked luggage was where it should be price was excellent. Having read previous comments here I had to see how bad the loos at Tripoli airport could be and was disappointed : clean and even soap in the dispenser!', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jacques Passy', 'Mexico', '2014-10-28', 'I had two flights with them in business class MEX-MAD and LHR-MEX. The Madrid flight was in a 777 and the London - Mexico flight was in a new 787. Completely different experience. They have substantially improved their food offering but now the crews have an excellent attitude in the way they treat the clients. The seat in the 777 is outdated as is the entertainment system but the 787 flat bed seat is a great quality seat. I can never sleep on planes and when I went up to the galley for a snack I found the cabin crew to be very friendly.', '', '', 'Business Class', '', 10, 4, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'C Calvert', 'United States', '2014-10-28', 'I read all the bad reviews and decided to take a chance anyway. I had three tickets to Mexico from two different places. On all three tickets and on two separate occasions they changed the flights and added a ten hour layover. They said that they would fix it by asking me to leave a day later. I booked through Expedia and they would not help. I was on the phone with Expedia and Aeromexico for at least two hours. They did offer a refund but by this time all the fares were at least $250 more. I had to cancel all three tickets and rebuy on other airlines at an extra cost of $750! Their schedules mean absolutely nothing - and certainly don''t book on anything that requires a connection.', '', '', 'Economy', '', null, 0, 0, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'F Vedrenne', 'Canada', '2014-10-22', 'Due to past experiences I was weary to pick AM on this YUL-MEX-YUL flight nevertheless this time they surprised me and exceeded my expectations on both sectors. Both flights were on the newer 737-800s. I was upgraded on the outbound flight. Seats were the standard for medium haul although getting off the seat to walk can be cumbersome for those on the window seats. Meals were OK. Purser was courteous but distant. Inbound flight is a redeye. Service and meals were really good seats new and comfortable the one problem is that Montreal flights have a dedicated check in area and there were only two staff members working the flight so it took a while to check in. New 737s are really modern with PTVs and sky interiors. I don''t know if this experience is enough to say that they have really improved.', '', '', 'Economy', '', 9, 4, 4, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A Clarke', 'Ireland', '2014-06-09', 'Flew from AGP-DUB on EI585 (A333) paid a bit extra to sit in Business class not sure how comfortable I''d be lying ''down'' at that angle for a long period of time or if it''s worth it. The entertainment screen can be pretty difficult to see if the shade is left up. EI should maybe roll out a business ''lite'' for this route and throw free something or other into the mix but really it''s quite a short flight so not hugely important but might be a nice touch. Bought a breakfast quite nice and filling. Crew the usual brand of EI pleasant. Usual happened on landing and has happened the last few times it''s almost like someone has a peek out of a window and wonders what a plane is doing there as if it''s a surprise. Waited an age to get on stand even though multiple were empty equally as long for a land bridge and then another 20 mins for luggage. Fine in the air but the ground needs work. Recommend all the same just don''t be in a rush after landing.', '', '', 'Business Class', '', 8, 4, 5, 4, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'David Carlson', 'United States', '2014-06-09', 'I flew business class to Ireland for my vacation and I can say it was the best flight. It was all I thought it would be on Aer Lingus. The business class seating and all you get is worth the value in all areas. The service from the crew was great always seeing if you needed something if you were doing ok and keeping you updated.', '', '', 'Business Class', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Nicolas Viart', 'United Kingdom', '2014-06-08', 'Travelled LGW-YYZ business class. My first trip with Aer Lingus long haul and I was not sure what to expect. The experience was just perfect. Business cabin has only 12 seats plenty of room for storage. I had no neighbour making feel well isolated for a quiet flight. Sleeping was comfortable although the not fully flat bed is a bit tricky to handle at first. Food was one of the best I had on the many airlines I''ve flown with. Finally staff were very careful smiling and professional. I would definitively fly again with them. The only point to improve would be a better dedicated business check-in at LGW.', '', '', 'Business Class', '', 9, 4, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Veljic Jelena', 'Austria', '2014-03-12', 'I flew from Vienna to Hong Kong via Moscow and back. A few suggestions for improvement: the airline could work on the friendliness and on the language skills of its stuff. The inflight entertainment for the long distance flight was perfect but very poor for the short ones. Food and drinks was very good!', '', '', 'Economy', '', 9, 5, 4, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'J Park', 'Canada', '2014-03-10', 'My wife and I flew from PEK-LHR with a tight 50 minute connection at SVO. Having to connect at SVO was the only downside to an otherwise comfortable and pleasant trip. Anyone who knows SVO terminal knows that it is overburdened chaotic and in dire need of an overhaul. We made our connecting flight (no thanks to the indifferent Aeroflot ground personnel) only because the aircraft was late arriving in Moscow. That said we still had to run through the terminal. Flights on SU were surprisingly good with comfortable seating choice of well catered meals and cabin attendants who were very professional and friendly. This airline has really upped their game on long haul international flights. In fact I dare say there are equal to if not better than many of their European competitors. And price wise they are way ahead of the game. It''s a shame they use SVO as their hub however.', '', '', 'Business Class', '', 9, 4, 5, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'A King', '', '2008-12-22', 'Gatwick to Accra. I was not disappointed with the quality of service - time seat cleanliness entertainment and food. Each section of the trip proceeded smoothly and I felt comfortable. Whilst the airline was superb I was disappointed with the toilet facilities at Tripoli. On both the outbound and the inbound flights I have never seen an international airport with deplorable and unhygienic toilets like the ones I saw in Tripoli.', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'H Xue', 'China', '2014-02-26', 'HKG-SVO-MAD and return from BCN. Flight crews on all 4 sectors were very professional and made every effort to make the flights as smooth as possible. Food very impressive both in terms of quality and quantity. Seats and Inflight Entertainment were not among the best but still met the average standards you would expect for long-haul flights. The real drawback for Aeroflot is the transfer at SVO in addition to all those comments already made we encountered extra problems as we only had about an hour transfer time on our return journey. A staff member called all passengers to HKG at passport control we were guided through Terminal D and E to the boarding gate at F - all by running there were no trolleys so we had to take all carry on luggage by hand - that''s 20 minutes running. Our checked in baggage was left behind only arrived the next day according to Aeroflot''s ground agent at HKG this is a daily recurring problem to this flight.', '', '', 'Economy', '', 7, 3, 5, 5, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Y Raltseva', 'United Kingdom', '2013-01-16', 'Munich to Thessaloniki and back into Frankfurt as part of a connecting flight to/from Heathrow that was actually booked with Lufthansa. Cabin experience was good even though there was no space in the overhead lockers both ways and I ended up storing the bag under the seat which meant reduced legroom. Service on board and catering acceptable but nothing special. Food good but service disorganised and one FA asked the customer to remind another FA to bring him water! Check-in experience was the worst with a huge queue and people trying to barge in. When I raised this with staff at bag drop-off they didn''t seem bothered and said they would rather use capacity for the actual desks. Overall customer service on the ground was not great. In future I am going to avoid this airline as would advise you to never try to book a flight on their website. This is meant to confuse and rip you off. I have been booking flights for my own use and for work and have never encountered such an error with the ', '', '', 'Economy', '', 3, 2, 3, 4, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Sryros Gatos', 'Greece', '2013-01-08', 'SKG-ATH-FCO return. A320 and A321. All flights about 70% full. Clean cabin friendly and nice crew comfortable seats. Food ok just a sandwich and free drinks. Smooth flights and arrivals ahead of schedule.', '', '', 'Economy', '', 7, 5, 5, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'P Taylor', 'Australia', '2013-07-15', 'Sydney to Buenos Aires return. Plane out very old and needing internal maintenance. A couple of overhead locker taped up with do not use notices. The TV that I could see did not work. Didn''t see the cabin staff smile once. Seats are tired and sagged. Food was good though I had taken bits to eat but the meal we got was good. No in flight services after the meal but drinks and snacks available. On the way back we were at the airport 23 hours before the flight (due to our connection) and requested a row of seats together. Couldn''t check us in as check-in opened 3 hours before. When we checked in 3 hours before we were sat in different seats over the plane and told there were no available seats! Managed to get the children sat together and myself and my wife were in separate seats. On return the plane was in a slightly better shape a little newer. The TV was working but lost the red so some interesting colours for the films. Reasonable films and one channel in English. Food was again good.', '', '', 'Economy', '', 7, 2, 2, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'R Howitt', 'Australia', '2013-07-10', 'Flew home from Sao Paulo to Sydney in January 2012. 4-hour delay departing change of aircraft at Buenos Aires resulted in an 8-hour delay. Passengers asked to wait in a lounge then abandoned. No staff for several hours. After 6 hours we got a rapid announcement in Spanish. Passengers were English-speaking Australians! BA to Auckland was unpleasant. TV screens were not working well. The girl in front of me ordered a vegetarian meal as did I. Of course they did not have it. They never have vegetarian meals. The hostess actually argued with the girl and told her that it was her fault that the meal was not ordered. The final insult was a 4-hour delay at Auckland Airport. I will never fly Aerolineas Argentinas again.', '', '', 'Economy', '', null, 2, 2, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Nathan Hunt', 'Australia', '2013-06-28', 'Flight between Sydney and Buenos Aires was pretty good. Staff were friendly and spoke English! Once I arrived in Buenos Aires this changed. Next flight was to Sao Paulo but they refer to it as San Pablo. This flight was delayed a couple of hours but the staff were pretty good. Once I arrived at Sao Paulo the service was not as good but still okay. Staff seem tired and run down. Staff at the gate could not decide which gate the airline was at. If your a person of English speaking background and don''t know much Spanish or Portuguese it pays to find someone to translate. I flew to Curitiba and the service was excellent and staff were friendly! We arrived on time. On the way back my flight got delayed and was going to be diverted from Buenos Aires due to poor weather. A nice stewardess kept me informed of this. Staff were very professional with the delay too. Overall a great experience.', '', '', 'Economy', '', 8, 3, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'M Bekkering', 'United Kingdom', '2010-03-19', 'London -Johannesburg via Tripoli return. I took the precaution of travelling hand luggage only and making sure not to use the bathrooms during the stop over at Tripoli and was pleasantly surprised. The service matched any I''ve travelled with over the years and at half the price. Considering they offer the option of twice as much luggage in the hold as any other airline I''ve travelled with I might even travel with lots of luggage next time!', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'C Grant', 'France', '2010-02-15', 'CDG-TIP-OUA out ABJ-TIP-CDG return. Excellent flight to TIP clean new A330 with good food and friendly staff. Flight to OUA similarly well presented. Unfortunately the flight from ABJ-TIP was operated by Nouvelair on Afriqiyah''s behalf other passengers also noticed the difference with grumpy staff and terrible food. Happy to return to CDG with Afriqiyah again and more good service.', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'B Humphrey', 'United Kingdom', '2010-01-23', 'Crew dreadful food cold - delays from start to finish on outbound and inbound. Tripoli is the filthiest most hostile place and staff bully passengers especially female. We were delayed for 8hrs and no one would help. They all smoke in the no smoking areas the toilets have to be seen to be believed. Brand new planes are good but there the value stops - it is just not worth the saving on flight costs.', '', '', 'Economy', '', null, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'H Brant', 'United Kingdom', '2010-01-23', 'London Gatwick-Tripoli-Johannesburg return. I booked on price so my expectations were fairly low. The first three sectors were more or less on time fourth just under 30 minutes late. I was pleasantly surprised to find LGW check-in desk open nearly 4 hours before the scheduled departure time! Airline food is rarely very good in economy but Afriqiyah''s compared quite favourably with most. My only criticism is that a couple of dishes were quite spicy - and a choice was not always offered. I was pleasantly surprised by the in-flight entertainment which had a modern touch-screen interface and seemed to be reliable. Legroom was good. For me the only negative issue really was Tripoli Airport. The departure lounge is small and not very comfortable. There were people smoking despite "no smoking" signs. Maybe smoking is only allowed in certain areas but the smoke carries everywhere. The toilets are in serious need of modernisation too. I was glad I didn''t have to spend long there. The staff ther', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'A Regan', 'United Kingdom', '2010-01-20', 'In June 2009 I booked a trip from London to Cape Town (via Tripoli) with Afriqiyah Airways leaving on Christmas day for about £400 - a pretty good deal. However in September they decided to stop in Johannesburg instead and booked us a transfer from Johannesburg to Capetown. Alas on our way out after an unscheduled stop in Paris to pick up "a few passengers" and a 4-5 hour unexplained delay in Tripoli we missed the connecting flight and had to pay £200 each for new tickets - despite reassurances from Afriqiyah Airways in Tripoli that they had transferred us onto later flights. In the end we were travelling for over 24 hours. On the way back the travel documents we used to travel out were not accepted in Johannesburg airport and we had to call the UK from a mobile to get further details. Once again we got stuck in Tripoli airport for over ten hours due to snow at Gatwick. Tripoli airport is awful - it is one giant ashtray with disgusting toilets. Despite the lovely planes this was the wo', '', '', 'Economy', '', 2, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Joyce Fay', 'United States', '2014-10-12', 'Was extremely pleased with the level of friendly professional service we received on two flight segments from Cincinnati OH to Cancun Mexico a few weeks ago. The stewardesses on every one of the four flights were so helpful and willing to please that I was taken back due to the fact that of late stewardesses in general have carried an air of arrogant indifference. The planes were very clean. The schedule was adhered to.', '', '', 'Economy', '', 10, 3, 5, 3, 5, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'I Tzurieger', 'United States', '2014-10-12', 'During the 3hrs and 20min flight from Mexico City to Tijuana Aeromexico created a very pleasant experience reminiscent of the golden age of flight. The crew was young and attentive professional and bilingual. The aircraft was a wonderfully well kept 737-800 with a state of the art entertainment system. Complementary snacks and drinks including alcohol were served twice during the journey. Landing was on time and arrival at the gate was relatively quick. I would definitely fly with them again.', '', '', 'Premium Economy', '', 9, 4, 5, 5, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'M Chavez', 'United States', '2014-10-05', 'I was pretty excited to once again fly the Dreamliner especially on the direct NRT-MEX in Biz. The cabin itself is nothing out of the ordinary for business class. It is a 2-2-2 configuration typical on 787s. Enough room to stretch out and sleep if needed. What disappointed me though was the service. You would expect for paying what I paid for that seat they would have been more attentive. The only times the flight attendants came around to attend to us was when serving dinner serving breakfast and once to bring us a bottle of water. Other than that they stayed in their areas chatting the entire flight. I was traveling with a family member and we stood up to stretch and order a beer. Well after they had served us each two they said they were out of beers. Really? Overall the only thing this flight had going for it is that it is the Dreamliner and it is direct from NRT to MEX. if you don''t mind a stopover I recommend flying to SAN on JAL''s Dreamliner and transferring there or maybe to LA', '', '', 'Business Class', '', 5, 4, 1, 1, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Licudine', 'United States', '2014-06-05', 'Boston to Shannon March 9 (E10134). Shannon to Boston on March 18 2014 (E10135). I have been flying with Aer Lingus since I was a child and am never disappointed with the food service and hospitality offered. The planes are well kept and clean. The crew were so attentive - they define Irish hospitality.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Darlene Witte', 'United States', '2014-06-04', 'Very disappointed Aer Lingus cancelled our flight from Dublin to Boston on May 30 and treated us very poorly on the rescheduled flight on June 2nd. I am in full support of the labor action by the crew but I will never recommend Aer Lingus to anyone. We were not seated together so we could not help each other with our bags and the crew could easily have rectified this at boarding. A six hour flight sitting eight rows apart! This was not necessary. We paid over $500 in extra expenses because of the strike and the best the cabin crew offered was an extra cup of tea which was very nice but not quite enough. Avoid Aer Lingus.', '', '', 'Economy', '', 2, 1, 3, 3, 3, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'S Devine', 'Ireland', '2014-06-01', 'Flew with Aer Lingus to Boston on flight EI 139. Economy. Flew on the A330 to and from. Excellent plane. The cabin crew were very helpful and friendly. The meal on the plane going over was excellent it was off their new sky menu. I got the steak it was lovely. It was first class dining in economy class. It was well worth the €17.50 because that included a glass of wine. I would recommend getting this. Unfortunately I couldn''t get this meal on the way back sold out. However the meal we got was still lovely. Overall would like to fly with Aer Lingus in the future again. Would recommend them.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Cullinane David', 'Ireland', '2014-05-29', 'Travelled on the Aer Lingus Regional ATR DUB-BRS-DUB return on Sat morning 7th May. Excellent service overall. Flights departed on time arrived early. The return was on one of the new aircraft. The Aer Lingus lounge in T2 is excellent and well worth the short detour. Only point to note is that all the Regional flights take off from the one gate in Dublin T2. You proceed downstairs onto the same level as US pre clearance through gate 412. I almost missed the bus over to the morning flight only for the fact that a ground staff called out ''anyone else for Bristol''. The screen at the gate advised next flight was the BRS flight and the Glasgow was boarding first. So perhaps they need to look at that or advise that there is a short bus ride over to the aircraft. Otherwise well recommended Vs the competition and the fare was excellent value for a short flight.', '', '', 'Economy', '', 9, 5, 5, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Shkaruba Anton', 'Netherlands', '2014-02-25', 'AMS-SVO-KJA-SVO-AMS. Economy Feb 15/23 2014 the only one-stop option on this route. AMS-SVO on Feb 15 was OK A321 clean and relatively new. The biggest problem here was the handling agent in Schiphol apparently Aeroflot took the cheapest option out of available and all the issues such as slow poorly trained staff and poor co- ordination with airport services - everything is delayed all the time and every time (I took over 10 Aeroflot flights from AMS during the last two years). No entertainment system. SVO-KJA on the same day was served by a brand new B777. A decent entertainment system but not much space in the economy cabin. KJA-SVO-AMS was served by A319 and 320 - everything described for the A321 on the AMS-SVO route applies here as well. Business-class check- in in KJA was a very strange procedure but in does not have to do with Aeroflot I guess (although my experience with their KJA agents was thoroughly unpleasant so probably they just do not care to check how those procedure wo', '', '', 'Economy', '', 4, 4, 3, 4, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'M Tonnvik', 'Sweden', '2014-01-25', 'SU-273 Bangkok to Moscow 22nd January then we transferred to a flight to Stockholm. I must say I was surprised over the quality. We bought two ticket going from BKK to Arlanda round-trip Aeroflot was about 750$ cheaper than the rest. At the airport we got upgraded to premium economy for free. Good food good service and some of the air stewardesses even smiled. Others were not so happy but they where attentive. Of course my upgrade affects my review the only complaint I might have is that the check in was to slow but what do you expect when the plane is full and many get upgraded.', '', '', 'Premium Economy', '', 8, 4, 4, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'S Daskova', 'Germany', '2013-01-03', 'LCA-ATH-MUC. Flight on-time and very pleasant . Cabin crew polite and helpful. Hot breakfast served before we reach Athens and normal meal at the Munich flight. The price a little bit expensive but I would recommend it! As always satisfactory.', '', '', 'Economy', '', 10, 5, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Salpingidis Lefteris', 'Greece', '2012-12-20', 'I flew SKG-STR-SKG. I enjoyed the flight. The seat was comfortable and there was plenty of legroom. In addition flight departed on-time. The crew always had a smile however the in-flight entertainment was poor.', '', '', 'Economy', '', 9, 5, 5, 5, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Jerry Dean', 'United States', '2012-11-09', 'Athens to Paris Nov 5th. Waited for 2 passengers for 35 minutes. Caused us to miss the Paris to Chicago connection by seconds. Aegean flight crew alerted halfway through the flight that we probably wouldn''t connect in time and again as we left the plane. No help from them no one was available. Our group of five college educated adults couldn''t find any directional signs whatsoever in Paris airport. We could only hear our names being called to board. We reached the gate in time to watch our flight take off. Had to spent the night in Paris. Filthy plane dirty seats badly worn carpet.', '', '', 'Economy', '', null, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Gonzalo Bouquet', 'United States', '2013-06-23', 'Miami to Buenos Aires. The cabin service was a disaster staff treated passengers in a disrespectful manner. Is only worth flying with them if you need leg room and have to take extra luggage. Seats are in a bad condition amenities - many of them do not work at all and the selection is very poor.', '', '', 'Economy', '', 2, 3, 1, 2, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Noronha', 'Brazil', '2013-06-21', 'We bought this ticket to fly from Sao Paulo to Sydney everything went wrong from the beginning. Our flight was delayed 10 hours on the way to Sydney and on the way back they cancelled the flight. After 9 hours we were sent to a hotel near the airport no employee of the Airline anywhere. Bought a new ticket from Lan airlines.', '', '', 'Business Class', '', null, 1, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'L Charles', 'Australia', '2013-05-28', 'SYD-EZE-GIG-IGR-EZE-SYD Plus AEP-FTE-AEP. What a great airline for the price. We flew Club Condor class ex SYD. Before buying the ticket I researched the airline so I would know what to expect. It exceeded my expectations. Got the above ticket for AUD 3700.00 The only sectors in economy were AEP-FTE-AEP. Of the 7 flights all left on time except one and that only was delayed 20 mins. Food was great service was great. If you wanted anything they were more than obliging to help. Will definitely fly AR again.', '', '', 'Business Class', '', 9, 4, 5, 5, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Stephanie McVicker', 'United Kingdom', '2010-01-14', 'I flew to Johannesburg via Brussels and Tripoli return. Flight attendants great who provided a cheerful and competent service. One even went to the business class to get me a lovely cup of coffee when he realised coffee was crucial to my travelling pleasure! Yes there were delays in Tripoli - but immigration officials were welcoming and we were kept fully informed as to the reasons for hold up. Toilets in Tripoli are as bad as everyone else suggests - do avoid. Useful to know that they accept Euros in their Duty Free and cafe.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Michael Redman', 'United Kingdom', '2009-10-18', 'I have used Afriqiyah Airways for four return trips Gatwick - Accra over the last 14 months. Treatment has been unfailingly good. Yes there have been delays but informed of the reasons for the delays and on one occasion we were given drinks while we waited to go into the airport. The cabin crew are excellent and value for money is good.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Jordan Mandoza', 'United Kingdom', '2009-10-07', 'London-Tripoli-Johannesburg. Tripoli airport toilets are so bad you really have to be desperate to use them. Airline good value for money. Cabin crew not very cheerful looked tired all times. The only reason I would fly with them again is value for money but more friendly and cheerful cabin crew needed. A330 plane has good leg room and clean but the A320 plane not much leg room and needs cleaning up.', '', '', 'Economy', '', 5, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'B Quigley', 'United Kingdom', '2009-08-23', 'Tripoli - London Gatwick - Tripoli. New plan good entertainment attentive service. No problems apart from painfully slow Check-In at Gatwick and no alcohol.', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'I Brenes', 'United States', '2014-09-30', 'Flew LAX to MEX (AM649) on a 737-800. Paid $30 extra for AM Plus seats on row #7. Boarding at LAX was a bit of a mess because AeroMexico boards every window seat first then every middle seat aisle seat etc. Airplane was clean and my AM Plus seat had a few more inches of extra leg room. Take-off was smooth and the flight was good. A few hours into the flight breakfast and coffee were served. I did not partake because I was asleep (a special thank you to the flight attendant for not waking me up). Flight attendants were courteous respectful and polite. We arrived in MEX about 30 minutes ahead of schedule. Several days later I flew MEX to LAX (AM648) on a brand new 737-800. Once again sat on AM Plus row #7. Beautiful brand new leather seats with a personal TV screens. Every AM Plus seat was tastefully decorated with pillows blankets and headphones. A croissant sandwich peanuts chocolate pudding and drinks were served. Flight was smooth and arrived on time at LAX. Very nice flight attendan', '', '', 'Economy', '', 8, 4, 4, 4, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'C Hoover', 'United States', '2014-09-28', 'AM633 on 21 August SAT-MEX and AM632 on August 25 MEX-SAT. Short trip from SAT to MEX and return on Embraer jet. First time on AM and it was a terrific experience crew were efficient aircraft clean and very well maintained. Snack service was tasty with fresh choices and excellent bar service. I will gladly take AM again as my travel plans permit.', '', '', 'Business Class', '', 10, 5, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Altabef Isaac', 'United States', '2014-09-22', 'We fly Aeromexico JFK to Cancun. We use them whenever we can. The reasons are many but here are some. The crew are very accommodating and always courteous. We enjoy having food to eat. If there is an empty seat after takeoff we were allowed to move. The plane was new.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'S Ryan', 'Ireland', '2014-05-26', 'Using the Manchester-Shannon route weekly when it ''s working it''s great and staff are good - but reliability is patchy and when things go wrong Aer Lingus customer service is dreadful to non-existent. Last week reached Manchester 6 hours late following an unscheduled stop at Dublin. Technical difficulties again! No sense whatsoever of Aer Lingus trying to minimise the effect on passengers. They need better more reliable planes or much better customer service or perhaps if it wouldn''t be too much to ask both!', '', '', 'Economy', '', null, 2, 2, 0, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A Morgan', 'United Kingdom', '2014-05-25', 'Dublin to Cardiff return. I have used the Friday evening and return on Sunday night frequently over the last two years. They have recently had more new planes (ATR 72) prior to this the flights were invariably a few hours late. However they are now mostly less than one hour late. Service from the crew is good for a one hour flight. Parking at a remote stand in Dublin then having a bus transfer plus a lengthy walk to Arrivals. Would be good if Ryanair returned to this route.', '', '', 'Economy', '', 6, 2, 4, 3, 1, null, null, 2, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A Lingwood', 'United Kingdom', '2014-05-13', 'Flew from Bristol to Dublin for the Giro D''Italia using Aer Lingus Regional (Aer Arran). Boarding on the outward and return was calm and civilised and the ATR aircraft clean and comfy enough for a short hop. Check-in staff and the crew onboard were polite and there was an adequate range of snacks and drinks for purchase onboard. Terminal 2 at Dublin was smart and stylish. The only drawback was the long lines for check in and bag drop on the return flight but there were a large number of people travelling that day - many returning after the Giro.', '', '', 'Economy', '', 8, 4, 4, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'P Herman', 'Spain', '2014-05-11', 'Flew Barcelona-Toronto via Dublin. First time on Aer Lingus and the biggest draw was the excellent fare. Having said that I won''t recommend except for bargain hunters. BCN-Dublin is basically a low cost flight curiously more comfortable than the 757 they used for the transatlantic leg. This must be the narrowest twin-engine plane around very narrow seats (and I''m on the slim side) and little legroom on top of that. I heard many people commenting on the lack of space. The personal entertainment system is not bad although only a few recent releases plus some shows and documentaries and music and maps. Food on the outbound flight was awful and made me ill afterwards so I avoided it on the inbound and brought my own food. Drinks service is seriously cheap no free alcohol and just water orange juice or Coke/Sprite available. Crew was friendly but never followed up on the one occasion (each flight) I went to the galley to ask for something even though they said they''d bring it to my seat. Tr', '', '', 'Economy', '', 4, 2, 3, 2, 4, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'S Mark', 'Canada', '2014-01-20', 'Flew JFK-SVO-BEY-SVO-JFK. The price of ticket was 200$-300$ cheaper than the price of a ticket with other airlines. All flights were ok. If not on time either late by a couple of minutes or early by a couple of minutes. IFE great. Staff OK. One of the things I didn''t like is the food. It is edible but it is always beef or chicken with a salad or cheese with ham (on all flights) the meals are not diversified. I didn''t like the seats. I''m 190cm so it was really uncomfortable for me to sit in this seat for a flight of 9-10hrs but it shouldn''t be the same problem for someone shorter. Airport is good. Staff is friendly. Terminal D and E are new and spacious but terminal F is over crowded and there is a lot of stores and not a lot of places to sit. Overall the experience was good. Will take them again and recommend them to someone if price is good.', '', '', 'Economy', '', 7, 2, 3, 3, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'J Lars', 'United Kingdom', '2014-01-20', 'SVO-JFK return in business. Generally nice experience. Smooth priority boarding at SVO excellent champagne and starters though the main course looked a bit cheap. Attentive staff. I noticed that the flight attendants on both flights tended to smile more and respond more quickly to those who smiled in return. The seats are not lie-flat unfortunately but still softer and more comfortable than the recliners installed by LH on their A380s. The screen is large enough with good colors but the content lacks recent action movies.', '', '', 'Business Class', '', 8, 4, 5, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D Anderson', 'United Kingdom', '2012-08-22', 'Return trip to ATH using Aegean for the first time. Would book again. Check in at LHR ok but more efficient in ATH (which is a great airport by the way). Helped that the main carrier in ATH so they have the resource to get people checked in. In flight service good - nice crew on both legs with lots of smiling and team spirit. Food ok but then we all have low expectations. Overall very good experience and would definitely chose over BA on this route.', '', '', 'Economy', '', 9, 4, 4, 3, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'S Radojevic', 'Russian Federation', '2014-01-20', 'SU106 SVO-LAX Jan 11 2014 on A330-300. This was some older version airplane I was seated in row 16 in a broken seat and virtually with virtually no legroom. Comfort absolutely inadequate for a 13 hrs flight. After takeoff we were told that we had to land in Oslo to refuel. This turned out to be a 2.5 hrs stopover since no one was informed about our landing and need for fuel. In fact Aeroflot used the opportunity to change the crew so it is very possible that this was the actual cause for the unplanned stopover. All together we spent 16 hrs in that plane and of course missed the connecting flight on DL airlines.', '', '', 'Economy', '', 1, 1, 3, 4, 4, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'L Decoff', 'Hong Kong', '2014-01-16', 'We traveled with them over this past summer and had a day delay and then when we finally got to Moscow the connecting flight was difficult to find. They changed the gate at the last minute and didn''t make an announcement. We unfortunately missed our flight because of this and they weren''t sympathetic at all. Mind you we had a toddler with us and I was 7 months pregnant. It was awful. We had to pay for a new flight and didn''t give us many options. I will not be flying with them again.', '', '', 'Economy', '', 1, 3, 1, 3, 3, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'Ian Snow', 'United Kingdom', '2015-03-30', 'Paris Orly to Lisbon new airline for me seat and leg room average but if your traveling with baggage the 20kg baggage allowances included in the fare makes Aigle Azur worth considering. Cabin crew did a quick run through the cabin with a (paid) drinks cart then duty free cart and promptly disappeared behind the curtain for the rest of the flight. The airline appears to be unsure of its identity although they provide a baggage allowance they are not a full service airline as this flight was over a meal time (dinner) no food or snack service provided but not a LOCO as no food was available for purchase either so we went hungry!', '', '', 'Economy', '', 7, 4, 3, 0, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'I Vounelakis', 'Greece', '2012-10-23', 'ATH-PRAGUE-ATH. A320. Efficient and polite cabin crew smooth service although economy cabin was full. The cold snack (sandwich and tiny chocolate) was rather of poor quality/taste. Cold and hot drinks were offered with a smile. My score would be a 10 if the cold meal was a bit more inspiring!', '', '', 'Economy', '', 9, 5, 5, 2, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Arzoglou', 'Greece', '2012-10-21', 'Aegean is usually my choice when the price is reasonable very trustworthy. Aircraft are clean and meals tasteful. Almost always on time. Friendly staff friendly excess baggage policy.', '', '', 'Economy', '', 9, 4, 4, 4, 2, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Emiliano Morchi', 'Italy', '2012-10-19', 'MXP-ATH Jul 15th. A321 aircraft new and comfortable and large legroom. We had a hot meal something that I''ve seen just on LR flights. Flight on time and efficient crew. ATH-HER Jul 17th. A320 aircraft. Very short domestic flight but more stressful than the previous one. The plane was very crowded and the boarding chaotic. As the flight was just 30 mins long we were served in a rush remarkable that the crew managed to serve 150 people is a short time. In general I''d fly them again.', '', '', 'Economy', '', 8, 5, 5, 5, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Pires', 'Australia', '2013-05-26', 'Australia to Brazil. I had no problems at all during the flight. No delays service wasn''t that bad and staff were friendly. I wasn''t able to eat the food served because my agent (nothing to do with AA) forgot to send the request for vegetarian food (must be done when the booking is made) and they didn''t have much options for non- meat eaters. There''s no entertainment at all. You pay what you get for the price I paid I am satisfied.', '', '', 'Economy', '', 6, 3, 4, 3, 1, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'L Trindade', 'Australia', '2013-05-04', 'My flight was overbooked and I was forced to stay in Brazil for extra 3 days. Staff at Rio airport are very rude. No apology from staff for not having a place for me and my son to return to Sydney. I also lost time at work which I was not paid for. All of this for choosing to travel with Aerolineas Argentinas for many years. I now will travel with any other airline never Aerolineas Argentinas again.', '', '', 'Economy', '', 1, 1, 2, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'B Jays', 'Australia', '2013-04-28', 'We flew Club Condor (business class) from Sydney to Buenos Aires and then on Austral (regional airline) to Rio and back. It is obviously an airline of a country in economic crisis. Aircraft used on the SYD-EZE-SYD route is like stepping back into 1975. Big old recliner seats (not flat) 3 scheduled movies on a continuous loop. No laptop power etc. The service is very basic to other carriers. AA club condor service is similar to what''s offered in economy on other carriers. This is an extremely long flight close to 16 hours yet AA still doesn''t use their brand new Airbus with lie flat beds I believe this is used to Madrid and back for obvious reasons. The crew on all sectors didn''t really want to be there. EZE-SYD is one of the longest flights in the world made even longer by the aircraft and the service. We would choose to go with Qantas/LAN via Santiago in future trips to South America.', '', '', 'Business Class', '', null, 1, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'S Collier', 'United Kingdom', '2013-04-28', 'Sydney - Buenos Aries 19th March 2013. Quite the worst business class flight we have experienced. Only good things to say about it is it arrived safely on time after a 13 hr.', '', '', 'Business Class', '', 2, 1, 0, 2, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'L Olonode', '', '2009-07-16', 'Dakar-Tripoli-Gatwick. Fantastic seats and legroom. Food was good as was in-flight entertainment. Friendly efficient cabin staff. Late departure but arrived on time. Price lower than alternative carriers.', '', '', '', '', 4, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'R Barrigan', 'United Kingdom', '2014-04-22', 'SEN-DUB-SEN: Again very impressed with Aer Lingus Regional their new ATR aircraft are even better than before. Crew very attentive and flight on time both ways. Would definitely use them again instead of Ryanair from Stansted. Only gripe was hand luggage allowance. We were really restricted on what we could take onboard and had to end up purchasing another checked in bag so it was annoying when you see passengers with bags that well exceed the dimensions on their website carrying them on board.', '', '', 'Economy', '', 9, 4, 4, 4, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'B Ajinibi', '', '2009-05-04', 'Lagos to Tripoli was ok except the deplorable condition of the toilet no inflight entertainment cabin crews were boring beyond description meal was ok. Landed at Tripoli airport on time and cheerful ground crew. I have never seen a worse and appalling toilets like what I saw at the Tripoli airport. Tripoli to Gatwick flight was ok a better and newer aircraft more responsive cabin crew inflight entertainment though without headset arrived Gatwick on time. Return flight was almost a replication of the inbound flights except that there was headset for inflight entertainment. Afriqiyah should replace aircraft flying Lagos leg its below international standard and they dare not fly such aircraft to Gatwick. Will fly them if they improve on the hygiene', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Peter Higgins', '', '2009-04-27', 'Dubai - Tripoli - Dakar. All in all the flight experience was a pleasure with very good food good seat space and regular drinks - the spare seat next to me also helped. It was also good not to have the flight constantly interrupted by announcements of one kind or another in three different languages as seems to be the trend these days. Tripoli airport isn''t a pleasure but no worse than you would expect and every landing seemed calmer than I am used to on the bigger planes. Two big faults though: firstly we had to turn the plane around for a sick passenger and no one made any announcement until about 5 seconds before landing which made most of us think we had turned around for a plane fault. Secondly on the outward flight my bags arrived two days late. Not a disaster for me but certainly it could have been for some people. No apology no attempt to trace me when the bag arrived (though they said they were just about to). Also only 3 movies for 26 hours of flying. Very cheap and comfortab', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Rob Sidley', '', '2009-02-02', 'London - Tripoli - Accra. Have to say that in both directions a pleasant and trouble free flight. Onboard catering was fine and Coach class seating exceeded standard specs both pitch and quality of seats. New aircraft but remember that this is a dry airline so no alcohol available. Overall I would be happy to fly with them again.', '', '', '', '', 4, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Dan Harvey', '', '2009-01-06', 'The airline has improved since I first started travelling with them4 years ago. The airplanes are new food is great seats comfortable and staff are improving. However the baggage service is a big disgrace. At the airport in Mali the service is useless and at the office in Bamako they cannot tell us anything. So until Afriqiyah can improve this I will not be travelling Afriqiyah again.', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Emanoel Souza', 'United States', '2014-09-18', 'Been flying AM 429 Monday morning flight for about 3 months now and returning on Thursdays flight 422. Very friendly and professional service airplanes are modern and with more leg room than most.', '', '', 'Premium Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Maria Vega', 'United States', '2014-08-15', 'NY to MX City to GDL - My flight was delayed 2 hours in NY but arrived on time to MX City to catch the connecting flight to GDL. However received an email telling me of the 2 hour delay and my flight back to NY was cancelled. Called the airline and was told the cancellation was a mistake. When time to fly back to NY as scheduled I show up a the airport to be told my flight was cancelled! They could only offer me to fly out by 1am from Mx City to NY or rebook my flight for the next day. Booked the flight for following day and again my flight from GDL to MX City was delayed which made me lose my flight from MX City to NY and had to wait 9 hours until 1am to take the next flight back to NY from MX City. Plus Mx City Airport need to increase their WiFi Service. I was stuck for 9 hours totally bored with no WiFi good service. I was so disappointed because I had liked AeroMexico before and never had problems but this time I noticed their great service has declined. The only thing I thank the', '', '', 'Economy', '', null, 5, 4, 5, 4, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'E Cuevas', 'United States', '2014-08-08', 'Flight #128. Mexico City to Guadalajara. 7/26/14. When we arrived we were told the flight was oversold. Our seats had us next to each other on our original boarding passes we were separated because someone decided to fly a smaller plane. Our original tickets were for placement on a larger airplane. We boarded the plane. We waited on the runway for almost 2 hours. Every time someone needed to use the restroom they were told to sit down. Nothing was offered during this time. Finally the captain came on and said we had to return to the gate. He said we couldn''t take off because of a maintenance issue. We got off the plane got our luggage and were told were told to go to the ticket counter. At the ticket counter we waited for another 2 hours. We asked if staff could at least provide some water and they said no they didn''t have any. Unacceptable. We waited another hour until we were finally given a new connecting flight some food vouchers and a hotel room that we napped in for only 2 hours ', '', '', 'Economy', '', null, 3, 2, 5, 4, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'J Hopkins', 'Mexico', '2014-07-22', 'My father and I flew from Lima to Mexico City on the 767-300ER. When we were checking in the agent told us that the flight was delayed 50 minutes. We passed security and went to the business lounge until 1.45am - the time we were told to board. We made it to our seats only to wait 5 minutes and they told us there would be a delay of 3 hours so we didn''t board until 4.30am. We went to our seats 1A and 1B. The width of the seats was uncomfortable but they do recline almost 180°. Service was awful. They only served the food no drinks offered and food was either salad or chicken. No AVOD and even not a movie during the 6 hour flight the TV was shared. We arrived delayed in Mexico City. Overall I do not recommend business class it is not worth the price.', '', '', 'Business Class', '', 3, 4, 1, 2, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Patrick O''Mahony', 'France', '2014-05-10', 'I myself am a frequent flyer. I live in Paris but my family lives in Cork. Aer Lingus is the only airline to offer a direct link to Cork from Paris. The staff always have a smile when you travel. Food is nice their is no In flight entertainment screens but its OK for a 1 hr 40min flight.', '', '', 'Economy', '', 10, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Paul Legate', 'United Kingdom', '2012-06-06', 'LHR-ATH. A good experience with Aegean the overnight flight was fairly busy but the crew were professional there were 2 drink runs and the meal was very good but the portions were small. A320 was clean and the leather seats were comfortable. Headsets were handed out there was a good music selection and a movie was shown on the overhead screens. Flight arrived into Athens a few minutes early and the luggage didn''t take too long to appear. An extremely good service and would use them again without hesitation.', '', '', 'Economy', '', 9, 4, 4, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Paul Hurley', 'Ireland', '2014-05-08', 'I have travelled with various airlines out of Dublin in the past haven taken a break from Aer Lingus. However recently I flew with them to Munich and have to say I was very impressed overall with the service. I checked in on my mobile presented my boarding card on my mobile and had no problems using it getting through security. The aircraft was an A320 I was seated at row 12a which was an emergency exit so I had plenty of leg room on way out. Food was of good quality although I would have liked even a complimentary tea or coffee instead of 2.50 but only a small negative. On my return home the journey was a little more eventful which ended with me collapsing in the middle of the cabin. I can not commend the cabin crew enough for looking after me and administering the necessary first aid etc to ensure I was safe and comfortable. The crew were professional calm and reassuring which now looking back on it is what some other airlines are missing. I will definitely be a convert back to Aer L', '', '', 'Economy', '', 10, 5, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'G Brown', 'United Kingdom', '2014-05-07', 'Staff at airport and staff on plane all very professional great seats comfortable plenty of leg room and food lovely. I travelled with my 3 grandchildren from Dublin - Madrid return and found it a very enjoyable experience. Staff were lovely had great patience with customers. Only downside was Dublin airport had no facilities for children only the play area at Burger King which my children were too big for.', '', '', 'Economy', '', 10, 5, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Dmitry Kuzin', 'Russian Federation', '2014-01-13', 'Moscow-Shanghai with brand new A330-300 at the end of December. Not very punctual - departed and arrived 20 minutes late. Terminal F at SVO is crowded and inconvenient. Cabin crew friendly and efficient. Food was served twice good choice tasty meals. Entertainment system is very good. Blankets and earphones were given to all the passengers. Seat comfort was very poor to me. Seats are narrow with surprisingly little legroom. When you recline your seat the bottom part goes forward it makes the legroom smaller. Not the best experience ever but I would fly them again if the price is fair.', '', '', 'Economy', '', 7, 2, 4, 4, 5, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Adam Muller', 'Slovakia', '2014-01-02', 'Flew SVO-ICN (codeshare with Korean). Not much to rave or complain about - flight departed and landed on time decent seats good IFE. If only they turn on the IFE before departure and leave it on after final descent (during departure/landing the IFE reset to front camera - not much to see during night). Meals edible vegetarian meal option honoured. Will fly them again if price is good.', '', '', 'Economy', '', 7, 4, 4, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Oleg Levy', 'Japan', '2013-12-29', 'Flew from Tokyo to Tel Aviv via Moscow around December 4th. Flight from Tokyo was pretty good. From Moscow there are no direct gates so you have to take a bus to board the plane. Waited 10 minutes inside the bus while it was right under the plane already. Another one and a half hour inside the plane before they drive us back to the airport and gave us 400RUB (gets you a coffee). Overall the flight was late by almost 6 hours on a 4 hours route. From Tel Aviv the flight was late by about half an hour. Upon landing had to board the bus again. It drove for about 20 minutes to the terminal. My bags didn''t arrive to Tokyo (because the connection was too short). Will never fly with them again - it was cheaper by less than 100USD but definitely not worth it.', '', '', 'Economy', '', 1, 3, 3, 3, 4, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Michael Crockett', 'United Kingdom', '2013-12-11', '9th December from Krasnodar to Moscow Sheremetyevo on Flight SU 1103 and missed the connection to Flight SU 263 to London Heathrow. I flew yesterday on Aeroflot and experienced delays and missed connection through no fault of Aeroflot. I was dealt with by their many ground staff at Sheremetyevo extremely well the plane was modern and well flown and I would strongly recommend them for the service I received. Full marks and strongly recommended.', '', '', 'Economy', '', 10, 4, 5, 2, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'D Lee', 'Singapore', '2014-03-30', 'Porto to Paris Orly on ZI 312 (A320) on 28 March 2014. First time on this airline and I''m a little bit unimpressed with check-in at Porto Airport. No effort to direct passengers to correct boarding desks hence I ended up in the web-check in/bag-drop queue with passengers who had not even checked in online. Thankfully queue was processed within 20 minutes and got to the gate with plenty of time to spare. My seat was next to the emergency exit so I had plenty of legroom. Seat itself was comfy and perfect for a nap. Crew extremely professional and always had a smile on their faces. Flight took off on time and landed smoothly in Paris-Orly 20 minutes ahead of scheduled arrival time. Once on the ground we were told by the cabin crew that the captain of this Aigle Azur flight had piloted his last flight so we promptly congratulated him as we departed the aircraft. All in all Aigle Azur was worth the money that I paid . Not sure if I''ll have another chance to travel on them again but if they ', '', '', 'Economy', '', 9, 4, 5, 0, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'Y Kadrin', 'Switzerland', '2012-01-17', 'BSL-ALG-BSL on A320 both legs. First time flown ZI and overall was an impressive experience. The cabin was quite clean and the seat was quite comfortable with good pitch. Warm and delicious meal for 2 hrs flight was a very good service. Another positive was the 30 kg free baggage for all economy class passenger.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'N Bessafi', '', '2008-01-21', 'Lyon to Oran. Two Airbus A320 are mainly dedicated for operations between Lyon ad Algeria. I would allow that the service tends to decrease. I can''t stand how Aigle Azur operates "charter planes with high density configuration for regular flights between France and Algeria. It is unbearable to get sat so tight in those seating rows impossible to move or eat correctly.', '', '', '', '', 1, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'K D''Ambra', 'United States', '2013-10-02', 'Our flight going over from JFK to Moscow was good as well as the food. However on the way back home from St. Petersburg is where all the problems started. Our original flight was delayed 12 hours which meant missing all our connections. We stood in line for 5 hours. The service at the airport was horrible. No one would help us get a flight. After many hours different lines talking to many representatives we made a call to our Travel Agent and the Emergency help number that we had. Only after these calls were we able to get another reservation home. The flight was fine but the on ground service is far from good or caring.', '', '', 'Economy', '', 7, 4, 4, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Renato Navarrete', 'Philippines', '2012-10-02', 'Our family of 4 had two flights: Sep 15 from Rome to Athens Sep 18 from Athens to Prague. Both flights were satisfactory. Each one left on time. Candies were offered before take off. Snacks consisted of sandwich and yoghurt; this was for the morning flight to Prague. The evening flight from Rome also offered a sandwich and juice. Good coffee was available. The economy seats were comfortable for my Asian size. But the seat seems to be of standard size whether on an Asian American or European airline. The A320 cabins were clean. Cabin service was friendly and efficient. Check in at Fiumicino and Venizelos airports were fast and straight forward. The only inconvenience we experienced was at Athens airport. It was a late night arrival past 11pm but there was still the hassle of getting off the plane and riding a bus to the terminal. I thought all Aegean jets were not using the tube seeing several of their planes parked in the tarmac at some distance from the terminal. That wasn''t the case ', '', '', 'Economy', '', 8, 3, 4, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'J Tydeman', 'United Kingdom', '2012-09-26', 'Took Aegean for the short hop from Athens to Mykonos. The day we travelled there was a public sector strike which was no fault of the airline. However although they updated their website the day before with a list of delayed and cancelled flights ours did not appear in the list which led me to believe it would run to time. When we checked in they informed me it would run 4 hours late but still allowed us to check in our suitcases. They offered no vouchers or refreshments (which I would have thought for a delay of this length they would have to but maybe strike situations are exempt). We eventually took off 20 minutes later than the new expected departure time. The air crew were so busy talking in loud voices at the front of the cabin we couldn''t hear the safety demonstration. It also meant that they did not notice the guy behind us ignoring the instruction to switch off mobile devices as he continued with his. They did however manage to hand out boiled sweets and whizz round with a dri', '', '', 'Economy', '', 6, 4, 3, 4, 0, null, null, 2, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D Maguire', 'United Kingdom', '2012-09-20', 'Travelled LHR-ATH Business Class then ATH-JMK (Mykonos) all Economy. Flight boarding was fine seats the usual European system with centre seat left empty and centre of the seat folded down to form a table. Was offered pre take-off drinks i.e. half a plastic glass of orange juice or one inch of sparkling white wine again in a plastic glass. The drink service was equally mean when ordering a glass of white wine less than half a glass was offered. The meal service was chaotic with only the female cabin manager looking after the 15 B/C passengers. We were booked through to Mykonos with an hours transit time (not enough). We landed and were put on a bus to the terminal then clearing immigration (bags booked through to final destination) we joined the horrendous queue for security through to the domestic flight. The queue took 40 minutes and we made the connection by the skin of our teeth. Not a very relaxing way to start a vacation. On the return flights JMK-ATH was fine only taking 24 minu', '', '', 'Business Class', '', 4, 3, 1, 1, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Studzinski', 'Poland', '2012-09-06', 'Athens-Mykonos-Athens. All flights on time very nice looking Airbus 320; good leather seats overhead TV screens and nice cabin crew. They even tried to do some service on those 25 mins flights (sweets and drinks) but on both legs they managed to reach first 6 or 7 rows which is ridiculous in general - nobody expects any service on such a short hop so why bother?', '', '', 'Economy', '', 10, 5, 5, 0, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J McCollim', 'Australia', '2013-04-21', 'Sydney to Buenos Aires and return in April 2013 in business class. Yes it''s an old aircraft and the seats are only the old lounge chair type. Also the entertainment is limited. But they are replacing the A340-200 with a 300 series later this year so that should solve these problems. The business class check in was performed meticulously and lounge access given at both airports. Priority boarding was strictly enforced. The on board service was friendly and very personal. My coat snatched away and hung up as soon as I arrived at my seat. The catering was adequate and appropriate for such a long flight. Main courses were presented and served from a trolley in the cabin. They did offer fast track on departure but not on arrival. Still the airport in Sydney was so quiet it was unnecessary. One small criticism is that the Sydney arrival cards were in Spanish. Not easy for us Aussies. The price paid for the ticket represented unbelievable value. I''d fly the again without hesitation.', '', '', 'Business Class', '', 7, 2, 4, 4, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'D New', 'Australia', '2013-04-18', 'SYD-EZE no online check in a real mess at the check in even though Qantas were doing it. Food out on the night flight was okay but could only have 1 half glass of wine. Trip back again no online check in be at the airport 3 hrs before but had to stand around for 50 mins before any processing began. Was told 3 weeks before the flight it would be delayed 20 mins - got to the Airport it was shown to be 1 hr delay but eventually the 8.30am flight departed at 11am. Food was dreadful but this time could get more than 1 glass of wine. There was no explanation as to why the flight was delayed. Experienced similar on Austral (a subsidiary) had to be there 2hrs before and it still departed late. Iguazu-Salta cheese sandwich offered which was thicker - the bread or cheese? No online check in but their adds tell a different story.', '', '', 'Economy', '', 2, 3, 2, 2, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Lyn Lindfield', 'Australia', '2013-04-03', 'My husband and I recently travelled on Aerolineas Argentinas from Buenos Aires. There was no facility for web check-in or to have our seats pre-allocated prior to check-in. We arrived more than 2 hours prior to the flight to be told that the only way we could sit together was to take 2 middle seats in the centre row of the plane. The A340 has a 2-4-2 configuration. In such a configuration 50% of the seats are aisle seats. However it appeared that almost all had been pre-allocated prior to the ordinary check-in opening. In the end we were offered an aisle and a middle seat in the very back row. It is time that Aerolineas recognized that families are entitled to expect to sit together on long haul flights without having to take the worst seats on the plane. Other airlines manage to do this why cant Aerolineas?', '', '', 'Economy', '', 1, 2, 2, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-austral', '/airline-reviews/air-austral', 'Air Austral customer review', 'H Mutschler', 'Germany', '2011-11-22', 'Mauritius to Reunion return. Onward flight was on a Boeing 737-800 with only a 20% load so we had enough space during that 20 mins flight. Service was a cookie and juice which was nice. Return flight was on a ATR 72 aircraft with the same service. Crew was friendly and helpful. Flights and bags where on time. Would fly them again even ticket price is quite high.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'F Mahmood', '', '2008-11-11', 'Ouagadougou to Gatwick - the plane which was due to leave Ouaga at 1.00 am arrived at 4am & departed at 5am. I asked one of the ground staff before departure if I could possible catch the connecting flight at Tripoli which was due to leave at 8.30 am considering that it was a 4 hours flight to Tripoli and 2 hours time difference in advance. I was reassured more than once that I will catch the plane and even a message had been sent to wait for me there. I boarded the plane with a lot of apprehension and when we arrived at Tripoli I was not surprised to find that the plane had left without me 2 hrs earlier. I contacted Afriqiyah staff and they looked embarased and didn''t know what to do with me - I had to stay in the airport lounge till the next day when one of the staff took somehow pity on me & upgraded my ticket to the first class. Food is not bad inflight service good and 48 kg baggage allowance for somehow modest ticket price.', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'S Anutika', '', '2008-11-07', 'I travelled London Gatwick-Tripoli-Douala with Afriqiyah recently. Arriving 4 hours late at 01.00 hours I discovered that my luggage and that of most of the other passengers was not on the plane. I could get no information from staff at the airport but was told that I would have to wait until Monday for the next scheduled flight to see if it was forwarded. With my schedule completely ruined and no change of clothing I had to book a hotel at my own expense and wait till Monday. I spent most of Monday at the airport trying to get information without success. Finally at 22.30 I was reunited with my luggage. Some passengers on that flight also did not get their luggage. I will not be using this airline in future even if it is still the cheapest deal.', '', '', '', '', 2, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Michael Redman', '', '2008-09-18', 'Gatwick-Accra-Gatwick and found the journey up to expectations. On time both directions and the onboard staff very attentive without being fussy. The let-down was Tripoli airport on arrival from Gatwick: very scruffy and down-at-heel and staff bullying passengers into line for us to obtain Boarding Cards for the Tripoli-Accra leg of the journey. Information was less than brilliant too. The return transfer was a better but that''s probably because I knew what to expect! Afriqiyah Airways are good value in my opinion.', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Brambila Andrea', 'United States', '2014-07-15', 'My husband and I flew to Mexico City and then to Manzanillo. Staff were friendly and helpful. We encountered no problems with this airline. Our flights ran on schedule and our luggage was not lost. On the return trip I was missing a form at the time of boarding staff quickly helped me fill it out and held the plane for me to run back to the boarding gate. We will use this airline again. We feel like we received good service for the price of our ticket.', '', '', 'Economy', '', 10, 4, 5, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jill Reisinger', 'United States', '2014-06-10', 'My children used the unaccompanied minors service from ORD-MEX-VER. I was very nervous as were they. They had never flown before plus being alone they were scared. None the less they had a great flights. Their layover in Mexico City was fun they said. They were taken to a game room that was a restricted area for unaccompanied minors only where they were supervised and played video games and watched movies. My children said everyone they encountered with AeroMexico were helpful and friendly. No problems at all with delays baggage etc... I will use this airline again. My children will be flying annually to Mexico to visit their father.', '', '', 'Economy', '', 9, 4, 4, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Marcel Gonzalez', 'Switzerland', '2014-05-17', 'Paris to Mexico City. The staff at the airport in both airports (Mexico / Paris) were friendly and helpful. The plane is a new B787 Dreamliner with pretty modern installation. The food was served very good and the entertainment was for a long 12h flight very amused. I will prefer Aeromexico for future flights from Europe to Mexico or to Central / South America.', '', '', 'Economy', '', 9, 4, 5, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Jeff Berry', 'United States', '2014-05-16', 'Today I was scheduled to fly from Mexico City to LAX but I was connecting from another city. Aeromexico screwed up the connection so I missed my leg to LAX. Instead of simply rebooking me on a later flight (of which there were three) they wanted to reticket me and charge me the then rate which was $650 more than I had originally paid. Seriously? You want me to pay $650 for your mistake. Worse when I said I''d fly Alaska instead they didn''t care - but refused to refund me my original money for the MEX to LAX leg. This is the second such instance with this airline. Two years ago I was making the same trip and also was not able to complete the leg from MEX to LAX. They said there was "weather problems" in LA. (My family was at the airport in LA at the time and said it was clear as day and gorgeous weather). So they cancelled my flight to LAX and I was told I couldn''t get on another flight until the next day. They made me pay for my hotel room at the Mexico City airport because it was a wea', '', '', 'Economy', '', 1, 3, 1, 3, 3, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'S Hancock', 'Canada', '2014-05-05', 'The plane sat on the tarmac for an hour (flight attendants even went through the safety announcement) before the pilot announced a problem with an engine that had to be tested. Another hour passed while they tested the engine. We then had to "deplane" because they couldn''t fix the engine. We were herded onto another plane and they took us yet again through the safety procedures. Then they proceeded to offer us tea and coffee for which they charged 2.5 euros. Because of the delay I missed my international flight by half an hour. Nevertheless the flight attendants insisted all those with connecting flights go to the terminals where their flights had already left. I spent 3.5 hrs trudging through Heathrow trying to get home. Finally after going through security 3 times in one day I arrived back at the Aer Lingus desk at terminal one. They gave me a voucher for a hotel that they told me (and wrote on the voucher form) was in Terminal 4. It was in Terminal 5. Another hour of trudging around', '', '', 'Economy', '', null, 2, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Richard Kelly', 'Japan', '2014-04-30', 'I travelled from Amsterdam to Cork on the final leg of a code-share Business Class flight with KLM from Osaka Japan. The difference of the inflight experience between KLM and Aer Lingus was incredible: the Aer Lingus flight was actually an endurance. Indifferent cabin crew and no service whatsoever without paying. The only good thing is that KLM assigned me an aisle seat on the first row allowing me to disembark quickly when the flight arrived at Cork Airport.', '', '', 'Business Class', '', null, 1, 2, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Micaela', 'United Kingdom', '2014-04-27', 'LHR-BOS via DUB. They held the flight to DUB in order to fill all unsold seats which made us late for the plane to BOS. They had us run all over the airport 3 times and sent us to 4 different wrong desks staff were rude and patronising they did not listen to anything we said just printed new boarding passes and left us to waste 5 hours in DUB airport with no meal vouchers or anything. Seats were "downgraded" to much worse ones in the back plane flight attendance slept for most of the flight and I had to wait 20 mins to get some water to take some headache pills. Even worse on the way back we had to make a transatlantic flight in such a tiny plane that "low cost airlines" would have been ashamed of! And all in hellishly hot temperatures.', '', '', 'Economy', '', null, 2, 1, 2, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A McEneaney', 'Ireland', '2014-04-23', 'Flew the DUB-ORD route. I was disappointed with the movie selection offered by the in-flight entertainment. Compared to Delta there were far fewer movies to choose from and they were not current titles. Expect ones you''ve already seen 5 years ago. The hot meal was the usual chicken or beef options and was nothing to write home about. The pre-landing snack was a flapjack. They give you a knife and fork to eat it bizarrely. I guess this airline just loves wasting money. The armrests between seats do not go all the way up to prevent passengers lying down on a row of four. Annoying if you want to catch a quick nap. Overall I was disappointed with the flight given how much Aer Lingus charge for a one-way. I''ll try another airline for the return journey.', '', '', 'Economy', '', 5, 3, 2, 3, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Mauricio Canosa', 'Brazil', '2013-12-02', 'Volgograd-Moscow Sheremetyevo-Sochi Adler in business class Sochi Adler-Moscow Sheremetyevo in economy class. Excellent experience first time with Aeroflot. All flights on time and baggage checked and delivered promptly with priority tags on business was the first to be delivered. Crew friendly and very professional seat comfort excellent leather seating in Business class with plenty of high-quality food and wines. On business service rivals some airline first classes even on Russian domestic short sectors printed menus and wine list lots of reading material (counted 5 different Aeroflot publications on a 1:45 min flight) and crews very attentive and caring. All of them spoke good English. IL-96 aircraft very roomy and spacious should be a nice experience on longer flights. Would fly Aeroflot again without hesitation.', '', '', 'Business Class', '', 8, 4, 4, 4, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Wolfgang Segato', 'China', '2013-11-18', 'Flight from HKG-SVO-DUS-SVO-HKG. From HKG SU213 with new Boeing 777. Comfortable seat food ok. Served wine Staff friendly. Flight on time. Flight SU2436 to DUS delayed 40 minutes with no information. Boarding and check-in in DUS for flight SU 2537 and SU 212 very poor. I''m a Skyteam priority passenger from China Southern Airlines Aeroflot don''t accepted the "elite plus" card same. No invitation to the lounge I had 1 kg excess baggage - not accepted. No requested seat for all flights. Aeroflot is am Skyteam member but does not follow the Skyteam rules. In Moscow Airport access to the Lounge but no priority Boarding. Seat in A330 a little small. Entertainment ok. Flight on time. The ticket fee was steep but service and own rules should be improved. I will not use this airline in the future.', '', '', 'Economy', '', 5, 3, 3, 3, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Nina Lioznov', 'Australia', '2013-11-06', 'Our plane was not in order after 3 hour waiting within the plane without electricity a/con and water we were told to leave the aircraft. Our flight SU 2461 from Paris to Moscow has been cancelled. It was night time and CDG airport had been closed. Two hours later we were back to the departure hall (through customs receiving baggage back etc). It was 2.30am. They gave us a hotel until 8am. We were told that Aeroflot would send another plane the next morning to pick up all passengers. But as usual it was too expensive for Aeroflot. Instead of another plane they started to check-in passengers on "free" seats for other Aeroflot flights. It was 7 hours of chaos. No one from Aeroflot was there no order no food no water. At the end we were checked in (with 13hr delay) but our baggage was left in CDG. We received it end of next day only. No simple "sorry" from Aeroflot no compensation etc. Will never use this airline in the future.', '', '', 'Economy', '', null, 1, 2, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'M Fadjar', '', '2007-12-09', 'I did some flights with Aigle Azur on Paris - Hassi Messaoud route (Algeria for those who are not familiar). This flight has only one type of customer: oil & gas people. I have found the service as fair overall crew friendliness and meals are actually in good category (crew friendlier then Air France). It''s a pity Aigle Azur does not have baggage transfer handling agreement at CDG which means that each time we transit at CDG to / from other airlines we need to go through the immigration to recover our luggage no automatic transfer between Aigle Azur and other airlines at CDG (leading to LOSS of luggage at CDG for those not in the know such as in my case). I hope they could one day operate inside Algeria (the company owner is Algerian - French) since with the local monopoly by Air Algerie the service is non existent.', '', '', '', '', 4, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aigle-azur', '/airline-reviews/aigle-azur', 'Aigle Azur customer review', 'M Ellis', '', '2007-01-12', 'Have flown Paris Orly to Oran return several times over the last three months. Whilst there have been some delays this has not always been due to the airline. Air crew seem extremely helpful carrying children and baggage to seats etc. Overall service much better that I would have expected and a generous luggage allowance.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'E Kopiel', 'United Kingdom', '2012-08-28', 'Have flown Aegean several times to Chania via Athens. Returned on Friday 24th August. We had booked a flight from Chania to Athens due to depart at 11.20. We eventually took off at 12.10 no explanation given. We were really worried as our connecting Aegean flight from Athens to Heathrow was leaving at 13.30! We landed in Athens at 13.15 and still did not know whether we would catch our flight as the stewardess said we could ask once we landed it did not lend itself to a smooth flight experience. However what happened next deserves a gold star: an Aegean representative met us as we came off the plane and escorted us very quickly and smoothly through several checks and security onto our London flight which took off as soon as we were on board at 1335. Amazing! And what is even more amazing is that our luggage was also found and secured onto our flight. Excellent recovery by Aegean.', '', '', 'Economy', '', 8, 4, 4, 3, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-dolomiti', '/airline-reviews/air-dolomiti', 'Air Dolomiti customer review', 'Tommy Desmet', 'Belgium', '2010-04-06', 'FRA-VRN-MUC Embraer ERJ195 and ATR72. Clean and pleasant cabin with professional crew. Good snacks and beverages offered. Check-in screens were not working in Verona so we had to wait for a quite long time.', '', '', 'Economy', '', 8, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'B Aspres', 'Australia', '2013-03-19', 'SYD-EZE-SYD. Only use AR to get from SYD to EZE if you can''t avoid it! The seats are rock hard but with better leg room than many. No on-line check-in or seat selection. No early bag drops on transfers meaning I had to wait for 3 hours at EZE before passing through immigration. (At 2am.) No in-seat entertainment and the two in-cabin screens-and sound - only worked part of the time. The same low res movies shown in both directions. The food coming back from EZE was the worst I have ever had on an airline with a tiny dried-up croissant tiny hard roll and insipid yoghurt offered as breakfast and pasta with a teaspoon of tasteless tomato sauce for lunch. I could not even get any pepper when I asked. Red wine was good though. Food out of SYD was much better. Excellent new terminal C at Ezeiza and 57 nice new aircraft in Argentina - pity these advancements don''t extend to the Australian part of the operation. Contrary to a lot of the other reviews I found the staff to be friendly and helpful', '', '', 'Economy', '', 3, 2, 4, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Suzanne Warmerdam', 'Australia', '2013-01-10', 'Sydney-Buenos Aires. We arrived safely which is about the only good thing I can say about this flight. The first time a crew member smiled was saying goodbye as we left the plane. No IFE to speak of no drinks (water) offered after dinner no snacks lights turned off and staff disappeared. Breakfast was cake and very cold solid bread roll. Very poor. Not looking forward to return flight home.', '', '', 'Economy', '', 3, 3, 1, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'T Cisse', '', '2008-08-26', 'London-Tripoli-Dakar returning in June. Much better than charter flights from Paris or charters to Gambia. Very few people on all legs of the flight meant that everyone could stretch out over 3 seats fast and efficient check-in I was told I could have taken 40kg but the ticket issued through last minute.com only said 23kg. Entertainment good western and arabic films interesting documentary and tapes of Koran. Staff responsive but dont fuss laid back will give extra food plenty of drinks. Food all Halal and more''real than that served on ''western flights'' but the same on return. Delay at Gatwick but they held all connecting flights in Tripoli. Planes modern and clean. Staff helpful and responsive in Dakar in changing return flight for under £50. Good cheap way to get to West Africa. This is an airline that caters for ordinary people and adequately meets those needs.', '', '', '', '', 4, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'J Essomba', '', '2008-06-17', 'Afriqiyah Airways customer service is non-existent. I travelled from London via Tripoli to Cameroon last December. I lost my luggage - I am still to be compensated and nobody seem to care. I will think twice before travelling again with this airline.', '', '', '', '', 2, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('afriqiyah-airways', '/airline-reviews/afriqiyah-airways', 'Afriqiyah Airways customer review', 'Nick Imboden', '', '2008-05-30', 'Have just flown to and from Tripoli. They were late leaving Gatwick on the outward journey due to missing passengers and luggage having to be removed but check-in etc was fine although we only had hand luggage. We returned on a new A320 Airbus. We left Tripoli on time and touched down at Gatwick on the dot. The service was fine and the food was acceptable.', '', '', '', '', 1, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Georgios Vrontos', 'Greece', '2014-05-04', 'MEX-PVR-MEX-CUN on EMB190 B737-700 and B737-800. EMB190 and B737-800 were new and great B737-700 was old but well kept. First row on economy is great with plenty of leg room. All flights were on time and service was good. They offer only refreshments and alcoholic drinks. Attendants were nice and speak English perfectly. Terminal 2 at MEX is modern and great. Luggage drop and security was very fast. On B737-700 and -800 there was full IFE service with more than 10 movies.', '', '', 'Economy', '', 10, 5, 4, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Nicola Origgi', '', '2014-04-30', 'LIM-MEX-LIM Business Class (Clase Premiere) in April was a perfect example on how Aeromexico has come to represent an inconsistent product. Plane is an oldish 737 without personal IFE but it was just fine in both legs. Seat Ok and amenity kit that Aeromexico now handles only on overnight flight with some space for improvement even though it was delivered with a really nice IPAD case. As far as service is concerned a huge difference between the MEX-LIM and the LIM-MEX leg. On the first leg it was outstanding with a professional warm and polite flight attendant. Good food and good selection of drinks. On the way back flights attendants did not even bother to greet passengers and performed their job mechanically and without interest. What a difference! What a lack of consistency in the product delivered by Aeromexico. A 3/10 would be a perfect grade to describe this last experience.', '', '', 'Business Class', '', 7, 3, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'J Gonzalez', 'United States', '2014-04-02', 'We flew back Feb 22 towards our destination which was Los Angeles from Guadalajara Mexico on flight 784. We were told there was haze over LA and we needed to land in Tijuana Mexico to re-fuel and allow it to clear up. After sitting in the plane at Tijuana for 1 hr they told us the plane was no longer going to fly to LA so we could get off and figure things on our own or fly back to Guadalajara and be on standby for flights back. We were supposed to arrive in LA at 9.45 it is now close to midnight and we''re stuck in TJ. The flight attendants did not try to accommodate us while waiting. They sat in the back on their phones. We waiting for at least 45 min before we were allowed off the plane then waited an additional hour for our luggage. At the airport there was no help and no assistance. We actually had to have family drive 4 hours to pick us up and I have 2 small children with me.', '', '', 'Economy', '', null, 0, 1, 1, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'A Anne', 'United States', '2014-03-12', 'JFK-MEX-ZIH and return. JFK-MEX on the red eye was completed on an older model 737 with no inflight entertainment (presumably due to the timing of the flight - depart 12.15am arrive 4.40am) but we were served a very nice hot sandwich shortly after takeoff. MEX-JFK return on a brand-new 737 - great plane excellent inflight entertainment and again a nice hot meal. The ZIH-MEX connection was slightly delayed but we were assured that a significant amount of passengers on the flight were connecting to the JFK flight. Sure enough about 18 of us were greeted by an agent upon deplaning in MEX and were escorted as a group to the JFK gate which was in the process of boarding. Excellent service throughout by both ground and cabin crews. Would not hesitate to recommend Aeromexico in the future.', '', '', 'Economy', '', 10, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-austral', '/airline-reviews/air-austral', 'Air Austral customer review', 'R Iori', 'Switzerland', '2011-02-03', 'Paris to St-Denis (Reunion) in Business Class. Seat is comfortable food is perfect and staff very friendly. In St-Denis lounge we got champagne and apetizers vry nice. Compared to Air France this company is excellent!', '', '', 'Business Class', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'S Leonard', 'Ireland', '2014-04-21', 'Dublin-Malaga 7th April EI 584/585. Booked flex fare as it includes lounge access bags etc on this particular flight. Aer Lingus use the the Airbus 330 so you can reserve the seats normally used in Premier Class (economy service). All good nice crew as per previous comments the IFE is a bit of a joke even in the premier seats the remote control doesn''t sync with the screen and the touch screen has to be "thumped" to get any reaction. Choice of movies and TV was poor but I didn''t take the flight to view movies used my iPad. Onboard wifi available at 11.95 euros per hour return flight same good crew but I felt a little stretched as they now operate with minimum crew numbers of 8 on board as against 11 when I last flew this route. One comment I do have to make ..there has been huge media coverage on Aer Lingus launching their new "Bia" inflight menu by celebrity chef Clodagh McKenna someone should point out not everyone in Ireland is as addicted to cheese Ms McKenna appears to be! Every s', '', '', 'Business Class', '', 9, 4, 5, 2, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Fredrik Haglund', 'Sweden', '2013-11-06', 'ARN-SVO-BKK return on A320/A333/B773/A319. Nice new planes and all on schedule. Food varied between fair and bad. No alcohol available due to past troublesome experiences with drunk passengers. Few smiles from staff but service good. IFE very good on B773. If food a bit better and wine available I would have rated a 4 star experience.', '', '', 'Economy', '', 5, 3, 3, 2, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'J Hoornweg', 'Thailand', '2013-10-23', 'AMS-SVO with KLM and SVO-BKK on A330 flight number AFL270. The airplanes are good however the transit service is really poor this might be because of the airport it is hard to figure out your flight gate and it is complicated to get information from the staff. Waiting hours are awful I expected to get some sort of cabin or something upon arrival but sleeping on the floor buying your own drinks is about it. I won''t fly a non direct flight with Aeroflot anymore it''s not worth the money you save.', '', '', 'Economy', '', 5, 3, 3, 5, 3, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Bazelian', 'Ukraine', '2013-10-15', 'ODS-SVO-IAD Economy. Great value if you want a good price good food and don''t mind not having the latest IFE or can read Russian newspapers. Security can be slow transferring at Sheremetyevo but then again international transfers at USA airports are slow too. Plane for about a 2 hour time to make transfers when in terminal D. Staff on the legs I was on were friendly and helpful. It helps a lot to speak Russian or at least some Russian words.', '', '', 'Economy', '', 9, 3, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Gilmore', 'Ireland', '2012-08-22', 'Belfast-Rhodes-Belfast. Clean Airbus A320. Both flights on time friendly staff but the ''meal'' they served consisted of a dry bread roll with one small thin slice of ham which was dry. You were not allowed any drinks after the first round with your meal unless it was water.', '', '', 'Economy', '', 7, 4, 4, 1, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Stamatios Anthis', 'Belgium', '2012-08-20', 'As always excellent service professional attitude for both the ground staff in Brussels as well as the people on board on the BRU-CFU flight on 17 August 2012. I am a frequent flyer with more than 30-35 flights per year. Aegean is the top of my preferences for both my professional trips as well as my vacation. This time I flew with my dog and staff on the ground have been extremely helpful in making my trip troubles free. The service on board is much better from the competition in the Belgium-Greece route. There is a good meal as well as free drinks throughout the flight. The airbus was clean and nicely decorated with enough leg space. In a few words: Aegean was an excellent choice.', '', '', 'Economy', '', 10, 5, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Bob Delamare', 'United Kingdom', '2012-08-20', 'We flew LHR-Athens return. Outbound on a fairly new aircraft was acceptable; about average for economy in terms of seat meal and entertainment. Return on a much older smaller plane was ghastly. Seats were tight together like budget airlines and service to match; not a serious national carrier. We were delayed 2 hours on the tarmac at Athens. That was beyond their control but they did nothing to alleviate the discomfort. Children crying cramped seats all taken. It is at times like this one sees the true quality. If all goes well as on the way out it''s OK if not and you are on the older planes avoid!', '', '', 'Economy', '', 4, 2, 2, 3, 3, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Tom Wise', 'Argentina', '2012-12-22', 'I''m a frequent business class customer although on domestic flights this ''business class'' turns into ''club economy''. It is hard to understand that the most expensive seats carry the name ''economy'' attached to them. The catering service is very poor excluding alcoholic drinks and real food which is replaced by sandwiches served in a a very ''low cost'' style box.', '', '', 'Business Class', '', 5, 4, 4, 1, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'D Walker', 'Australia', '2012-11-19', 'Sydney to Buenos Aires. Was travelling on the great unknown with this airline so I kept my expectation''s low. Plane full with lots of legroom for 18 year old plane. Food was ok with snacks and drinks which you had to get yourself. Great views of the Antarctica if only the staff would let us see most of the flight the shades were kept down. Bring your own entertainment but they did show a couple of movies. For $1200 round-trip plus 2 internal flights I really can''t complain.', '', '', 'Economy', '', 7, 4, 3, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Eckerborm', 'United States', '2012-10-29', 'After a six month assignment in Argentina flying almost only Aerolineas Argentinas and Austral I was pleasantly surprised with the experience. Almost 30 domestic flights and no cancellations only one significant delay (3 hours) due to airport strike. Service good to excellent free snack (5-8 dollar value to US domestic standards) beverages offered once or twice (even on flights under an hour) Flight attendants friendly and efficient. I am impressed it is now better than any domestic option in the US.', '', '', 'Economy', '', 9, 5, 5, 5, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'A Mir', 'Australia', '2011-07-07', 'Bangalore-Sharjah. Despite leaving at ungodly hours 3.30am in my case this is probably one of my favourite low cost carriers and in my opinion better than some full service airlines that fly from the middle east to India. Plane was clean and service was excellent plane half empty so had whole row to sleep. Since leaving so early in the morning lights are switched off early overall happy with the service Air Arabia provides.', '', '', 'Economy', '', 10, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'B Yoani', 'Peru', '2014-03-04', 'LIM-MEX-ORD economy round-trip. My only complaints are: 1) They forgot my vegetarian meal on LIM-MEX leg. The flight attendant brushed me off and just left without even asking if I wanted a drink or a regular meal. Never bothered to check and never came back. 2) They sold me a flight that had a 1.5 hours layover in Mexico City I wasn''t aware of the whole customs-immigration-checking my bags again at MEX airport. If they know of this whole ordeal why would they sell flights with such short layovers? Food and service: Most staff were pleasant. The food was pretty decent and free drinks even alcoholic ones. The flight didn''t have individual screens so there''s only one movie option. They did have radio and gave headphones a pillow and a blanket. Overall it wasn''t a bad experience. As a side note if you have a connection through Mexico airport and are pressed for time make sure you ask the personnel if you can''t find something as its lacking some signs. The conveyor belt for my flight was i', '', '', 'Economy', '', 8, 3, 3, 4, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Adriana Luna', 'United States', '2014-02-27', 'Flight 636 on Sunday 2-23-14 (MEX to ATL). In Mexico City they wanted to weight my purse and wanted me to pay 2 kilos extra. Why do I have to pay if my belongings were under my seat? They don''t accept dollars just pesos. I have never travelled on an airline that would weigh my carry on luggage or personal purse. The customer service reps at the airport in Mexico City were rude. Flight attendants were nice and helpful. I will never travel with Aeromexico.', '', '', 'Economy', '', null, 3, 1, 3, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'D Thorger', 'United States', '2014-02-18', 'ATL-GRU via MEX. Thought I''d found a good value on a business class ticket that would let me earn skymiles. Wrong! I flew in business both ways but only got skymiles one direction because of the "class of service". (The leg where I got stuck in the middle seat is the one I earned miles on.) "Middle seat in business class" you might be saying? Why yes. Not the seat I reserved when I booked but the seating chart at that time didn''t even show a middle seat. Would not recommend don''t plan to fly again myself.', '', '', 'Business Class', '', 5, 3, 3, 3, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'J Downs', 'United States', '2014-04-21', 'Tiniest most uncomfortable seats I have ever experienced! If you are tall forget any leg room or comfort! Unfathomable why arm rests do not totally lift up to increase possible passenger comfort! The chicken curry was frankly awful. Crew were more interested in socializing with each other than providing passenger service. There were times that the crew area sounded more like an Irish pub - loud and noisy! And then there is the fact that for all connecting Aer Lingus flights you must be re-screened for airline security! It took us an hour to clear Chicago security in order to make our connecting flight so allow additional time for this glitch! Aer Lingus may be a cheaper ride but I will not travel with them again!', '', '', 'Economy', '', null, 1, 2, 1, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Zafrullah Hamzah', 'Ireland', '2014-04-21', 'Dublin-CDG return this was on a flex fare so not really in business class as such as business class is non existent on short haul flights. While the service from the cabin crew was friendly and efficient I note several issues that management needs to address. Flex fare entitles you to access to airport lounges. This needs to be made stress free for passengers. This time I received the invitation by email but as I had changed the dates as I am entitled to do I used the original lounge invitation (as no new invitation came by e-mail). No problems encountered in Dublin but while in Paris the staff in the Icare lounge came back to me while I was sitting down and eating to verify that the original lounge invitation reference matched my flight reference. I don''t blame her as she was very apologetic for having had to do so. Surely if this is an issue for ground staff Aer Lingus should send a new invitation when you change the dates. In some previous flights the invitation did not come at all ', '', '', 'Business Class', '', 5, 3, 5, 3, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'C Napier', 'United Kingdom', '2014-04-19', 'Our flight from Belfast to Malaga was cancelled on the 8/4/2014 reasons unknown and we were moved to the 9th. This was unsuitable so I called the customer services and without any hassle we were moved to a flight departing Dublin for the original date. When we checked in via the self check in machine our pre booked seats had changed and when mentioned to the desk staff they quickly corrected our seats back to the original with a sincere apology. The morning flight was on an A330 the advantage to this was we had IFE for the short 3 hour flight but it was a welcomed bonus. Crew were friendly and accommodating to any request and seemed to enjoyed serving the customers with a smile even when it was a full flight. This was a faultless flight in every respect arriving at destination bang on time. I really can''t fault this airline every single employee I had connect with either from the call center to the gate agents to the cabin crew made us feel welcomed. It is a shame that the return fligh', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'N Cortez', 'United States', '2013-10-15', 'First the entertainment system did not work both coming and going-making a very long flight. The windows were dirty with grease marks from prior passengers. I requested vegetarian meal six months earlier but was told they did not have any and received 1 small salad and cup of fruit for meal next meal - nothing! The flights also took off late for each leg of our destination. Although price was good I would pay more for another airline that had working equipment and clean plane.', '', '', 'Economy', '', 4, 2, 3, 2, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Kyle Brown', 'United States', '2013-10-09', 'Roundtrip from Dulles International Airport to the Czech Republic stopping in Moscow. Dissatisfaction is the word that came to mind repeatedly during these series of flights. The food was excellent. Served on time and hot on each of these flights. Very consistent. The cost was excellent compared to other airlines offering the same trip. It was downhill from there. Of the total 4 flights required to make this trip zero were on time. Every single flight left late. This is clearly a normal practice for this Airline based on my experience. The initial flight to Moscow from Dulles (10 hours or so) had no working video displays for entertainment. There was working music but the headphone connector on the seat was shorted and would barley play sound in mono and only if held in a certain position. After landing and proceeding to the terminal in Moscow there was complete chaos. The airport appeared to be clean and new with lots of English signage however some of the people working in the termin', '', '', 'Economy', '', 5, 3, 4, 5, 1, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'L Ruggeri', 'Hong Kong', '2013-10-07', 'Moscow-Hong Kong flight was well below my expectations. Terminal F has been revamped with too many shops and not enough seats. Passengers camped on the stairs and the floor. As there were other flights to China departing from nearby gates almost at the same time one can only imagine the pushing shouting and queue-jumping. Allocating more space to people and less to shops would help address the problem. We boarded on time but some passengers had so many duty-free shopping bags that overhead storage soon reached maximum capacity. Tempers flared departure was delayed. I had to keep my backpack under the seat thus reducing that precious little space. After takeoff we were told that the entertainment system was out of order. No films no music no games. nothing. I had ordered a vegetarian meal at the time of buying the ticket online 6 months earlier and this is usually a very tasty Asian- style hot meal. This time my name didn''t appear on the flight attendants'' list despite being clearly ind', '', '', 'Economy', '', 7, 4, 4, 3, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Maria McCarthy', 'United States', '2013-10-03', 'The servers were very professional and efficient and the planes were good. Our flight out of St. Petersburg was a disaster due to the lack of communication and inattentive flight representatives. We were booked on a 6.30 am flight to Moscow and were finally rebooked for a 2.40 pm flight. We were at the airport at 4 am and the plane left at 3 pm - that''s 11 hrs in the airport. We missed our connection from Moscow to NY finally arriving in Orlando with no luggage. It was a nightmare.', '', '', 'Economy', '', 5, 4, 1, 2, 4, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Freeman', 'Greece', '2012-08-19', 'I flew ATH to Corfu on full A320. Aegean are a world class airline as far as domestic flights are concerned but I was very disappointed with service on this flight. Due to Business Class being full 5 rows of economy didn''t get served a refreshment at all on the flight. This is very poor cabin management. The crew were taking their time fully aware that they''d never get the service done. Even thought it''s just a drink it left a very poor taste in my mouth from a PR perspective especially when they tried to blame bad weather.', '', '', 'Economy', '', 4, 3, 2, 1, 4, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Rebecca Sachs', 'United States', '2012-08-16', 'First time on Aegean for a family of 4 to go from Istanbul to Athens. Lines at airport moved fast no hassle on luggage flight left on time and arrived early seats were fairly comfortable and to our surprise we were offered a generous snack even though the flight was barely an hour duration. Overall superior in quality and service than any of the domestic flights we have taken in the US.', '', '', 'Economy', '', 9, 4, 4, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Kym Streeter', 'France', '2012-08-16', 'Paris-Athens-Mytilini. Compared to the competition this is the only option for Greece. Friendly service good hot food at lunch and evening flight with wine seat comfortable aircraft modern clean and on time. Overall very good.', '', '', 'Economy', '', 8, 4, 4, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Riley Pham', 'Vietnam', '2015-06-20', 'My flight on 1st June from Algiers to Lisboa (Portugal) was a nightmare. The check in was extremely slow and the sequence of spot check was complicated. All forms were in French and fortunately I knew some words, but most of the guests got confused. The aircraft was very old and food was lousily prepared. The toilet was like a public non-cleaned toilet for years. Seats were not comfortable and some could not be reclined. But the captain and crew were nice, particularly since they knew I was from Vietnam and they talked in both french and english nicely. Appreciated when they found the lost wallet of my friend.', 'Boeing 737', 'Business', 'Economy', 'Algiers to Lisbon', 3, 1, 3, 2, null, 1, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Steven Thomson', 'Australia', '2012-10-25', 'Sydney to Buenos Aires then to Santiago and return. Flying to and from Sydney the seats were very hard and uncomfortable. The plane seemed very old. Inflight entertainment poor quality TV and screen. Food was just bearable. The only flight that left on time was the one out of Sydney. First and last time flying with AA. Delay in BA to Santiago due to not wanting to fuel the plane in the rain. Delay from Santiago to BA no idea why. A supposed delay of 22 mins which turned into just over an hour from BA to Sydney which caused me to miss my connecting flight. So overall not happy with the experience. Also trying to check in at Santiago to fly to BA took the check-in lady well over half an hour. Real disappointment for a holiday I had waited 1 year for.', '', '', 'Economy', '', 2, 1, 3, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Brian Bauman', 'Australia', '2012-10-08', 'Sydney to Buenos Aires return. The aircraft used for this route are old but seats are as comfortable as other airline''s with more legroom than most. The meals were adequate if not great with ample self serve snacks. Drinks available throughout the flight and the service was polite and friendly. Taking my own entertainment (on a tablet) was no problem considering the savings being made on the price of the tickets compared to the prices charged by the competition. I also caught several Aerolineas regional flights in South America on new aircraft as it is are in the process of adding new aircraft to its fleet.', '', '', 'Business Class', '', 8, 4, 4, 3, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Blair McRae', 'Australia', '2012-10-08', 'We flew on direct flights Sydney to BA return in September 2012 - the attraction of a lower business class fare than competitors and a direct flight swayed us into trying the airline. The outward flight left early from Sydney and arrived early in BA. The return flight left 30 minutes late but picked up the time on the way home. On both sectors the service was prompt and efficient. Food and wine was good but not presented as top tier carriers would present. The entertainment system was archaic limited and not on demand. This is well documented by other reviewers. We took kindles and an ipad and once we watched one movie we were quite happy to read and play. Views of the Antarctic ice sheet also kept us amused on the way home. Seats are old style business but we did sleep nearly 9 hours on the night flight on the way over. If this one experience is the norm for this sector I would recommend the business class offering given the price advantages - you can overcome the most significant wea', '', '', 'Business Class', '', 8, 3, 4, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-canada-rouge', '/airline-reviews/air-canada-rouge', 'Air Canada rouge customer review', 'Atkinson Tom', 'Canada', '2015-03-18', 'I''m sitting at the airport waiting for rouge 1849 to leave. It was supposed to leave at 6.20 its now 7.15 and everybody is milling around the Rouge desk waiting to see what will happen. Typical AC.', '', '', 'Economy', '', 2, 2, 2, 2, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Saxena Abhinav', 'United States', '2014-01-24', 'I booked my trip to Santiago de Chile from San Francisco with AM just because they were skyteam partners. The inflight service was great. I was allowed to priority board with my delta silver status. I even got access to skyteam lounge in Santiago without asking. Food was a bit of a let down especially since I requested a vegetarian meal. Other than that the entertainment was good not hundreds of choices but I found the selection of movies and programs fresh and entertaining. All four legs of the flight were on time and staff were very helpful. Even though I didn''t know any Spanish I was able to communicate which is often a problem. Overall be it luck or their usual code of conduct I had a great experience with AM and would recommend to any one. Economical and comfortable despite a 16 hour trip.', '', '', 'Economy', '', 8, 4, 4, 3, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Simon Tang', 'Hong Kong', '2014-01-20', 'Los Angeles - Mexico City - Cancun / Merida - Mexico City - Guadalajara - Culiacan - Los Angeles. Staff not terribly helpful. I was initially booked on Los Angeles to Mexico City via Hermosillo with only a 45 minutes connection in Hermosillo. Was told by the staff at check-in they were not sure if that is sufficient time for me to make the connection but they would not change my flights because that''s the way the ticket had been issued. In the end they changed it because the Los Angeles to Hermosillo flight was overbooked. Guadalajara to Culiacan departure was late so along with a couple of passengers we missed the Culiacan to Los Angeles flight. All the announcements for the late departure from Guadalajara was only in Spanish though when asked one of the flight attendants would occasionally kept me updated. Passengers were given the option of flying via Mexico City arriving about 12 hours later or to continue on to Tijuana and making our own way to Los Angeles at our own expense. Chec', '', '', 'Economy', '', 2, 2, 1, 3, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Peter Huurman', 'Netherlands', '2014-01-10', 'Flew the new 787 in business class from Paris to Mexico city on Dec 19th. Flight attendant refused to speak English. Served dinner about 45 minutes later than in economy class meal was lukewarm. Exactly 5 minutes later she showed up again noticed that I was still eating and asked me if I was done. The reason became clear right after desert was served. On this 12 hour flight there is only service in the first 2.5 hours and in the 90 minutes before landing. 8 full hours there is no flight attendant no drinks no snacks. They expect you to sleep and not bother the flight crew. If you can''t sleep it will be a long flight. Entertainment is very limited. Movies in the section new are at least a year old. You have about 10 to choose from. Watching out of the window is prohibited by AeroMexico. The windows will be darkened 15 minutes after take off until 5 minutes before touchdown. Service was better in economy class on this flight. Expect AeroMexico business class at the level of "Premium econ', '', '', 'Business Class', '', 4, 3, 1, 3, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Luz Ramos', 'United States', '2014-01-07', 'GDL to LAX. It was a very pleasant flight for many reasons. Staff were very friendly and willing to help with any question. The food served was good for a 3 hour flight. They served yoghurt with cookies and fruit. There was inflight entertainment but no option all that there was available is what they played. Overall I really liked this airline and am willing to fly with them in the future.', '', '', 'Economy', '', 10, 4, 5, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Michael Elric', 'United States', '2014-04-19', 'Honeymoon''s are supposed to end nicely! Not with Aer Lingus being 2 hours late to Chicago and missing all flights back to Los Angeles. The ladies who work there are so unhelpful. They made us run to a flight that was taking off in 20 minutes and gave us a voucher to a holiday inn if we don''t make it. Of course we didn''t make it! We had to go through security all over again! Their phone lines go down at 9.45 ET which means when we call after missing the 8:05 flight to LA they''re closed they put us on an infinite loop hold! Flight and airport wait time total was 14 hours! Now we''re just stuck in Chicago and wouldn''t have been if anyone would have put in any real effort in to get us home like putting us on the 9.25 flight that would have given us plenty of time to get to the terminal from international. Instead of doing what was right they did what was easy. Truly sad and disappointed in the customer service of Aer Lingus.', '', '', 'Economy', '', null, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Matron', 'United Kingdom', '2014-04-14', 'We travelled from Manchester to New York via Dublin. On the way out the TV''s were not working they reset them several times and still didn''t work. Food was very poor so advise taking a sandwich with you. Loads of free pretzels for some reason which were horrid. No choice of snack and a very small orange juice break. Coming back we had paid for an upgrade for our seats we were shocked to find ourselves in the middle row of the plane no where near our allocated seats. Complained to air hostess who said they had changed the plane so therefore had been downgraded. No compensation and certainly no refund. Eventually after 2 months complaining we got our upgrade money back no compensation for the stressful flight home though. Also on the way back the movies were constantly interrupted with news of Aer Lingus charity work and asking for money. I had no issues donating the rest of our dollars but would have done so without being asked 10 times.', '', '', 'Economy', '', null, 2, 1, 1, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Mary Anne Zera', 'United States', '2014-03-28', 'I''ve been to Ireland 6 times in the last 10 years and have always flown Aer Lingus. The first time was lovely then United Air got involved and things went completely down-hill. This last trip was horrid. I don''t know how anyone could find the seating even close to comfortable. I weigh around 108 lbs and was traveling with my 145 lb brother the seat felt like concrete. Like one of the other reviews I have to sit on the pillow. These retro- fitted planes are the pits. The seat in front of me was 12 inches from my nose (the screen was basically in my face.) The arm rests don''t fold all the way back so you have to be a circus contortionist to get out of your seat. Two people cannot pass one another even if they''re going sideways. An older gentleman literally fell into what was luckily an empty seat trying to get back to his seat. The flight attendants were pleasant enough except for one male who thought he was "large and in charge". The food was the usual stuff basically it was edible. My ', '', '', 'Economy', '', 2, 1, 4, 3, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'X Rueckert', 'Germany', '2011-12-09', 'Frankfurt to Annaba this Summer return. The age of the plane from FFM to Alger was pretty old. The Alger- Annaba flight the same. On the return both planes were new. There was no delay. Service on the ground and onboard is ok. Food was excellent even during Ramadan. Take care at the Airport especially on the way from the international to the domestic Airport in Alger! Don''t give anybody your papers except if you are sure they are really officials.', '', '', 'Economy', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Marina Michurina', 'United States', '2013-09-25', 'Sep 13 2013 back from Russia to the USA. Flight 1481 Moscow-New York. I have been travelling Aeroflot for many years but I have never had such an uncomfortable seat in my life. Seems like the seats were designed by Gestapo for torturing passengers for 10 hours. Short narrow leaned forward! I will never understand the purpose of the head piece which makes your head protrude forward even more unless you are more than 2 meters tall. I felt very uncomfortable and tired. It was especially bothersome due to slow food service (it took the flight attendants about 2 hours to serve lunch and tidy up).', '', '', 'Economy', '', 7, 1, 3, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Tom Bright', 'Hong Kong', '2013-09-22', 'SVO-HKG in the new 777-300 ER. Comfort is fantastic - I would say much better than even Cathay new business class let alone European airlines. Staff attention great. Food could be more imaginative and refined but generally very good quality. Lounge at SVO old terminal F is incredibly old and not good. I would recommend taking a short walk over to the lounge in the new terminal E instead. Aeroflot making a strong effort in long-haul business class to get closer to the leading airlines and is on the right track!', '', '', 'Business Class', '', 8, 5, 5, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D Somarakis', 'Greece', '2012-08-13', 'SKG to HER. Flight was on time! The plane an A320 Airbus was new and clean inside/out. Cabin crew was pleasant and caring the on board service was good even though the flight was just 1 hour. Seats were comfortable and you have the option to check in online! I have flown many times domestic and abroad and am always satisfied.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Antonis Asprakis', 'United States', '2012-08-06', 'ATH-FRA. Another great experience with Aegean on a clean and relatively new aircraft with a meal served by polite and caring crew. Although a moving map was displayed throughout the cabin a movie or some other form of entertainment would have been appreciated for this 3-hour flight (I flew Aegean to London before and a movie was shown). Regardless this airline is a pleasure to fly.', '', '', 'Economy', '', 9, 5, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'C Smith', 'United Kingdom', '2012-07-25', 'London Heathrow to Larnaca. Among the most attentive and pleasant crew I have come across. Clean and new airbus food service was very good. Drink service frequent - around 5 times for a 4.5 hr flight. Overall very welcoming and pleasant.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Ilyes Dez', 'France', '2015-06-16', 'Lille to Algiers. The flight has been delayed (2hrs), but the Air Algerie''s airport workers gave us some sandwiches and soft drinks to apologize for the delay, a good point. The cabin crew were very professional. The aircraft (B767) was clean and in a good shape. The meal was excellent. Tea, coffee, and soft drinks have been served inflight. We landed smoothly at Algiers. The ticket price was good, and includes in it 30kg of luggage. A very good experience with Air Algerie.', 'B767-300', 'Solo Leisure', 'Economy', 'Lille to Algiers', 8, 4, 5, 5, null, 4, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'B Kenzi', 'Italy', '2014-03-03', 'ALG-CDG-ALG Dep 14/01/14 Ret 21/01/14. Very nice trip with my wife and my son (2 years old). No delay B737-800 sky interior not very clean and the cabin crew are not professional. Very good meals and wine. The price was cheap (450 euros for 2 adults and 1 child).', '', '', 'Economy', '', 4, 0, 0, 0, 0, null, null, 0, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Andre Polli', 'Brazil', '2014-03-03', 'Had a scheduled flight from Algiers to Annaba at 10.30 and a return flight at 17.30hrs. Algiers to Annaba 4 hour delay no explanation no assistance was supplied. Annaba to Algires 2.30 hours delay no explanation no assistance was supplied. Old and dirty planes FA''s neither friendly or helpful. Ground staff very unfriendly did not speak English either.', '', '', 'Economy', '', null, 0, 0, 0, 0, null, null, 0, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Neil Cluff', 'Australia', '2012-09-16', 'A340-200 SYD-EZE. I felt like I have stepped back in time when flying with this airline. They need to update the seating in the older aircraft. Very little attention is paid to safety carry on bags were left unsecured on seats during take-off. Seats were broken and reclined without pushing the recline button. Despite the seats being broken passengers were permitted to use them. There was no personal entertainment and it is strictly bring your own. Before and soon after take-off the cabin became very cold. Approx 1 hour into the flight the seat belt sign was turned off for the first time shortly after staff delivered the food. There was no choice of meal (chicken or red meat) let alone a vegetarian selection. After dinner the food trays were collected and the lights turned off and all passengers were expected to sleep. The staff must have also turned up the temperature as the aircraft cabin became very hot and stuffy. The flight was 14 hours and passengers were expected to sleep 10 of t', '', '', 'Economy', '', 2, 3, 3, 1, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Williams', 'Australia', '2012-09-06', 'FCO (Rome) - EZE. The lack of IFE was an obvious flaw but my tablet computer lasted the whole journey so it was ok. The food wasn''t great but the white wine was superb. Staff were very nice and even though I was Australian flying from Italy they all spoke perfect English. Flying Aerolineas was very much what it was like to fly domestic in Australia in the nineties - not great but bearable.', '', '', 'Economy', '', 4, 3, 4, 3, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'U Grant', 'Australia', '2012-09-04', 'I recently flew with AR on the new direct SYD-EZE service. I must say after reading the previous reviews here that I was pleasantly surprised. Flights were on time cabin crew were friendly (more so on the return leg) seat pitch in economy was actually very good cabin was clean and tidy. Yes there are no back of seat entertainment screens but for the price you cannot expect 5 star services. If being entertained is an issue bring your ipad or a good book! Food was OK. On the return flight after dinner service sandwiches were self- served from the rear of the cabin and it would be beneficial here to at least offer a selection (for us veggies rather than the ubiquitous ham and cheese). Overall the flight was as good as any for the price – in fact the worst part was actually going through customs at EZE which took well over an hour. I thought I had landed at LAX! Overall I would recommend this airline if you are after a well-priced airfare – just don''t expect 5 star amenities services for ', '', '', 'Economy', '', 7, 4, 4, 3, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Butcher', 'Australia', '2012-08-28', 'I flew from Lima to Sydney via Buenos Aires. My flight in Buenos Aires was delayed 1.5 hours but Aerolineas did not communicate with us at all! They announced a couple of times in Spanish thank you for your patience but that was it. Finally when we boarded it took another hour to take off! The people on my flight were complaining of the terrible service they had already experienced with Aerolineas. When I arrived in Sydney I had missed my connecting flight and so had half of the passengers I was with. We all had to pay for new tickets to our next destination which cost me $170 to Melbourne! Their entertainment was poor they played the same movie over and over and when passengers asked for help staff ignored them! Pretty bad service is an understatement.', '', '', 'Economy', '', 4, 3, 2, 4, 1, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'A Nathaniel', 'United States', '2014-01-02', 'I had an excellent flight from MEX to JFK on New Year''s Day on one of their new 787s. Check-in staff was helpful and well-organized. We boarded and left on time. Cabin staff was professional and friendly; the breakfast frittata was great and there was a variety of movies to choose from during the flight. They even offered wine in Economy Class. The 787 is a great plane and flying in this plane was a great experience. We arrived at JFK 30 minutes early.', '', '', 'Economy', '', 10, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'A Nathaniel', 'United States', '2014-01-02', 'I had a positive experience with Aeromexico from JFK to MEX via Cancun on Christmas. JFK check-in was efficient with no extra fees for checking a bag. They also served complimentary breakfast which was a decent omelette. Cabin staff was friendly and professional. We left and arrived on time. I had a 3-hour layover before taking a flight to Toluca (at a bargain fare) and asked Cancun check-in staff if I could change that leg of the trip to MEX. I was switched to an earlier CUN-MEX flight at no extra charge. The aircraft from CUN to MEX was brand new and spotlessly clean. We left and arrived on time.', '', '', 'Economy', '', 8, 4, 4, 3, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'L Cassady', 'Mexico', '2013-12-09', 'Oaxaca / Mexico City / SFO. After my last traumatic experience with AeroMexico I am not looking forward to my next trip next week. This really is the last time I will fly with them - going to pay more for United flights that go through Houston. It was amazing to read some of the reviews below that mirrored my experience. I missed a $150 flight and had to pay $600 to rebook! No sympathy. I was there at the gate 2 hours early so it wasn''t that I was late. I hadn''t got my passport stamped by immigration because I didn''t see the table and even though I was told I had time to go get it stamped and I ran they closed the gate and I missed the flight. All the employees I dealt with were very cold and even seemed to take pleasure that I had missed my flight and had to buy a new ticket. There are so many bad reviews here that I hope others will refrain from using this airline until they adopt a more user friendly attitude.', '', '', 'Economy', '', null, 2, 1, 1, 0, null, null, 0, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'R Barton', 'United States', '2014-03-18', '3/4/2014 flight to Dublin. 3 of our group were flying from LAX and one was flying from Denver. Both flights had less than 2 hours layover in Chicago. Since you have to change terminals and go through security again this layover is just unacceptable. The LAX group barely made the flight. It was almost fully boarded when we got to the gate and we did not dilly dally at all. The flight from Denver was 20 minutes late. Our friend and 5 other people ran from Terminal 1 to Terminal 5 and arrived at the gate at 5 minutes before takeoff time. All 6 passengers were denied boarding. They watched the plane pull away from the gate. The exasperating thing is that the Aer Lingus staff at the gate take no responsibility and show no empathy for this issue. It should be noted that we arrived in Dublin 1.5 hours early. So waiting 5 minutes to board those 6 passengers would not have impacted the arrival at all. Then to make it worse on our return flight they canceled my friends upgraded meal. Their logic', '', '', 'Economy', '', 3, 1, 4, 4, 4, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A Clarke', 'Ireland', '2014-03-04', 'Round trip to New York (EI 105/104). Flight out on time and the food was pretty decent I had upgraded my meal choice. Pretty quiet flight not too busy and plenty of space to stretch out although the middle armrest not lifting up all the way is pretty annoying if you''re trying to spread out a bit. Fantastic crew. Return flight was fine food not as good and again great crew. However why is this flight scheduled to leave at the time it does (5.30 pm) and then arrive into Dublin 5.5 hours later it''s fast but when you land in Ireland it''s still only 11 pm in NYC. If the flight is that short and apparently it regularly is then could it not be scheduled it to arrive in Ireland the same day as it leaves NYC. Also I think it was a surprise to ground crew that we got back so early as we had to wait 50 mins for bags to arrive. Aside from that though good round trip.', '', '', 'Economy', '', 7, 4, 4, 3, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'N Harvey', 'United Kingdom', '2014-02-25', '21/2 9pm EI249 Friday evening Gatwick flight. Usual appalling slow boarding due to passengers having too much hand luggage and no common sense. The seats were smaller than Ryanair and for some unknown reason tilted so it was like we were going to be launched into the sky. The whole flight was extremely uncomfortable and hot. Out of interest can Aer Lingus passengers not count as they seem to have trouble working out where their seats are? Also one case and one piece of hand luggage seem to be interpreted as one case and ninety five bags.', '', '', 'Economy', '', 2, 1, 4, 3, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'J Thompson', 'United States', '2014-02-24', 'Flew JFK to LHR with family of 5 and overall was very satisfied. Transatlantic flights were not full and the whole family had extra room. Only irritating issues were too many announcements which kept everybody awake and seat armrests which do not come up all the way allowing one to stretch out over empty seats. Dublin to London flights were also good. Although we would have preferred direct flights the savings going through Dublin were substantial and well worth the slight inconvenience plus on the way home one goes through Immigration in Ireland which works very well.', '', '', 'Economy', '', 9, 3, 5, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Michael A Bogdanovskiy', 'Israel', '2013-09-19', 'In the last year I have flown TLV-SVO and return about 5 times. Good service very friendly staff new aircraft''s - every time I have had very good experience.', '', '', 'Economy', '', 9, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('bulgaria-air', '/airline-reviews/bulgaria-air', 'Bulgaria Air customer review', 'A Kraev', 'Switzerland', '2011-05-26', 'ZRH-SOF clean A319. Cabin staff friendly and food was quite nice given the duration of flight. Legroom a bit on the short side. Overall quite satisfied with the flight.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Vlad Alexeyenko', 'Canada', '2013-09-15', 'Flew YYZ-MOW-YYZ. Both flights were excellent. Sheremetyevo airport very modern comfortable there was barely any line-up for customs and security screenings. Security was painless compared to the US and Canadian ones. Food was great I asked for an extra meal on both flights and they gave it to me. The offered wine for free in economy class. FA also friendly. The only concern is the delays. When I flew there the delay was 40 min on the way back the washroom broke down in the aircraft so the delay was 4 hours. They gave us meal vouchers so we got free food at SVO.', '', '', 'Economy', '', 9, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Shatskikh', 'United States', '2013-09-11', 'On September 7 2013 300 hundred people with small children were kept for 4 hours in Sheremetevo because the aircraft and crew were waiting the group of transit passengers. (Flight SU 0102). It was the difficult long flight to New York - 9.5 hours plus 4 hours delay. Many passengers among these 300 hundred people lost their connections. It is shameful. My seat was between two large men and it was very uncomfortable I had only a half seat for myself. I will avoid Aeroflot flights since this event.', '', '', 'Economy', '', null, 1, 3, 3, 4, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'J Rudge', 'United Kingdom', '2012-07-24', 'LCA-LHR on a nice clean A321. Aircraft left Larnaca on time cabin crew looked smart and were polite I had paid only £80 for my one way flight value for money was excellent as all drinks and food was included. Although cabin crew only came round I think 3 times on the 5 hour flight drinks were available on request if needed and cabin crew were happy to serve from the galley. In flight meal was average I find catering on all flights from Larnaca not that great! Seat was comfortable and I had plenty of leg room pilot kept us updated on arrival times and the weather back in the UK which is always nice to know you''re going to land bang on time. Despite the bad weather in London landing was probably the smoothest I''ve ever had on a flight didn''t know I had touched the ground! Just wish A3 didn''t fly into Terminal 1 at LHR as its not that great and is rather run down other than that Aegean cannot be faulted. A great little airline and I will definitely fly with them again to Greece or Cyprus!', '', '', 'Economy', '', 10, 5, 5, 3, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D Rat', 'Australia', '2012-07-16', 'Flew Aegean to Santorini late June. Short and sweet flight. Cabin crew were professional and aircraft very clean. There was no food and inflight entertainment because of short flight nice gesture providing passengers with a light refreshment.', '', '', 'Economy', '', 10, 5, 5, 4, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Olivier Dussault', 'Belgium', '2013-08-14', 'Flight Paris CDG - Algiers. Flight was more than 3 hours late and no explanations were given by the Air Algerie ground staff. The aircraft was old and very dirty. Food was still on my seat. Cabin crew were very unprofessional and not friendly at all. Food was ok. Only one toilet was in service. I will never fly again with Air Algerie.', '', '', 'Business Class', '', 1, 0, 0, 0, 0, null, null, 0, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'V Dufour', 'France', '2013-05-28', 'Paris to Algiers then to Ouagadougou and back. Overall I found this airline good value for money: they are cheap and offer minimal service. The aircraft''s were old but kept in a good state except for the washrooms which were disgusting. Seats were rather comfortable. On the Algiers-Ouagadougou leg 1st class seating was attributed randomly to economy passengers. The meals were excellent even on the shorter Paris-Algiers flights. The food is halal but wine is available. Of my 4 flights only one was late by about one hour. No information whatsoever was given while we were waiting but the crew apologised once we were let in.', '', '', 'Economy', '', 8, 4, 4, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'C Zacher', 'Germany', '2012-11-12', 'Nov 1 Algiers-Ghardaia by ATR 72. 1 hrs late departure due to late arrival of the aircraft. Confusing as destination "Oran" was shown at the departure gate. Flight full. Some biscuits water and a soft drink was provided. Announcements in French and Arabic only. It is a domestic flight but on arrival and departure immigration has to been cleared. Return Nov 3 Flight on-time long wait for the luggage in Algiers because of a parking problem. Airline recommended as flying is better than 10 hrs by bus.', '', '', 'Economy', '', 9, 3, 3, 3, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'T Adelaide', 'Australia', '2012-08-28', 'SYD-EZE-SYD. Plane is an older A340-200 - without personal IFE - just a main screen. Economy class seats were generously sized and I was offered an emergency exit seat from SYD-EZE. EZE-SYD was a standard economy class seat. Plane departed on time from SYD-EZE and again EZE-SYD. Staff friendly and always walking around. Food was edible but there wasn''t much of it. A small self-serve bar in the galley provided water and snacks during the flight. Both flights the plane landed on time and overall was a pleasant experience. Despite being limited in features I got from SYD to EZE and back cheaply comfortably and if you bring your iPad/iPod you''ll be entertained. If there was no price difference between AR and LAN/Qantas etc. consider going on the latter. But AR isn''t a bad airline provided you''ve got some personal entertainment on the long 13-15 hour flights. One final point - the AR website is incredibly hard to navigate and use. Calls to their SYD call centre go without answer.', '', '', 'Economy', '', 8, 4, 4, 3, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Aditya Vashishta', 'Australia', '2012-08-28', 'Well after hearing a lots of negetive comments about Aerlineas airlines I was a bit apprehensive but the fare was almost half from MEL-RIO. I found the service better and aircraft was old but with more legroom. The crew was also good and trying to help passengers as it was a long flight of 16 hrs. Food was OK and they should improve their entertainment service. Overall we enjoyed and would definitely go again.', '', '', 'Economy', '', 8, 4, 4, 3, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'G Aguilar', 'Australia', '2012-07-25', 'SYD-EZE on July 21. While the aircraft was old and it lacks personal inflight entertainment it was well maintained. Good legroom. Crew were friendly and efficient. Left on time and arrived one hour early. All and all a good experience and extremely good value for money. I''m looking forward to my return in a few days.', '', '', 'Economy', '', 7, 4, 4, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-india-express', '/airline-reviews/air-india-express', 'Air India Express customer review', 'Ravi Shirodaria', '', '2007-01-26', 'Used IX for a domestic flight from BOM-COK. I have to say for the fare I paid I was not expecting much. A spotless aircraft and a hospitable crew. Overall a very average airline which offers value for money.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'A Smith', 'Australia', '2012-08-20', 'They delayed my flight by 3 days and were incredibly rude and unapologetic. I was supposed to fly from Sydney to Buenos Aires via Auckland and Santiago. I turned up at the check in counter in Sydney and was told the flight would be delayed because the plane hadn''t arrived yet from Auckland but it would only be a couple of hours. When I returned they said the plane would not be arriving after all and that we would not leave Sydney for another two days. Staff were rude and unhelpful and once we were taken to the accommodation we didn''t hear from them again except for a piece of paper under the hotel door telling us to be ready at 5am. After two days we went back to airport there was no staff member there and we had to go from counter to counter trying to find out which flight we were on. After finally checking in and going through immigration we were at the boarding gate when we were told that we would not be flying out after all as there was no plane to meet us in Auckland. No staff rep', '', '', 'Economy', '', 1, 0, 1, 1, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Ahmad Daoud', 'Australia', '2012-07-26', 'Return flight (Sydney-Buenos Aires). The fare was really competitive. Flight left on time from Sydney to Buenos Aires. Food was below average (Fish and rice for dinner and very small sandwiches for breakfast and middle snack). On board entertainment is the worst entertainment I have witnessed. Flight attendants were nice. On my way back flight delayed 30 minutes. Food was good (Chicken and rice for lunch. Croissant tea and fruits for breakfast and small chicken sandwich for middle snack). On board entertainment was better than the first flight. Pros: Excellent price - On time flights - Friendly staff. Cons: No personal entertainment nor good screens - Bad food on first flight - Staff didn''t allow me to use my iphone in flight mode - not very tidy (though not dirty).', '', '', 'Economy', '', 6, 3, 4, 3, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Christian Sagstetter', 'United States', '2013-12-09', 'ATL-MEX-ATL in addition to my earlier review I want to add the 2nd part of worst experience I had. Redeeming my skymiles I booked ATL-MEX a new ticket as Aeromexico was not willing to rebook me. At the end of my business trip in MEX I tried to check in for my return flight but I learnt that they have an internal policy that if you are not on your first flight they cancel your booking for the second flight. To get home I had to buy another ticket. The SkyTeam should really choose their codeshare partners more wisely. Never again.', '', '', 'Economy', '', null, 0, 1, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Christian Sagstetter', 'United States', '2013-12-05', 'ATL-MEX this was the worst experience I have ever had with an airline. I was on time (1.30pm for a 3pm flight) at the check in counter and was sent to another counter Delta. When I was turned away there as well and sent back my flight had been closed for 5 minutes and nobody could help to get me on or even rebook me to the next available flight. After being stuck at the terminal for over 5 hours hanging on the phone with travel agent and Aeromexico I had to leave home again. I was told to go the next day to the check in counter where I again was told to pay a penalty to get rebooked. I redeemed my skymiles and booked another ticket.', '', '', 'Economy', '', null, 0, 1, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'David Alexander', 'United States', '2013-11-27', 'I had a great experience with Aeromexico on a round trip from Las Vegas to Guadalajara. The aircraft was very clean. The loading process was efficient and quick. The flight attendants were very professional and all were bi- lingual. The entire staff of Aeromexico were pleasant and concerned with customer satisfaction.', '', '', 'Economy', '', 10, 4, 5, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Francesca Jones', 'United Kingdom', '2013-11-15', 'Flew London to Mexico City no entertainment on 12.5 flight! Very uncomfortable no footrests and not a lot of space. Staff on the way back were rude and impertinent when I asked for a 3rd glass of wine (thimble sized) we were curtly told that we would not be served drinks for 9 hours and that you''re only allowed 1 or 2 drinks which is new to me. Staff seemed reluctant to do any work and viewed it more of an inconvenience than their actual livelihood. My seat didn''t recline so spent 10 hours on an overnight upright. Food was rubbish as well.', '', '', 'Economy', '', 1, 2, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Mark McCullough', 'United Kingdom', '2014-02-14', 'BHD-LGW A319 January. Perfectly acceptable short flight with friendly crew. Boarding is slow because all managed by just 1 person.', '', '', 'Economy', '', 7, 3, 4, 0, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Alan McGaughey', 'Ireland', '2014-02-14', 'Flew with Aer Lingus round trip Dublin-Gatwick this week. Very pleased with the service overall. The outbound flight on Tuesday was lightly booked and we got away early. Terminal 2 is very pleasant to use and even the security area was moving quickly. This was the first time I had used the pre-order meal service and it worked well in getting the breakfast before the main cabin service began. It is good value and I would estimate that about 10 of the 50 or so passengers had pre-ordered. Coming back was even easier at Gatwick airport and this was an almost full flight. The cabin crew were especially good. I ordered tea and the cheese board (could do with a little more cheese). Weather was bad coming into Dublin in the aftermath of the storms and I could tell we weren''t going to be able to land from the approach and just before touchdown we went on a go around. The Captain came on and was very re-assuring and explained what had happened and again the cabin crew were very reassuring in mak', '', '', 'Economy', '', 9, 4, 4, 5, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'J French', 'United Kingdom', '2014-02-04', 'MAN-DUB return. Outbound delayed an hour due to problem with something in hold and had rubbish on floor when boarded return delayed almost an hour due to knock on delay. Attendants were nice both journeys.', '', '', 'Economy', '', 6, 4, 4, 0, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'S Hercules', 'United States', '2012-06-25', 'We had a scheduled flight from AEP (Buenos Aires) to Resistencia. When we checked in we were told that the flight was on time. Just before boarding time we were told that the flight was cancelled. We were told that all flights were full for 3 days but they would work on something. Long story short we stayed overnight at the airport (with 5 children) and the next day we were flown to Corrientes instead of Resistencia. We received nothing in compensation - no vouchers for food hotel or transportation - and not for lack of persistent trying. We did not even receive transportation cost for travel from Corrientes to Resistencia! We would never recommend this airline.', '', '', 'Economy', '', 2, 4, 3, 2, 3, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'L Webb', 'United Kingdom', '2014-01-28', 'CWL-DUB and DUB-CWL flight EI3291 29/10/13. Outbound - The flight attendants always had a smile and were very helpful throughout. The only negative thing about the outbound flight was that there was a mother that did nothing but shout at her kids from the moment we took off until the moment we landed and when your flight is at 8.30 in the morning it''s the last thing you want. Inbound flight DUB-CWL flight EI3298 31/10/13 - we left Dublin later than scheduled due to the fact there was a technical fault with a light in the cockpit and could not take off until it was solved. Within minutes engineers were onboard and both the captain and flight attendants kept us up to date with what was going on and reassuring us that everything was going well. The flight attendants on the inbound flight were much friendlier and talkative which is a great thing to have on an airline. Even though our flight departed late we landed just 5 minutes later than scheduled. I have recommended this airline to fami', '', '', 'Economy', '', 10, 4, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'David Williams', 'Canada', '2013-09-03', 'We flew JFK to Moscow and the returned St Petersburg through Moscow to JFK an 8 to 9 hour flight. All aspects were better than most carriers I have flown. Check in was professional the flight attendants were attentive the two meals served and the food tasted good to very good. The plane an Airbus 300 as I recall was clean and in good condition. The entertainment system gave free movies (free ear buds handed out) music and TV. The luggage arrived with us. The connection in Moscow was easy. I have only good things to say about my experience with Aeroflot. I would absolutely fly them again and the cost was about 1/2 what it would have been on Air France.', '', '', 'Economy', '', 9, 4, 4, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Sargeant Alan', 'Australia', '2013-09-01', 'Krasnodar - Moscow - Omsk. Check-in in Krasnodar was chaotic and no drop bags and run counter. (It was peak summer season). The actual flights were OK. I received my preferred seats on both flights and quite good English spoken by cabin staff. Reasonable meals were served on both flights evening though the Omsk sector started at 1.40 am. Both sectors were fairly well on time although departing Krasnodar was a little late (because of the problems with checking in. No entertainment on either flight - both around 3 hours).', '', '', 'Economy', '', 7, 4, 4, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Jose Gamero Zorita', 'France', '2013-08-27', 'CDG-MOW-OVB. Upgraded to business class. Compared with Air France Aeroflot offers a great service in business class with a small gift and more choice of meals. Easy transfer at MOW. Flew an A320 with a good seat. No difficulties to sleep. Back in a IL96 nice 4 hr flight with a consistent breakfast (two choices). Crew sometimes rude but overall friendly. Lounge in MOW very quiet not many people attending. MOW-CDG on time again good service good (hot) meal and nice crew. Very good value for the money.', '', '', 'Economy', '', 8, 4, 4, 5, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Minas Sotirakopoulos', 'Greece', '2012-07-15', 'I am a Gold member in both Greek airlines (Aegean-Olympic Air) traveling over 100 times a year and I have to admit that Aegean Air is highly recommended especially in Ground services (Lounges - Luggage priority services). They are excellent in the following services: Great Lounges with separate room for smokers. Good luggage priority service in Greece. They must improve the following: Offer free 24h parking just like Olympic Air offer for their Gold members. Improve their unacceptable prices and value for money for local flights. Dramatically improve their in flight food for local flights.', '', '', 'Economy', '', 7, 5, 5, 1, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Tossounian', 'United Kingdom', '2012-07-15', 'ATH - LHR sector on new Airbus A320. Very clean inside and out. Flight departed on time with pre-take off drinks in Business. Comfortable blue leather seats with the middle seat free allowing more room. Attractive and attentive crew service with a smile and very polite. Dinner was a choice from a menu which was plentiful and delicious with a good selection of Greek wines to accompany the meal. Headsets given out and a film shown during the flight. Regular water service throughout with pretzels and snacks. Excellent business product and would definitely use Aegean again.', '', '', 'Business Class', '', 10, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'P Arnaud', 'France', '2012-07-15', 'CDG to ATH. Great experience. Hot dinner was served entertainment was available (which is not the case on the competing companies on that route). Flight on time. Staff was very friendly and professional.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Adrian Stavrakis', 'Greece', '2012-07-13', 'Went from SKG to STR and after a week the other way around. My flights were A3510 and A3511. Excellent aircraft clean no malfunctioning seats inflight maps 2 captain announcements one the standard and one extra that we would experience some turbulence over Belgrade. Star-Alliance stylished meals served hot enough beverage and coffee happy to help flight attendants ultra-fast baggage drop-off and mobile check- in. I didn''t even have to print my boarding pass. Highly recommended!', '', '', 'Economy', '', 10, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Rami Medjahed', 'United Arab Emirates', '2012-07-01', 'DXB-ALG. 4 hours delay without explanation and they didn''t give us anything for this. The aircraft (A330) was pretty old the bathrooms were disgusting and the plane was dirty! Very poor service on-board and cabin crews are not professional. The food was not appealing. The overall service was very poor!', '', '', 'Economy', '', 1, null, null, null, null, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'N Dupont', 'Belgium', '2012-05-10', 'BRU-ALG-BRU. Both flight were late - more than 4 hours on the return flight. Food on board is average. The plane was not very clean and looks old. Personal friendly but not very helpful in the airport.', '', '', 'Economy', '', 2, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'John Smith Thomas', 'United Kingdom', '2012-04-01', 'London Heathrow to Algiers on an old 767. Cabin crew are simply not professional food wasn''t appealing and toilets were filthy.', '', '', 'Economy', '', 1, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'H Stewart', 'United Kingdom', '2012-06-17', 'Buenos Aires to Salta to Iguazu. Bit apprehensive after reading reviews but both flights were fine. Punctual efficient and even a decent snack. Both were on Embraer 190 operated by Austral and the second craft was new - excellent seats and seat-back IFE with personal headsets on a flight of less than 2 hours.', '', '', 'Economy', '', 8, 5, 4, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'W Miao', 'New Zealand', '2012-07-15', 'Flew AKL-EZE/AEP-GIG-AEP/EZE-AKL. Both long-haul legs were close to being on time but the baggage wait in BA was around 40 min (thus missed the transfer bus to the other airport in BA and had to get a cab). Upon arrival at AEP I was checked-in for the flight to Rio as normal. But 20 min after the schedule boarding time everyone was informed that AR decided to switch the departing airport back to EZE (and this is already at 10pm). So had to re-clear the custom collect our baggage wait for 30 min for the bus take the 1 hour bus ride to the other side of the town re-check in and re-clear the custom at EZE (which took 1 hour). Finally landed in Rio at 3.30am 4 hours late. No compensation was offered whatsoever. The return flights were relatively stress-free. Overall the cabin service was above average but planes are antiquated with no personal entertainment but a leaky roof. Breakfast on the 13 hour long-haul consisted of two pieces of cold bread and a banana. Much cheaper than LAN but def', '', '', 'Economy', '', 4, 3, 4, 2, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'P Sorli', 'Norway', '2012-07-15', 'Was booked on the flight on the 13th of July from EZE-SYD (which does not go via AKL anymore). I checked- in and everything was confirmed with my seat etc. I was at the airport at 6am for the 8.30am flight. After 1 hour in line I was only half way down the queue. A little bit later other passengers bound for SYD were denied access. The following reason was given: the weather pattern on the route to SYD. Therefore they had to get rid of weight to have a lighter aircraft to make it the entire way. Later we learnt that they had given freight/cargo priority and consequently 80 of us were stranded with the next flight due 3 days later which only had 40 free spots. The employees only spoke Spanish which was hard for people who didn''t know the language. Lots of ideas were thrown around but evidently the flight left without us. I had checked the flight the days/weeks before I was due to fly it and noticed that the flight always left EZE delayed by 1-2 hours which could be for similar reasons. ', '', '', 'Economy', '', 1, 0, 1, 1, 0, null, null, 0, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'P McDonald', 'Australia', '2012-07-13', 'SYD-AKL-BA return. Very old aircraft untidy and looked quite dirty. No personal entertainment unit. Surly cabin crew with very poor service standards. Hardly saw FA''s for the entire flight and no effort was made to prepare the cabin for landing. I also took an internal flight with this airline from BA to Ushuaia. On this flight the service was just as bad and my seat was broken. I will never use this airline again.', '', '', 'Economy', '', 2, 1, 1, 2, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'A Mayorga', 'Mexico', '2013-11-11', 'MTY to CUN via MEX. MTY to MEX flight was delayed and they didn''t do anything about it so I missed my connection to CUN then customer service gave me the run around and tried to charge me MXN$300 to put me on waiting lists for flights they clearly knew were oversold. Aeromexico left me stranded in the airport overnight and couldn''t be bothered to offer board and a meal. Hadn''t it been for my helpful travel agency I might as well been left there for 3 days until my returning flight to MTY. MEX to MTY was delayed as well as apparently the crew was stuck in TIJ. I''ll never fly Aeromexico again.', '', '', 'Economy', '', 1, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'H Harwood', 'Mexico', '2013-10-23', 'Horrible experience with missed connection. My arrival in Mexico City gave me 1.5 hours to catch my connection to Merida. Our flight was on time so I expected to be ok - but quickly saw that I had a long wait in Customs. It took over an hour to get through that line-up. Carried my bag as fast as I could up to the area where connecting flights were to drop bags off - and to another line-up. The rep working there told me it was too late to catch my flight to Merida. It hadn''t left but doors were closed. She told me to go and get a new flight across the hall. When I arrived there the rep told me that I must buy a new ticket. I was shocked. No other airline has ever made me pay for a new connection when I have been held up in a Customs line-up. Even the supervisor on shift would not bend. I could not believe this airline would treat a customer so badly. I had run as fast as possible between customs and baggage check-in - only to be told by the unfriendly agent that "1.5 hours is enough tim', '', '', 'Economy', '', null, 4, 2, 3, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Chacon Santiahp', 'Mexico', '2013-10-22', 'MEX to CDG in a 767-200 that was at least 25 years old. The business class seat was not working well and there were no in-seat monitors. The service attitude was not pleasant. The stewardess greeting people at the door were not even smiling. Overall poor quality especially considering that the price paid was the same as the price of an Air France flight which I took on the way back and was incomparable.', '', '', 'Business Class', '', 3, 2, 3, 3, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'M Studzinski', 'Poland', '2014-01-16', 'CPH-DUB flight delayed for 3 hrs. Check-in agents said it was due to bad weather in Dublin crew said due to maintenance problems. I understand they wanted to do quick turnaround but the plane was filthy full of rubbish on the floor seatbelts not folded seat pockets not emptied etc. Inflight magazine was glued with chewing gums so it was impossible to read it. Crew announced they don''t have any hot meals and sandwiches left from previous sector so only snacks and drinks were available to purchase. Crew did their job but nothing more. Sad low cost- like flight even though it cost 280 Euro.', '', '', 'Economy', '', 2, 1, 3, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Marie Hazelwood', 'Ireland', '2014-01-08', 'Paris-Cork EI821 Dec 23 return Cork-CDG Dec 30. I travelled with Aer Lingus over Christmas/New Year. Very busy. Staff were very pleasant and unlike another airline on this route treating passengers with respect or weren''t out-to-get me because I had a shopping bag with my carry-on coming on board. The staff make this airline very pleasant.', '', '', 'Economy', '', 10, 4, 5, 5, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Basil Duffy', 'Ireland', '2014-01-03', 'Dublin to Cardiff on Friday 27 Dec. Stormy day but no information as to when flight would depart. Left waiting in very cold room in bowels of the airport for 2 hours. Flight took off just over 2 hours late but disappointingly pilot never told us they had not taken our baggage due to weight restrictions. At Cardiff everybody stood around the baggage carousel and no bags. Rang Dublin to find out when bags would arrive and found no info. Told case was still in Dublin and as we were due home on Sunday 29th December to go to the baggage counter in arrivals. On Sunday at 1pm I got a call from Cardiff Airport to say my case had arrived and as we were flying home that evening they would hold it at the airport. Like previous comments I like to support The Irish Airline but my confidence in them has been shattered and a good weekend was destroyed.', '', '', 'Economy', '', null, 3, 3, 0, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'R Butler', 'United Kingdom', '2013-08-08', 'Moscow to LHR. Flight delayed though just half an hour then bussed from Terminal D to the far side of F. Bus stopped about a hundred metres from the steps to the aircraft as the heavens opened. 50 people ran at once to try to escape the deluge. Utter chaos and appalling management by Aeroflot. Cabin crew were singularly unhelpful saying to a passenger who complained "it''s not our decision". It took a good half hour from when the door was closed to take off which added to the frustration of the delay. But once airborne things took a turn for the better. The Cain crew were personable and efficient. Dinner was served promptly and was tasty. Impressive too was the nutritional information next to each dish - calories protein carbohydrates. The Italian red wine was more drinkable than many I''ve had elsewhere. IFE was via individual players that were handed out after a polite request. Reasonable selection of films. Spent a further frustrating 30 minutes in the hold before landing 90 minutes l', '', '', 'Business Class', '', 5, 3, 3, 4, 3, null, null, 2, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Alexey Efimov', 'Russian Federation', '2013-08-05', 'Moscow-Tenerife on A330-300 long haul. The service was incredible (actually as usual on Aeroflot long haul flights in business class compared to short haul it is better). Our plane was delayed but we arrived only 7 minutes later than it was proposed). Cabin was originally designed for EgyptAir and it was very good. Entertainment system has a big variety of films and all films can be watched in either Russian or English. In my opinion Aeroflot on long hauls is much better than the majority of other European airlines.', '', '', 'Business Class', '', 10, 5, 5, 5, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Jonathan Hodson', 'United Kingdom', '2013-07-31', 'London to Hong Kong via Moscow return. All flights you couldn''t fault food of good standard flight attendants smart and professional great selection of entertainment only problem was other passengers getting up before plane had stopped at terminals. You know who you are and it makes life very difficult for the flight attendants.', '', '', 'Economy', '', 10, 4, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'R Thut', 'Switzerland', '2012-07-13', 'I like to fly with A3 but the last flights (CFU-ATH-MUC) were the opposite. Since we were flying back home to ZRH we wanted to have all boarding cards. But for some reason we only got them until MUC. When I asked the lady at the check in she said Sorry I cannot help. You have to organise yourself in MUC. On both flights the flight attendants wanted to be somewhere else but on the flights. The food this time was inedible and the service awful. For a glass of water I had to ask 3 times and when she finally brought it she just rolled her eyes. I am not sure if I will fly with them again.', '', '', 'Economy', '', 5, 4, 2, 1, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Z Rosen', 'Israel', '2012-07-09', 'Charter service from Tel Aviv to Heraklion. A320 new and clean all leather seats. Only drinks served. All female crew seemed completely disinterested. Airshow available however no position of the aircraft available only the map of the area. Heard good things about A3 service however that was not the experience we had.', '', '', 'Economy', '', 5, 4, 1, 0, 1, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Chris Tomko', 'United States', '2012-07-02', 'On 16-JUN my flight from Milan to Athens (connecting to Mykonos) which was suppose to leave at 21.10 left at 02.00. We were given little info other than plane broken and a new one coming from Athens. When the new plane arrived the ground staff and gate were disorganized making the delay even longer. During this extreme delay we were given snacks and water. Once arriving into Athens and missing my flight to JMK a ticket agent helped us and put us on a departure getting us in only a few hours late on Olympic. I emailed Aegean three times to enquire about a refund or another ticket (As we were instructed to do both in MXP and ATH) and it took two emails to get a response. Overall Aegean usually pretty good (I fly once or twice a year) but this interaction made me lose some trust.', '', '', 'Economy', '', 5, 4, 3, 5, 1, null, null, 1, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'J Chen', 'Greece', '2012-07-02', 'Flew from Athens to Santorini in a new A321 aircraft. Economy seats were leather and soft and comfortable and the luggage bins were very large (I was able to fit my acoustic guitar in the cabin). The views as the flight took off and landed were incredible but the flight tickets were slightly expensive for such a short distance. Inflight entertainment was unfortunately absent as the flight (1hr) was too short for it and beverages were only served to half the passengers for the same reason. Otherwise it was a good trip.', '', '', 'Economy', '', 8, 4, 3, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'N Mehdi', 'France', '2011-09-17', 'ALG-MRS. 3 hours delay and no explanation. Only drinks were offered for this 1hr 10mins international flight. Flight attendants are really not professional.', '', '', 'Economy', '', 1, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'S Bot', 'France', '2011-09-03', 'LYS-ORN. Clean and new aircraft FA''s could be a little more professional. Nice complete meal. I am used to taking this airline to go to Algeria and it is really improving.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Hugo Stekelenburg', 'Morocco', '2011-07-04', 'ALG-AAE. The flight to Annaba took 1hr and was uneventful. Air Algerie will always serve you a drink and a close an eye to your baggage allowance which is good. But service is non-descript and like many airlines of North Africa when there is a problem there is nobody to speak to and nobody is responsible for anything. So when flying them have lots of time on your hand patience and a good book. Their prices are usually good especially for domestic flights. Would fly them again but as I said it is nothing memorable.', '', '', 'Economy', '', 6, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'B Kenzi', 'Italy', '2011-07-03', 'TUN-ALG in the new 737-800NG (Business Class) a very good trip no delay good meat (champagne before take off). On time at Algiers clean cabin a very large seat and big space not like Air France or Alitalia in Business Class.', '', '', 'Business Class', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'F Thunthy', 'United States', '2013-07-03', 'Recently I flew from St Petersburg - Moscow - NYC. It was an extremely pleasant flight. The seating (in economy) was A+ the meals were very well presented and the food was delicious. The FA''s were well dressed polite and professional.', '', '', 'Economy', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Pieter Kwint', 'Australia', '2012-06-13', 'I have flown a number of long distance and internal flights and am pleased with the airline. The international flight has the biggest leg room and is very comfortable. No TV''s but not a problem - bring your own entertainment. Food is mediocre but drinks are served regularly. Internal flights are good - they new Embraers are great and the new B737''s have suitable legroom. The Virgin sourced planes are tight in terms of legroom. The website is great and service when things go wrong is also friendly and good.', '', '', 'Economy', '', 8, 5, 3, 3, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Trevor Robinson', 'Australia', '2012-06-11', 'Business Class return Sydney to Sau Paulo. Great price but pretty basic for the class paid. Worst was the return trip my agent had booked the ticket and I hadn''t noticed that the flight home via Buenos Aires landed and took off from different airports. I thought they would arrange transfers - wrong. After much complaining they arranged a transfer with another bus company. We were lucky but others (including a mother and small child) got no guidance and had to get taxi''s.', '', '', 'Business Class', '', 2, 3, 3, 3, 1, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'E Geefay', 'United States', '2013-10-22', 'Tonight I went to the airport to board my flight from SFO to Cancun. I got there in plenty of time and had 2 bags to check. Their website clearly states that the first bag is free and the second bag is 50 dollars. When I got to the ticket counter the agent told me that the flight was fully booked and they were only accepting passengers with one piece of luggage. They were not accepting a second bag even if you wanted to pay. I asked them what I could do and they said I could board the flight but only if I left one bag behind. Forcing passengers with more than one luggage to give up their seats on an overbooked flight so they could solve their over booked flight without any compensation. If you ever take Aeromexico don''t assume you can just pay for an extra bag. You can take 2 bags but you may have to either leave one behind or get moved to another flight. I let them move me to a flight the next day. I had to take all my luggage back home lugging it up the stairs because the escalators ', '', '', 'Economy', '', 1, 3, 3, 3, 3, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'C Herrera', 'United States', '2013-10-20', 'LAX to MX City was ok but seat old and lumpy. First trip to Mexico and employees could have been more welcoming. Mother 71 not feeling too good had to make several pit stops as we were misdirected twice to our gate but we still made it 20 minutes before flight time. Not good enough gate was closed and we were sent away. We stopped at what was supposed to be Customer Service in time to hear another couple being harshly criticized for not being at the gate an hour before flight time and forced to buy new tickets to get to Cancun. My mother was so upset and didn''t want me to have to buy more tickets but they knew I had no choice. This was the start of our trip and they knew it! On our return flight people were walking onto the plane minutes before the doors closed and the engines started.', '', '', 'Economy', '', 1, 3, 3, 4, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Alejandro Moreno', 'Colombia', '2013-10-15', 'BOG-MEX MEX-CUN CUN-MEX MEX-GDL GDL-MEX MEX-BOG. I booked a multi-city including 2 international flights and several domestic flights I can say that the only good thing about Aeromexico is their business lounge. Onboard the aircraft its a complete nightmare service is the worst I have had seats are dated and not comfortable inflight entertainment is poor and food is awful. I would strongly advise against flying with them.', '', '', 'Business Class', '', 1, 2, 1, 1, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'P McCarthy', 'Australia', '2013-12-30', 'EI 178 Dublin-London. Thoroughly agree with previous reviewer. Lack of information was very frustrating and unhelpful. Despite the delay luggage also did not make it out of Dublin so it is missing somewhere in the world now. Missed transfer to Sydney and no provisions were put in place for those who missed their flights. As an Irish person living abroad who wants to be proud of their national airline I was very disappointed with the experience I had.', '', '', 'Economy', '', null, 4, 1, 0, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Daniel O''Connor', 'United Kingdom', '2013-12-29', 'EI 178 Dublin - London 27/12. Original flight cancelled. No staff at gate to provide explanation. Eventually rebooked on EI.178 which was delayed a number of times and departure gate changed on each (4) occasion. When this raised with staff response was rudeness. Flight eventually left 4.5 hours late (missed London train connection and had to book into Heathrow hotel). No food vouchers provided despite wait. On board aircraft no sandwiches available despite 4.5 hour wait in terminal. Had to pay £13.50 for tea ham and cheese ''toastie'' and separate cheese/biscuits. Most of ''toastie'' overcooked/inedible separate cheese and biscuits soggy unpleasant and also inedible. ''Use by ''date on toast is wrapper 5 days past expiry. Complained: £10 refunded. Raised matter with purser before leaving aircraft. Argumentative patronising and risible response. One of the worst overall travel experiences I have had - and will never fly this airline again.', '', '', 'Economy', '', null, 3, 1, 1, 0, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'D O''Mahoney', 'Ireland', '2013-12-29', 'Bad weather at Dublin airport. Flights understandably delayed. Aer Lingus and DAA give no information for hours. Then load us on the plane with no information. Then pilot advises we have no baggage loaded and no catering loaded and has no idea when it will be loaded. So welcome aboard sit here for hours with no food and no departure time. We know the weather is bad why not have the courage and customer service gumption to communicate with customers and explain what is happening.', '', '', 'Economy', '', null, 3, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Anders Pedersen', 'Denmark', '2013-07-29', 'CPH-SVO-DXB-NBO. Smooth check in all flights briefly on time and connections smooth. Lounge access given at all concerned airports as being Skyteam Gold (though AF). CPH-SVO on Airbus 321. Flight basically full. Service fine but sparse. Alcoholic drinks for sale only. A cold lunch tray given quality acceptable. Seat good was given a spacious emergency seat. Bus to terminals in SVO. SVO-DXB on Airbus 319. No IFE but who cares. 16 seats left in economy I volunteered to give up seat 7C to the back row next to toilets as it allowed for stretching. Service devoted. Alcohol charged as only free on intercontinental flights. I would assume that SVO-DXB is pretty much intercontinental? Service excellent though by sitting on last row one is left with no food options but the ones left (clalf-meat) was good. English poor-very poor. Staff charming young and in excellent mood. DXB-NBO operated by Kenya Airways. Overbooked on business class 1 person was downgraded. I got one of the very last seats in', '', '', 'Economy', '', 8, 5, 5, 3, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'R Ordelman', 'Belgium', '2013-07-29', 'Flight SU2619 BRU-SVO on 19/06/2013 SU2 SVO-LED on 20/06/2013. Flight arrived on time in Brussels and in Moscow. Staff very friendly. Food on board was OK but could (should) have been warmer. Plane (Airbus A319) was clean. In-flight shopping is rather expensive. Connecting flight to St Petersburg was OK. Plane (Airbus A320) was clean food on board was OK (very good to be honest). Both flights were in time. Just a pity that it is not possible to check in at Brussels Airport for the connecting flight to St Petersburg. Check-in by Internet also not possible.', '', '', 'Economy', '', 8, 4, 4, 3, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'R Ordelman', 'Belgium', '2013-07-29', 'Flight SU23/SU2618 LED-SVO / SVO-BRU 23/06/2013. Check in at Poltava was OK. It was possible to check in for the connecting flight to Brussels. Flight LED-SVO got a delay of almost 25 minutes. Probably the delay was caused by the used plane (Airbus A330 i.o. A320). It takes more time to board 320 people instead of 120. Plane was clean service on board was OK. Staff very friendly. Due to the delay our transit time was extremely short. We had to run to catch the connecting flight. Connecting flight was on schedule. Plane (Airbus 319) was clean service on board was great. We arrived on time in Brussels and unbelievably our luggage was on board and arrived as well!', '', '', 'Economy', '', 9, 4, 4, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Anders Pedersen', 'Denmark', '2013-07-14', 'SGN-SVO-CPH. Economy class. Check-in in Saigon perfect painless and very accepting to wishes. Recognized Skyteam gold status and granted lounge access in Saigon as well as in SVO. Galaktika lounge in SVO had to inquire lounge card at transfer desk. Could choose any of 5(?) lounges. Flight SGN to SVO on Airbus 330-200. Approx. only 60% load was lucky to get some sleep as I needed it though day flight. News for international Aeroflot: they (again) serve wine (free) at economy-class though of limited quality! Good food 2 hot dishes offered at lunch at my seat (behind) only one choice left namely fish which however always is my first choice. Starter was mayonnaise marinated potatoes with red fish meat. Main dish was rice/catfish (white fish meat). Fantastic films on IFE! Small screens but easy to operate and good selection of films including some Russian movies of high quality. Staff nice and caring especially when speaking loud slow clear and polite English to them as their English is at ', '', '', 'Economy', '', 8, 4, 4, 4, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Raaif Rizwan', 'United Arab Emirates', '2015-07-17', 'The flight was good, the price of the ticket was low - about AED 900. For the money we paid the service was really good, there are some problems like there is no food provided so we had to buy this onboard the plane. We did not have personal TV and the inflight entertainment was poor but the cabin crew service was good. I recommend if you want a cheap ticket with good service, but no entertainment onboard.', 'Airbus 320', 'FamilyLeisure', 'Economy', 'Chennai to Sharjah', 6, 4, 4, 4, 2, 3, 2, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Shomer', 'Israel', '2012-07-01', 'TLV-HER and back. It was a charter flight so I expected a bad experience but was pleasantly surprised. We left on time. The A320 was new and clean. The cabin crew were very helpful and nice. Very informative announcements by the captain. Good leg space.', '', '', 'Economy', '', 10, 4, 5, 3, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Pascal Languillon', 'New Zealand', '2012-06-17', 'Paris to Corfu via Athens. All flights were on time aboard newish A320. Food served was ok not great. Absolutely nothing to complain about and the views of the coast were spectacular!', '', '', 'Economy', '', 8, 4, 4, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Vlasov', 'United Kingdom', '2012-06-17', 'Athens to London in economy. The flight departed on time and arrived 10 mins early. Very tasty meal served on board much bigger than expected. Several rounds of drinks movies shown during flight. Very attentive cabin staff. Overall an excellent flight for just EUR70.', '', '', 'Economy', '', 9, 4, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'W Hammoud', '', '2008-10-27', 'NIM to YUL. Planes were new and clean (B737-800 and A330) on time crew was friendly and helpful. I had a stop in Algiers for 5 hours the staff at Algiers Airport were friendly too. A very good experience and the cheapest prices. Reading experiences from others it seems like I was lucky.', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'S Farooq', '', '2007-04-03', 'Algiers to London the flight was fine save for the lack of information in English. Lunch wasnt great and the toilet was messy. Aircraft was a newish 737.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'A Boubekeur', '', '2006-10-01', 'I have decided to give up on Air Algerie after waiting nearly 3 days for a flight from Heathrow with 2 small children. The airline is a joke - you have to wait at least 3 hours before they tell you your not flying. We had 2 pay for my 2 young children nearly the full fare and then was told to give up a seat as they had overbooked. I am not from Algeria my husband is though - Algeria is like my second home. I feel that the Air Algerie gives the country a bad name - it should pull its socks up and start following the other airlines.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'M Kharbouch', '', '2006-09-11', 'I am an Algerian living the south East of England for last 24 years. My family and I use to fly Air Algerie from London to Algiers about twice a year. The service and the London office became so bad that it was almost impossible to buy a ticket. When Air Algerie was the only airline flying to Algeria people had to travel to London to buy their tickets. In the last few years more European airlines started to fly to Algeria. A lot of Algerians living in the UK prefer to fly Algeria via a connecting flight (Rome Milan and Paris) than flying with Air Algerie. The price of the ticket was in most cases more expensive. More recently BA started flying to Algiers from London and this provide us an alternative option. My family and most of our friends fly with BA with travelling to London. I think Air Algerie provides better food than BA but the FA on the BA flights project a more professional image.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Iram Hafri', '', '2006-05-31', 'The service is a shambles! I have travelled with Air Algerie more than 6 times since July 05. Their systems need to be modernised! No allocated seating carry your own suitcase to the porters on the runway cabin crew never smile or ask if you are okay. Baggage allowance for different people. The only positive comment is they serve relatively hot food. What saddens me more than anything is the fact that the flight is so short it doesn''t take alot to make it a good flight! The price you pay is extortionate in comparison to what you receive!', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'C Sherwood', 'New Zealand', '2012-06-07', 'Horrible food hot plane (and I feel the cold) seat didn''t recline. No personal IFE had to watch a tiny screen at front of plane one movie wasn''t in English. Didn''t see staff much so couldn''t get drinks. All flights delayed at both Auckland BA for 6 hrs each. Given measly meal voucher at BA that bought me nothing much. BA Airport was horrible and staff unhelpful. I had no personal effects for 24hrs once I arrived in Rio. I flew them to save $1000 over LAN Chile whom I will fly with next time and just spend the extra.', '', '', 'Economy', '', 1, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Mark Carolla', 'United States', '2012-05-29', 'MIA-EZE round trip and AEP-UAQ. Service on the long haul was great from reservation process through check- in and inflight. Airbus 340 from and back to Miami had spacious economy class seats and attentive flight attendants. Onboard entertainment on the long haul was rudimentary at best and food was the worst airline food ever. Embraer 190 used on subsidiary Austral between AEP and UAQ was clean: spacious and had in- seat state of the art entertainment and refreshments. Had mobility issues and Aerolineas staff went the extra mile to take care of me. Favourable contrast in ground service with US carrier on arrival back to MIA was notable.', '', '', 'Economy', '', 9, 5, 5, 2, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Tony Locantro', 'Australia', '2012-05-27', 'Salta to Mendoza on E190 and was impressed. On time newish and clean plane snack box with drink for short flight and even some seatback IFE was available. FA''s were professional at all times but perhaps a little devoid of smiles.', '', '', 'Economy', '', 8, 4, 4, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Brian Bonham', 'Australia', '2012-05-02', 'Flew Sydney to BA via Auckland return plus BA to Lima return. Except for BA to Sydney no onboard entertainment and food inedible. Cabin temperature ranged from acceptable to unbearably hot. Service non existent. Flight from BA to Sydney both seats could not be reclined so spent 14 hours sitting upright with seats in front reclined. Managed to change seats in Auckland. Only positives were flights were close to being on time and baggage came with flights.', '', '', 'Economy', '', 2, 1, 2, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'S Patrick', 'Austria', '2013-09-25', 'Mexico City to Cancun in Business Class. Lounge in T2 is ok. Flight attendant wasn''t very friendly. Only drinks and no food served on the 2.15 hr flight to Cancun. Very poor service. Seat was ok. No entertainment.', '', '', 'Business Class', '', 2, 3, 1, 1, 1, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Kari Finnegan', 'United States', '2013-09-18', 'My husband and I were so excited for our honeymoon. We left LAX on July 21 2013 destination ZLO. The way there wasn''t too bad. On our trip back on Aug 3rd we had a 5 hour layover in Mexico City. Numerous flights were cancelled throughout the day and we ended up staying at the airport for over 12 hours until the cancelled everything altogether. We were put up in a hotel nearby which had a 1.5 hour wait to check in due to everyone else''s flight being cancelled. We slept for 2 hours and had our departure to LAX early AM. We finally arrived in LAX and Aeromexico lost my husbands baggage. All we wanted to do was go home and we were stuck waiting for an Aeromexico staff for at least an hour so we could give them our contact information and leave. That was the worst trip back ever.', '', '', 'Economy', '', null, 3, 1, 2, 2, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Al Diaz', 'United States', '2013-08-07', 'I arrived to the airport 2 hours and 45 minutes before my scheduled departure time. I was told that there was a 3 hour mandatory check in time. The agents involved did not want to hear about my issues on my way to the airport. I was told that especially on Sundays flights are full up and my seat was sold to another customer. I had no bags to check in and I had to pay a hefty fine to re-schedule my flight to another day. For all those unfamiliar with the DF airport it takes 10 minutes to go through security and another 5 to walk to the gates. Most flights are not even given a gate number until 1 hour before the scheduled departure time. This was my fist and last time flying with Aeromexico.', '', '', 'Economy', '', null, 3, 1, 4, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A McDonnell', 'Ireland', '2013-12-25', 'Madrid - Dublin EI 595 22/12/13. Check/baggage drop in Madrid (sub contractor) slow inefficient. Aircraft clean comfortable. Punctuality slight delay on departure arrival on time. Flight attendants efficient friendly and very professional. Greatly improved offerings of food on board at reasonable prices. Baggage delivered speedily on arrival in Dublin. Altogether excellent flight and service. They do however need to watch that they are not let down by ground handling agents.', '', '', 'Economy', '', 8, 4, 5, 4, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'K McCarthy', 'France', '2013-12-16', 'GVA-DUB A330. Consistency is something Aer Lingus need to figure out. After a recent flight it has me irked. Outbound my designer coat had to be bunched into a ball by a very abrupt FA and put up top for take off due to it not being secure. Inbound my neighbour had 3 shopping bags and a coat on the middle seat and not an eyelid batted? Food service is also always hit a miss outbound I was able to buy a breakfast offering on return nothing was available. Also I note the seat belt sign seems to stay on unusually longer than any other airline probably to keep passengers seated longer in order for service prep. Seats are comfortable for short haul leather but starting to wear slightly. Gold Circle club is a waste of time. At Dublin I attempted to check in at a computer terminal with my passport and told to report to a physical desk for check in. Oh joy huge queues luckily I tried another machine and it worked fine. The only reason I find a lot of people use IE is the route monopoly. I try ', '', '', 'Economy', '', 3, 2, 1, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Colin Boakes', 'United Kingdom', '2013-12-09', 'We have become regular business class passengers on Aer Lingus & they never fail to impress. This time we flew from Dublin to Orlando on EI 121 and returned from New York on EI 104. On both flights the service was quite outstanding. The crew are friendly but professional and the food and wine selections were of high end restaurant quality. Given our experience with other carriers business class usually at much higher fares the Aer Lingus product has to be one of the best available. We only wish they would once again provide a premium offering on European routes.', '', '', 'Business Class', '', 10, 5, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-france', '/airline-reviews/air-france', 'Air France customer review', 'Perrin Michel', 'Brazil', '2014-08-02', 'Nice-Venice. A319. Packed. Delayed on departure. On time at arrival. Very cheap ticket (cheaper than Easyjet and with more luggage). Seats did not reclined. Service was ok.', '', '', 'Economy', '', 5, 3, 3, 3, 2, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'O Kenan', 'United States', '2013-06-25', '14 May 2013 JFK - Moscow flight SU 103. 30 May 2013 Moscow - JFK flight SU 102. Round-trip to Moscow Russia Boeing 777-300ER JET. Boarding delayed an hour with no announcements. Team was doing an excellent job but air conditioning system was terrible. There is no personal ventilation like before now there is only central air blowing from above or from the side. On the outbound it was like a sauna hot and stuffy complains didn''t help. On the way back freezing air was blowing onto me complains didn''t help again. Will try to avoid them.', '', '', 'Economy', '', 3, 4, 5, 4, 5, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Michael Dalton', 'Switzerland', '2013-06-12', '18 May: HAJ-SVO 25 May: SVO-ZRH. In the last month I was fortunate to travel with them twice. Both flights were consistently excellent. The food is amazing in terms of choice taste wine list and the service. I look forward to my next experience with Aeroflot business.', '', '', 'Business Class', '', 10, 5, 5, 5, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'G Jones', 'Australia', '2013-06-04', 'Sydney to Moscow and return in May 2013. Hong Kong to Moscow and return was in business class with Aeroflot. Very impressed. Seats on flight to Moscow were of an older type of business class seat but did everything I needed and all ancillary services (entertainment etc.) available. Seafood meal was probably the best airline meal I have ever had. (Expectations high but I think reasonable). On return flight had more recent capsule seats. Airbus planes looked new and counter service very good. Had domestic Aeroflot connection in Moscow to St Petersburg. Had to sprint from terminal F to D but made good time and domestic counter service again efficient and friendly. All planes on time.', '', '', 'Business Class', '', 8, 5, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'P Oleksandr', 'Ukraine', '2014-10-28', 'Flight G9301 at 14.25 11th October 2014 from Kiev to Sharjah was delayed for 20 hours due to technical problems with aircraft. All passengers were seated at the aircraft during 5 hours without any food at all! We got beverages twice only. During that passengers had to listen to captain''s promises about departure every 20 minutes each hour. Before flight cancellation captain told the passengers that the aircraft was fixed and ready to fly but the crew were out of hours. After disembarkation baggage claim procedure was unorganized and horrible. We spent a night at the hotel and departed the next morning.', '', '', 'Economy', '', 1, 2, 1, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Saad Laraqui', 'United Kingdom', '2014-01-22', 'London Gatwick to Casablanca Flight 30106 30105 11/1/2014 18/1/2014. I was very disappointed to hear from the crew that the airline did not supply them with any copies of the on board sky cafe menu or food menu. The only thing we were been offered to buy or eat was a choice of disgusting chicken or cheese sandwiches! During our return and only 20 minutes before landing that my daughter found a copy of the menu under her seat full of delicious hot and cold meals snacks pastries candies and drinks that were all available but hidden from passengers!', '', '', 'Economy', '', null, 3, 1, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'D Graubard', 'United States', '2013-09-16', 'A320 flight Sharjah-Yanbu (Saudi Arabia) on 16 Sept. Great flight. Check-in was easy and agent offered me a pass to the Biz Lounge for AED 100 with food wifi drinks. Lounge was nice but wifi didn''t work - not a big deal. Flight boarded via bus so nice to walk up the plane. Flight attendants very friendly - speaking 8 languages so very diverse. Safety video is the best ever! All done with children so you really want to watch and pay attention. Ordered a turkey sandwich which was large and very tasty. Smooth flight and landed 10 min early. Really enjoyed the airline and flight.', '', '', 'Economy', '', 9, 4, 5, 4, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'I Siddiq', 'Saudi Arabia', '2013-02-21', '30 January to 01 February. Jeddah - Sharjah - Jeddah. Reservation completed online with no difficulty. As a LCC Air Arabia offers free carry on luggage and additional checked baggage for SR 50. Also offered confirmed seat for SR 50. I took the seat confirmation on both legs. Did not take advantage of the advance purchase meal offer nor did I purchase anything to eat on the flights. Inflight entertainment on A320 was suitable for a short haul flight. Seats were comfortable and flight attendants professional and efficient. On board sky sales were relatively affordable but I did not notice any major brand names. Interesting boarding and seating announcements were started while passengers were boarding rather than after the doors had closed. I thought this was a good use of crew time. I have flown Air Arabia Jeddah to Sharjah before and have enjoyed my flights I prefer the route rather than the Jeddah Dubai flight to avoid the hustle and bustle in Dubai airport. All in all a very enjoyable', '', '', 'Economy', '', 7, 0, 0, 0, 0, null, null, 0, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'P McCarthy', 'United Kingdom', '2012-06-11', 'LHR-ATH return. Found Aegean to be very average. Flight out delayed by 2 hours due to high winds with gate attendants ''managing expectations'' stringing the delay out by 10 minutes every 15 that went by; however the return was on time. A321''s seats are closely bunched for leg room and lack any head rests making sleep tricky on the longish flight. Cabin service was just slow meals of dismal quality in both directions though wine pleasant. A film was shown in both directions which worked OK. Some crew were friendly others were not focused. Online check-in works well but won''t from their own iphone app. Experience at both airports fine. I enjoyed the BA experience more on this route for the quality of the product onboard.', '', '', 'Economy', '', 5, 2, 3, 2, 4, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Elizabeth Kanelli', 'United Kingdom', '2012-06-07', 'I have never experienced such a horrible trip. I was surrounded by 3 children all under the age of 6 who were screaming and yelling through the entire flight. They had toys on the floor and swinging from the chairs in the hallway of the plane and I was stuck in my seat not even being able to use the bathroom. The stewardess did not do much to stop the yelling because it was beyond her. By the time my dinner reached me it was cold and tasteless - last but not least my earphones did not work so I could not hear the TV monitor and had to also pick up trash that was stuck between my seat. Never again.', '', '', 'Economy', '', 1, 1, 1, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Nacer Hanif', '', '2005-10-21', 'I have never encountered an airline where the passengers themselves have to collect the luggage from the runway! This happened to me thrice with Air Algerie: Lyon to Constantine 2002 Lyon to Annaba 2004 and Constantine to Paris 2005. I am afraid Air Algerie had a lot to learn to be internationally competent.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'W Miller', '', '2005-08-15', 'What a disappointment! Air Algerie need to improve if their star rating and credibility with other operators is to be upped. My ticket was purchased in the UK through an independent travel broker. No problems there but the ticket was not available for collection when I arrived to check-in at Heathrow. The incompetent Air Algerie rep then took one hour to sort this problem out. To add insult to injury I was flying business class but did not get to see the lounge or do any shopping as the check-in desk had closed by the the time my problem had been resolved. Business class on Air Algerie is a joke. The only additional privilege I could see was an extra four inches of leg room. The interior of the aircraft was shabby the upholstery was dirty and there was even old food and hair in the table stowage area. The food was ok and the service was relatively attentive but I couldn''t help but think that it was all a bit too much of an effort for the staff. Come on Air Algerie. Get a grip on your c', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'I Boucekkine', '', '2005-06-28', 'I''m an Algerian living in Ottawa Canada. I fly with Air Algerie every two years for my vacation to Algeria. I always leave Montreal or Toronto for some European city and then connect with Air Algerie to Algiers. I also use Air Algerie domestically when i arrive to fly Algiers-Annaba. Flying with them every two years has given me the privilege of seeing the airline grow and IMPROVE. The food is great and plentiful even on the 2h flights from Paris and Frankfurt and the 1h30min. flights from Casablanca. Most other airlines don''t even offer HOT meals on such short flights. I find their planes to be quite nice and they are trying to improve them. They phased out the 727s and 732s leaving only the newest and best also adding to it the Airbus 332s. The extension of the International terminal at Algiers gives you a more comfortable and modern lounge/check-in area and hopefully with the completion of the new terminal it will be even better. I find their only problem to be frequent delays. Othe', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Samar Srivastava', '', '2005-06-24', 'Lyon to Annaba on Air Algerie yesterday. My father who lives in Annaba flies Air Algerie regularly on work and is absolutely fed up with the airline. At Lyon one corner had been allocated for Air Algerie check-in. It seems even the airport authorities have given up on that corner. A good amount of chaos. In the line before the immigration gate few Algerians broke the wire cordon jumped in and broke the queue in spite of being reprimanded by airport officials. Boarding was disorganized with no priority boarding for business class or for the elderly. Upon entering the plane I discovered that seat numbers meant nothing. My seat was occupied and the FA politely told me I could sit anywhere! Food was horrible. They ran out of water bottles and started serving water in glasses poured out at the back of the aircraft. The water had a fair amount of salt in it. Upon landing at Annaba it took us over an hour to get out of the chaotic airport despite having cleared immigration in 10 minutes. Basi', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'M Britos', 'Australia', '2012-04-23', 'First 6 hours into the flight from Argentina to Sydney - no food or drinks offered to passengers. Audio didn''t work food was horrible lots of trays given back full. Staff had little or no courtesy bad movies with the TV screen flickering at all times.', '', '', 'Economy', '', 1, 3, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'T Renlund', 'Sweden', '2012-04-08', 'Flew Aerolineas/Austral on a domestic flight AEP-IGR and I have nothing to complain about. Check-in was good. Fairly new planes (E190) with IFE even for this short flight of slightly less than 2 hours. Was served a sandwich and something to drink.', '', '', 'Economy', '', 7, 4, 4, 3, 4, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'M Previgliano', 'Argentina', '2012-03-21', 'Flying on the now retired Boeing 474-400 from Buenos Aires to Madrid. Even though it didn''t have an entertainment device (just an old 15" TV on the roof) the seats were really comfortable with good recline. Food wasn''t bad and the service was extremely friendly and helpful. Flight delayed 30 mins but arrived on time. Return flight on the same aircraft.', '', '', 'Economy', '', 8, 5, 5, 4, 1, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Eugene Fo', 'Costa Rica', '2013-07-30', 'Contrary to what a lot of people are putting here I had a very good experience with Aeromexico. I was departing from SJO (San Jose Costa Rica) to MEX (Mexico DF). Airline prices change too often and I bought my ticket well ahead of time to get it for a cheap price for a major carrier! Even while still in the airport as I am a nervous flyer the captain was nice enough to reassure me about the flight. On-board the flight attendants were very nice and friendly even giving me advise on what transportation to take to specific tourist places in Mexico city for a first-timer in the city. The food was okay and the movie was ok though I bought my own set of entertainment myself. All in all the flight and service was pretty good.', '', '', 'Economy', '', 9, 4, 5, 3, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'G Madysen', 'United States', '2013-06-21', 'DFW to Cancun Mexico with a stop in Mexico City. Boarded our flight to Mexico City from DFW at 06.50 in the morning after sitting on the tarmac for 40 minutes the pilot informed us that we would need to return to the gate. Once at the gate we sat for about an hour and reboarded and left for Mexico City. We had to catch a connecting flight to Cancun we had 30 minutes since our flight had been delayed so much they ended up moving our flight time to depart from Mexico City to Cancun 10 minutes early. Directed to the counter to get on a different flight. I was very disappointed in the airline and the staff out of the 4 flights there and back that we took I may have had 2 nice flight attendants. I had packed my bags to carry on and had made it on the 3 flights down and the one from Cancun-Mexico City without having any issues but when I went to board the flight from Mexico City to DFW they informed that I would need to check my bag because it was too big I thought nothing of it and assumed ', '', '', 'Economy', '', 2, 3, 2, 3, 3, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'R Thomson', 'Germany', '2011-10-14', 'Air Arabia from Stuttgart to Marsa Alam and back. Service is pretty much non existEnt and only a major case of hunger made the onboard meal edible. On the return flight takeoff was delayed about 3 hours no information as to why was given to us. As this was known well beforehand we could have remained in our hotels instead of being jammed into the airport at 1 in the morning then finally boarding the aircraft at 04:30 and sitting on the Tarmac for an hour before takeoff. During this time the crew had better things to do than hand out any water or other liquid refreshment it seems. I shall not be flying with this airline again if I can help it and shall recommend to all I know that they should avoid it.', '', '', 'Economy', '', 2, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'A Gutierrez', 'United States', '2013-05-23', 'New York JFK to Bogota Colombia connecting through Mexico City. Aeromexico sold us 3 round trip tickets with one of the connections being operated by another airline (Avianca). I was traveling with my 2 small kids ages 5 and 6. At departure in JFK their system failed printing only 1 boarding pass for the connection MEX-BOG. Asked to go to the local Aeromexico ticket counter in Mexico City to pick up the missing boarding passes with the promise someone was going to have them ready. Forced to leave the connecting area at 5am (after a 5 hour flight) dragging my 2 small kids and luggage. In Mexico City at the Aeromexico ticket counter we were met by a supervisor who refused to print the missing boarding passes claiming my problem was with the second airline. I spent 45 minutes trying to find the other airline. They did not honor any of the seats booked together when the tickets were bought and separated my kids from me on one of the flights. Unfortunately they own a monopoly in Mexico.', '', '', 'Economy', '', null, 3, 1, 3, 3, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Joseph Reilly', 'United States', '2013-12-05', '11/11/2013 my companion and I flew from San Antonio to Chicago and there caught Aer Lingus Flight EI124. The Aircraft was an Airbus 330. The Senior Crew Flight attendant was a very compassionate woman who attended to us and all of those around us with interest and tenacity. The seats we paid $50 extra were extra leg room (perfect) the seat itself for me (I have a 44" waist was tight but tolerable). The food was very good (Lasagne) and the later sandwich (ham and cheese) was also very good and unexpected. Great flight. The return trip on 11/18/2013 Flight EI125 we thought OK now we''ll see how it is in comparison. The Male Flight Attendant and also Senior Crew member was great as well. We had the same seats on the opposite side of the cabin. The amenities of even economy class on this Airline are excellent and a great value. The equipment is first class and the crew made me proud to be Irish American.', '', '', 'Economy', '', 10, 4, 5, 5, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Sean Murray', 'South Africa', '2013-11-28', 'Went on a holiday to Ireland bag booked through from CPT to DUB then on the return from DUB to CPT the check-in lady said her system does not allow her to book the bag through to CPT. I have travelled this route for 10 years and have never come across such nonsense. As a result our family will never use Aer Lingus again. However it seems that it depends who you end up with when checking in a disgruntled employee can make your experience with Aer Lingus a nightmare.', '', '', 'Economy', '', null, 3, 1, 3, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'P McDonnell', 'United States', '2013-11-25', 'Use regularly on the ORD-DUB route as well as on its European short-haul routes. The transatlantic flights are always pleasant clean aircraft with friendly staff. IFE is adequate with personal seat-back TVs. Only complaints are that the economy seats are pretty hard and uncomfortable - they''re actually nicer on the short-haul flights. I usually have to sit on the pillow to be comfortable. Also the departure gate area at ORD is too small for the number of passengers on the flight - numerous passengers end up standing and sitting on the floor in the hallway. Never had any serious issues with flight delays or baggage issues. Aer Lingus is head-and-shoulders above its only competition on the ORD-DUB route (AA) and its the clear choice for transatlantic flights to Ireland.', '', '', 'Economy', '', 8, 3, 5, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Glenn Jagdeosingh', 'Trinidad & Tobago', '2013-11-25', 'We booked to fly from Dublin to Gatwick. Aer Lingus was the only airline flying this route on that day so I had booked them as opposed to BA. We had some extra baggage so I went ahead and booked an extra bag ahead of time for 15 Euro. When I got to the airport I was told that although I had booked and paid for an additional bag I was still only allowed the same baggage weight allowance for one person (20kg). I cannot understand why anyone would want to purchase an extra bag without wanting extra weight. I assumed I would be allowed 40kg when I booked the extra bag but I was still only allowed 20kg which would have been the same weight as if I had not booked the extra bag. I am sure that a lot of other passengers fall for this! In all fairness Aer Lingus is a good airline to fly light. They have very competitive prices if you travel light but it can cost you your shirt and pants literally if you are over weight. I almost had to pay 300 Euro in over weight fess. Fortunately the staff at ', '', '', 'Economy', '', 2, 3, 3, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'B Moreira', 'Serbia', '2013-06-03', 'I''ve been flying Aeroflot for several years into Mongolia as there are no other convenient flights from Europe. 90% of the time they either can''t make the connection are delayed and/or lose the luggage. I find it remarkable that I have to pay for this kind of service to fly for work - flights into Mongolia are not cheap.', '', '', 'Economy', '', null, 3, 2, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Sergey Adonin', 'Russian Federation', '2013-06-02', 'OVB-SVO-OVB (Novosibirsk) 1 week ago. Everything was OK on time. Plane was new A-320. Good meal and drink good attitude of FA''s. At check-in I asked for an emergency exit seat - no problem.', '', '', 'Economy', '', 9, 5, 4, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'A Artman', 'United States', '2013-05-04', 'Very good service they served two meals - dinner and breakfast and both times offered two choices (none of the USA airlines would feed you twice for free). They also offered free wine. All amenities were free of charge they offered newspapers free of charge (Russian newspapers though). The entertainment was poor. Cannot complaint about the 767 comfort.', '', '', 'Economy', '', 9, 4, 5, 5, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Amith Pillai', 'United Arab Emirates', '2013-02-04', 'Trivandrum to Sharjah and return. Being a frequent flyer on this route in my opinion Air Arabia is one of the best low cost carriers I have flown. Every time the flights were on time clean and tidy with not so bad seats and leg space. Food available for purchase on board was reasonable and quite good. Overall a very good value for money and a highly dependable airline for sticking on to the schedule every time.', '', '', 'Economy', '', 10, 3, 4, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'I Thomas', 'United Kingdom', '2011-10-15', 'After booking my flight from Casablanca to Gatwick one month in advance I discover today that my flight tomorrow has been moved forward 6 hours. Had to get alternative flight on Royal Air Maroc. No reason for alteration of flight time and no help or suggestions. First time I have booked Air Arabia and the last time.', '', '', 'Economy', '', null, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Pan', 'Greece', '2012-05-30', 'ATH-LHR with A3. Unfortunately some items in the A3 package continue to deteriorate. I booked my flight 3 days prior to my trip. It was expensive and I thought that the flights would be full nevertheless the flight to LHR was at 65% and the return at 85%. Inflight catering its a joke. Frozen pasta and a very small salad. No water service on 3.5 hour flight. The crew are very efficient but there is no interaction all you see is frozen smiles. Baggage delivery takes a life in LHR and half a life in ATH. Both flights well ahead of time but what''s the point if you wait 45 minutes for your luggage? Big problem is that BA has almost the same problems and there is no third alternative on ATH-LHR route.', '', '', 'Economy', '', 4, 4, 4, 1, 4, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Bunting', 'United Kingdom', '2012-05-29', 'Belfast to Larnaca 18th May at 23.40pm. The food was shocking and the staff rude and unhelpful. You were not allowed any drinks after the first round with your meals unless it was water. The toilet doors at the front were locked and out of order. One lady asked about her booked meal - the air hostess replied "no booked meals tonight" shrugged her shoulders and walked on. On the way home however Larnaca to Belfast it was like a different airline - air hostesses were well presented and couldn''t do enough but the food was still shocking. On both flights - no film or inflight entertainment.', '', '', 'Economy', '', 3, 2, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'M Prawdzik', 'United Kingdom', '2012-05-15', 'LHR-ATH-LHR. Clean new Airbus 320 aircraft. Seats not perfect but good legroom compensates this. A selection of nice music before take off helps you fall in the good travelling mode. Both flights ahead of schedule. I''m scared of flying so a smiling and helpful flight attendants attitude definitely helped. Sweets before take off a small but nice touch. Decent proper meal with honest wine that actually tasted good. Overall a very good airline which helped me begin my holidays few hours before reaching Greece and prolonged it for a few hours when I was leaving.', '', '', 'Economy', '', 9, 3, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'J Middleton', 'United Kingdom', '2012-05-13', 'Heathrow to Larnaca return. Aircraft A321 clean and tidy. Departed and arrived on time both ways. Good food inflight entertainment free drinks great service and friendly crew. Booked well in advance and got a great price. All in all a very good airline.', '', '', 'Economy', '', 9, 4, 4, 4, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'OmarTayeb', '', '2005-05-23', 'I live in London . I agree with all the negative points said by the people in the comments and I would like to add that it is impossible for people to get through the phone to contact Air Algerie agency in order to book or to buy a ticket - and if we make a booking through internet we don''t get an answer that the booking has been accepted or not !', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Reyad Kesri', '', '2005-04-20', 'Positives : Food quality. Recent efforts to renew the fleet. Crew friendliness Non-smoking restrictions (though I''m a smoker I consider this a plus) Negatives : Delays (too frequent). Transit lounge (poor comfort). Business & First Class lounge (poor comfort as compared to other airlines). Hygiene on board (dirty WCs sometimes even dirty seats). Inflight entertainment (non-existent). Seating allocation (non-existent). Algiers airport duty free shopping and facilities (poor standards). One of the most expensive airline for $ per distance.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'D Ibrahim', '', '2005-04-05', 'The Air Algerie fleet is totally renewed they now have brand new A330 on international routes safe and clean all flights are non smoking. The airport security is top notch. The food served onboard is good for medium range flights. Contrary to what some people say Air Algerie does allocate seats like other airlines but it is true that some passengers seem to not take that into account which tends to stress the staff into attitudes that are not very friendly during the first 15mns of boarding. Air Algerie has seen a huge improvement in service with the introduction of new planes. I recommend this airline yet I would like to see them adopt a world class frequent flyer program.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Jacques Francois', '', '2004-11-02', 'What I don''t understand is why AIR ALGERIE is not allocating seats when people check in. This creates a big confusion. It is not the passengers fault but it is the airline which doesn''t allocate seats. It wasn''t used to be like that in the past.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Adam Derglish', '', '2004-08-19', 'My wife and I use Air-Algerie twice a year to go from London to Algiers and we usually use the company for internal flights as well. I can say with confidence that both security at airport and food during the flight are the best in the world. The Fleet maybe a little old but the level of maintenance carried out on the planes must be very high. The service provided by the crew is probably poor but I can assure you that the worst of Air-Algerie is the quality of the passengers. Everyone thinks the plane is his or her so he/she can seat anywhere smoke whenever they are pleased take overweighed hand luggage and use their mobile phones during the flight. I do advice people to fly with Air-Algerie but remember to be a good passenger and you will see how will be treated.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Sibiry Traore', '', '2004-08-13', 'My wife and I travel regularly between West Africa and Europe and about a year ago we decided to try Air Algerie to avoid the burden of Air France''s unpleasant staff and ridiculously low checked baggage weight limits (economy: 23 kgs!). We were surprised to enjoy a relatively pleasant experience with Air Algerie (Y class) flying recent aircraft (738 and 735s) with acceptable delays (~15-30mns) and fast connections in Algiers on both legs for about half the cost of the AF ticket. The only negative side was a cold uncomfortable transit room in Algiers airport on the outbound flight. On that leg travel time incl. connection was shorter than that of AF. Given the above plus the quality and quantity of food served onboard highlighted by others I consider Air Algerie a fair alternative to Air France on Europe-West Africa routes.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Boettcher', 'Spain', '2012-03-08', 'MAD-EZE return plus 6 internal flights. Seats a bit worn but everything else OK. Internal flights a nightmare due to constant delays and cancellations. Due to cancellation they paid for 2 free hotel nights + dinner. When we decided to skip one of our destinations there were no sales people available to make the change. The change was done by check-in staff who were very friendly but clueless. It turned out they forgot to delete the one leg thus the system counted us as no-show and cancelled our tickets for the flight back! Luckily the plane was half empty so they could re-activate the tickets at EZE.', '', '', 'Economy', '', 4, 4, 3, 4, 0, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Semmens', 'United States', '2012-03-01', 'Flight from Bariloche to Buenos Aires delayed 7 hours because of weather. We had a connection from BA to Iguazu that was missed despite airline staff at Bariloche airily dismissing our concerns. Staff did not communicate. The next day we flew to Iguaza with no food or drinks. Staff were hostile uncaring and rude. Planes are old and not very clean.', '', '', 'Economy', '', 2, 2, 1, 1, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'R Kirschner', 'United States', '2012-02-21', 'Miami to EZE. No online check-in or boarding pass. I had one carry on bag and they tried to make me check it. The plane seemed old the food was ok 2 movies on overhead monitors however my headset didn''t work. Attendants were friendly hardly ever saw them except for the 2 "meals" no diet coke and no soft drinks available for breakfast. Landed 25 minutes late after a 9 hour flight with the announcement "another on-time arrival". Saying it doesn''t make it so. I have to return on them but I''ll not use them again.', '', '', 'Economy', '', 1, 2, 2, 2, 2, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Marsha Rosner', 'United States', '2013-05-06', 'Flight late departing Nashville to Cancun but made good time and arrived near original time. Plane clean cabin personnel courteous almost robot-like neatly dressed. Apparently the flight time from Nashville to Cancun is not a ''meal or snack'' flight. We were offered complimentary sodas juice beer mixed drinks and a small cup of mixed nuts - one time - for our 2 hour 40 minute flight at 11am. We never saw the cabin attendants again until we landed. Should have used the call button for another drink! If price is good I would fly them again but I would definitely be more prepared with a meal purchased at the airport. The return flight was the same - invisible attendants except for initial drink. The gate attendant said we would receive a snack as the flight left at 6:30pm - guess what no snack just more nuts! Cannot rate food or entertainment. Entertainment was radio only with ear plug set passed out and collected before landing.', '', '', 'Business Class', '', 6, 4, 3, 0, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'J Bacallado', 'Spain', '2013-04-01', 'Several Flights domestic Mexico last March. MEX-CUN MEX-GDL MEX-VER. In general good price and good product for economy. Check in process in Mexico City fast and easy. Security control always very fast also no lines. Boarding process organized. On board always free snack. Departed and arrival on time most of the time only one time 10 min late. FA always nice. Bags fast on belt. Recommended.', '', '', 'Economy', '', 7, 4, 4, 4, 4, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Juan Martin Cassol', 'Argentina', '2013-03-28', 'Buenos Aires - Mexico - Las Vegas - Mexico - Buenos Aires. Most flights were on time and crew were friendly. For both long haul flights (EZE-MEX-EZE) the aircraft was a 767 without IFE. Food was quite good crew kept constantly giving out glasses of water tea or coffee even in MEX-EZE a 500ml bottle of water was on every economy class seat. If I get the chance I will fly them again.', '', '', 'Economy', '', 8, 3, 4, 4, 2, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'N Harvey', 'United Kingdom', '2013-11-22', 'London Gatwick to Dublin on 15/11/2013 AE 249 - 9pm flight. Friday flight - delayed yet again due to Aer Lingus passengers taking their time to get on and off the plane. People again had too much hand luggage and the ground staff were forced to place some in the hold. Late take off due to passengers being selfish and hogging the overhead bins and generally being thoroughly stupid with regards to the basics such as sitting down quickly and being able to count from 1 to 29. The crew found it frustrating and its credit to them they kept calm during a very unnecessary delay. I''m finding this behaviour very annoying and am going back to Ryanair who at least make the effort to be on time and their passengers don''t push and shove like Aer Lingus passengers.', '', '', 'Economy', '', 3, 3, 4, 3, 0, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Davis Daniel', 'United States', '2013-11-21', 'The service and food was adequate considering we got a good deal on round trip flights between SLC and Dublin. Rather it would have been a good deal if Aer Lingus didn''t end up charging my $521 for two more tickets to return home. After getting a little lost in Dublin we arrived at the airport with a little over an hour before our departure time. When we tried to check in at the kiosk it said check-in was closed. The attendant directed us to the check-in desk. They told us check-in had closed 15 minutes ago. When I pointed out that there were no lines at security and that an hour would still be plenty of time to get to our flight they still refused to let me check in and sent me to another desk to find another flight. The frustrating thing was I presumably would have been allowed to check in on the kiosk if I had been there 15 minutes earlier but I still could have had to wait in line to check my bags. That was not the case. I was able to walk right up to the desk because the airport w', '', '', 'Economy', '', null, 4, 3, 3, 3, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'P McMahon', 'United Kingdom', '2013-11-05', 'I was rebooked with Aer lingus to Dublin after our BA flight was cancelled due to technical difficulties. We were very impressed with the friendly and professional service offered. The aircraft was spotless fresh and bright. The crew kept us informed of our progress and had issued a very warm welcome on boarding. On the downside we had booked on a full service airline where drinks and a snack were included on Aer Lingus you pay. However the full breakfast I ordered was delicious and well worth the money. I look forward to booking with you in the future.', '', '', 'Economy', '', 9, 4, 5, 4, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Basdogan Cagatay', 'Turkey', '2013-04-17', 'Istanbul to Moscow on April 13. The airplane was quite old and of poor standard (eg: there is no seat light no visual display to follow the air blows from the seat and not from above). The crew were not well trained their way of addressing customers was not professional. The food they served as a lunch was well below standard.', '', '', 'Economy', '', 3, 3, 2, 1, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'S Dorsey', 'United States', '2013-04-14', 'Overall: You get what you pay for. Cheap flight from IAD to IST via SVO. Flight was delayed from DC. No reason given or even boarding announcement. Strange things: inflight safety video on old 767 was set to techno music first in-flight movie on overhead screens was a 1940s black-and-white Soviet film with English subtitles and they serve drinks about 20 minutes before meals so you''re thirsty again by the time you eat. Food was bad except for breakfast pancakes which were really good. Bring own food and entertainment.', '', '', 'Economy', '', 5, 3, 3, 2, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Steven Manootham', 'Germany', '2013-04-04', 'Hamburg-Moscow-Shanghai. HAM-SVO on A320 smooth check-In with 2 boarding passes (HAM-SVO and SVO- PVG). C-lounge with basic refreshment. HAM-SVO C class cabin seat and service were excellent. Arrival at SVO new Terminal D quick and easy transit at both passport/security. SVO-PVG departed from Terminal F very long walkway from D to F. Terminal F awful old/dark/busy. Lounge at Terminal F was difficult to find. I was refused entry because I did not have the invitation card. Had to go to transit desk. After entering I noted the lounge was full no seat available. Flight to Shanghai on time with new and clean A330. Seats 2-2-2 not full flat but comfortable to sleep. Good onboard service greeting by purser/crews with good English skill. Foods (3 choices) very tasty. AVOD with 500 programs. Return: quick check-in with 2 boarding passes good spacious lounge. Flight PVG-SVO at 1.30 am. Old/tired B767 seat 2-2-2 narrow and less comfortable than A330 portable IFE with DVD-player same good onboard ', '', '', 'Business Class', '', 8, 4, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Hugo Stekelenburg', 'Morocco', '2011-07-04', 'CMN-BRU. For a LCC Air Arabia has been a welcome surprise. They offer you 20 kg baggage allowance new airplanes decent seats and a fresh crew. For a price/quality comparison they are better than Air Maroc. But their website is often malfunctioning certain routes are deleted without notice time tables suddenly change and they often leave at ungodly hours. I''m satisfied with this airline and will keep flying them if they keep their standards to the current level.', '', '', 'Economy', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'F Gomes', 'India', '2011-04-27', 'My wife my daughter (infant) and son travelled to Goa by Air Arabia - Dammam-Sharjah-Goa. Air Arabia did not provide the Bassinet for my infant even though it was mentioned in the E-ticket. My wife requested the crew to provide the Bassinet but they did not help her to provide this.', '', '', 'Economy', '', 1, null, null, null, null, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'R Numsa', 'Malaysia', '2011-03-16', 'Mumbai to Istanbul Sabiha via Sharjah. A320 with comfortable seat TVs on board for entertainment. The crew was polite and patient. After landing Sharjah I had to wait more than 12 hours for going to Istanbul. Airport is small but comfortable. I am satisfied with the services of Air Arabia and the cheap flight.', '', '', 'Economy', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'S Markoff', 'Serbia', '2010-10-20', 'Sharjah to Beirut 55 Euros only. Sharjah airport consistently decaying and becoming more dirty every time. The aircraft this time was quite worn-out and not clean : seats windows. The major complaint would be the absence of free of charge water such as on some other LCC.', '', '', 'Economy', '', 7, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Douas', 'Greece', '2012-05-08', 'ATH-LHR A321. Some things never change. Food inedible I knew this so I went onboard with a full stomach. I understand priority luggage should come first but not 10 minutes before everyone else''s! I have noticed this on a couple of Aegean flights. Plane was new and clean as always cabin crew decent. Aegean if you want those extra stars you need better food better luggage handling services and more happy faces!', '', '', 'Economy', '', 8, 5, 3, 1, 2, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'L Garyfallos', 'Greece', '2012-04-29', 'Heathrow-Athens. A huge line for baggage drop with only 2 Aegean employees to check-in the entire flight. A problem with the baggage belt added more waiting time and frustration. Staff were really snappy and rude. Due to that delay there was a 20 minute delay in boarding and departure. The plane was really hot (the air- conditioning did little to help). Finally when we arrived in Athens we had to wait an extra 20 minutes for bags to start coming out on the belt. Overall an unpleasant travel experience.', '', '', 'Economy', '', 2, 1, 3, 2, 4, null, null, 4, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'D MacDonald', 'United Kingdom', '2012-04-24', 'Athens to Frankfurt. Nice lounge at Athens with good selection of food. Flight average food terrible breakfast consisted of burnt pasty offering and a bread roll. Overall a fair offering but given the reviews was expecting more.', '', '', 'Economy', '', 7, 4, 4, 2, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Spyros Gatos', 'Greece', '2012-04-23', 'Thessaloniki-Samos return. Airbus A319 both ways. Flights full. Attentive crew nice flights drinks served for a 50 minutes flight. Recommended.', '', '', 'Economy', '', 9, 5, 5, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Benblidia Djamel', '', '2004-04-12', 'As it''s the only option in Algeria I travel twice a month with Air Algerie and I can’t tell lots of things need to be done within the company itself for instance all Personnel need to have a worthy training to learn how to treat customers to improve their poor service quality.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'K Adel', '', '2004-04-11', 'I fly sometimes with Air Algerie and it is not worst nor better than all other flight companies. For the security all the airplanes in world are submitted to the same safety constraints so it is not more dangerous to fly with Air Algerie than to fly with others (All Air Algerie airplanes are from the last generation Boeing or Airbus). And the greater decision Air Algerie has taken is to eliminate smoking in their airplanes. For the delays I think is problem of security which is taken really seriously by Algerian authorities and also because there are simply not enough parking place at Algiers Airport which will be resolved with the new airport.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Sidi Benkhada', '', '2003-12-31', 'I am an Algerian living in London I used the the service once from London it was the most expensive horrific and time wasting in my life. It was the first and the last it took me 9 hours where it should have taken only 4. I complained to London branch manager but no action followed nor an apology.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'Robert Woelken', '', '2003-12-08', 'As an expat living in Algeria I frequently have to use the services of Air Algérie for going on business trips. As a frequent user I can only confirm what others say about Air Algérie. The planes are 90% of the time late the service is miserable and the planes are in a state where most airlines would take them out of service. Only small highlight is the consistent quality of the food which is not refined but good tasting. Air Algérie certainly is part of the Algeria experience but those who are scared of flying may not find this the most reassuring airline to go with. A word of advice as a business traveller - take business class there is a small lounge at the Airport in Algiers where you can at least pass your time when the flight is delayed.', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'D Chan', 'Canada', '2012-02-17', 'AEP-FTE in Club Economy. Check-in at AEP was confusing proceeded to departure lounge upstairs. There is no VIP saloon at this airport for Club Economy passengers. Equipment was an old MD88 that was worn. No IFE. Seat pitch was around 35” or so. A lunch box was distributed shortly after take off - a stale sandwich a packaged cake and a pack of nuts. Drink service followed and FA''s disappeared. No second round of drinks. Toilet was dirty. For a 3 hour flight I would expect a more substantive meal in the “premium” cabin. My bags were amongst the last to come out despite marked “priority” on the tag.', '', '', 'Business Class', '', 4, 2, 2, 2, 1, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'Matt Howsam', 'Australia', '2012-02-10', 'Booked to fly Sydney to BA 1pm Tuesday it''s now Friday and I''ve made it as far as Auckland. We sat all day at the gate in SYD eventually told flight cancelled due to mechanical problem. After spending 2 nights we left SYD last night only to land in Auckland for 16 hour layover due to crew shortages. No communication other than rumours from hotel staff. Airline had paid for accommodation and meals but very basic. No entertainment onboard other. Due to fly out 10pm tonight. Traveller beware.', '', '', 'Economy', '', 1, 3, 2, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'J Daddy', 'Bahamas', '2012-02-10', 'GIG through EZE to USH. Initial check-in took 20 mins per person only 2 people working huge lines. Flight delayed more than 4 hours. No updates from the airline board still read on time. Missed connection in Buenos Aires no Business Class line rep tells me she can''t help me reschedule my flight. No offer of meal tickets no lounge access they bump me to economy class and refuse to refund the difference - finally part with a voucher for a disgusting fast food place at the airport then the flight to Ushuaia is delayed 2 hours. Everything was a hassle. The lounge at Rio airport is a marathon to get to and a joke once you''re there.', '', '', 'Business Class', '', 3, 3, 1, 2, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'David Mejia', 'Mexico', '2013-03-12', 'MEX-CDG-MEX. Food - awful both legs economy style (Chicken and pasta) and also overcooked. Only breakfast to CDG not so bad. Catering sequence nothing to do with Other Sky team airlines. Flight attendants do only what is necessary extras are difficult to get. Not recommended.', '', '', 'Business Class', '', 4, 3, 2, 2, 3, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Philip O''Connor', 'United Kingdom', '2013-02-27', 'Travelled Premier Classe from Mexico City to Paris. This is an extremely poor business class product. On entering the plane we were offered a choice of water or orange juice; on asking for a glass of champagne was told very curtly by the steward that they had not chilled any so could not offer it! No personal IFE in seat only offer of ipad type product with limited selection. Meal very mediocre - choice of wines ok. Service from cabin crew very unfriendly and desultory - they seemed to have little interest in providing much service. Seat was acceptable. But this old 767 really needs an upgrade and the cabin crew need some serious customer service training. This business class product in no way compares with Air France or KLM their Skyteam and codeshare partners.', '', '', 'Business Class', '', 3, 3, 1, 3, 1, null, null, 2, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Olle Laprune Yann', 'Mexico', '2013-02-27', 'I flew from Mexico to Paris and Paris to Mexico. First flight was good I boarded in terminal 2 in Mexico city''s international airport crew were smiling it was comfortable and food was excellent. Aircraft (B777-200) was good.', '', '', 'Economy', '', 7, 5, 4, 5, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Rodolphe Paccard', 'France', '2013-02-21', 'PVR-MEX Flight AM143 February 18 2013 Boeing 737-700 seat 22A. Flight half full we sat all ready to go in the cabin without air for a good 15 minutes before we were on our way. The aircraft had slim seats which tend to be the new trend with airlines to reduce weight and give a little more leg room. Leg room was OK but comfort of the seat is poor due to the lack of padding giving you some back pain even for a flight of a little over an hour. Drink service was OK staff friendly and attentive. Arrival on time.', '', '', 'Economy', '', 5, 1, 4, 4, 0, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'N Lezotte', 'United States', '2013-11-04', 'Best experience I have had flying transatlantic. Flew round trip MCO-DUB 10/22 and returned 10/31. Continuing service to CDG. Very friendly and ever present staff on the transatlantic portion. The seat turned into an almost lay flat bed which provided a sound sleep in both directions. Wines were well chosen and poured frequently. Meals were well presented with a variety of appetizers before and hot breads during dinner. The staff service and the overall cleanliness of the plane convinced me that I had made the right choice for an airline. The connection DUB-CDG was a packed economy flight. For an hour and a half flight it was tolerable. Aer Lingus competes with Ryanair on this route so everything including water is for sale. My choice from now on for transatlantic flights. Clearing customs and immigration in Dublin is a real plus. American customs and immigration are rude and hostile but about what you would expect from them.', '', '', 'Business Class', '', 10, 4, 5, 4, 5, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'J Fox', 'Ireland', '2013-11-04', 'JFK-DUB EI108 Nov 1st. Another more or less faultless flight with Aer Lingus across the pond. Young cabin crew who were enthusiastic smiling and charismatic. Very attentive to all passengers on a late night flight from New York to Dublin. Pilots again very informative on routing weather and arrival time which is great. Crew apologetic for delay leaving JFK but flight still arrived 55 mins ahead of schedule. Added bonus was the fact that the crew played some great modern music while taxiing to stand after arrival. One minor criticism was the pace of check- in/bag-drop. Great job all round.', '', '', 'Economy', '', 10, 4, 5, 5, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'R Carvalho', 'Mexico', '2013-02-20', 'Mexico to Madrid and onward to Geneva via Air Europa. At check in they bungled up my frequent flyer number and kept telling me it was invalid. After the lousy check-in process I proceeded to the lounge at Mexico City airport terminal 2. The lounge has slow service with a poor selection of snacks and drinks. Lounge was crowded too. Inflight the seats in business were very small on this 767. The seats don''t lie flat but at an angle. The best part no in-flight entertainment. The staff handed out ipads with a very limited selection of movies and TV shows. Food was awful and they did not have my option. Flight attendants could not be bothered with requests and soon disappeared after serving us our meals. Despite attempts to call them no one showed up. This is not business class but at best premium economy. Overall a very poor experience.', '', '', 'Business Class', '', null, 1, 1, 1, 1, null, null, 1, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'Nick Serpell', 'United Kingdom', '2013-11-04', 'DUB-ORD and return. Both flights on Airbus 330-300. Seating seemed tight in both width and legroom compared with other airlines we have used. We booked their so called Choice seats for which we paid extra but there is no real advantage to this other than you get to board with business class. Aer Lingus offers the facility to pre-order better quality meals and I would definitely recommend doing this. Much better than the normal economy offer and you get free wine. The service on the flight out was exemplary. They had lost my wife''s pre-booked meal but rustled her up a business class meal and gave us extra wine to compensate. Film choice is not nearly as good as we have experienced on Far East airlines and very annoyingly they truncated the film service towards the end of the flight to show a video for their pet charity which they had already screened at the start of the flight. Big bonus being able to clear US customs in Dublin so arrive at Chicago as domestic passengers. On the flight ', '', '', 'Economy', '', 8, 3, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aer-lingus', '/airline-reviews/aer-lingus', 'Aer Lingus customer review', 'A Foley', 'Ireland', '2013-10-28', 'DUB-DUS-DUB. Outbound flight light load had breakfast not bad value and quite tasty. Remote stand in DUS but efficient transfer via bus so no complaints. So return last night full flight (215 people). Departure at 9.20pm. At about 8.30 at gate announcement made asking everyone to go downstairs collect bags and exit for bus transfer to Cologne where our aircraft was! Turns out curfew at Dussledorf means no jet aircraft after 10pm. Inbound flight was delayed which would have prevented a departure prior to 10 resulting in an overnight. All handled pretty well to the point that obviously this was not the first time this happened! Bit of a pain back through security etc in Cologne and people who had bought duty free in Dussledorf had some issues. Ended up arriving in Dublin at 1am about 3 hrs late. Flight itself fine. My only comment is on one attendant. Few German lads in row opposite me having a few drinks. A bit spirited but nothing to bother anyone. In fact the young attendant on board ', '', '', 'Economy', '', 8, 3, 4, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'M Harrison', 'Germany', '2013-04-03', 'PRG-SVO-BKK. A smooth flight to SVO on a newish A320. Seats are proper business class seats (2-2 config) but they do look and feel a bit outdated already. Nevertheless still comfortable and there''s plenty of space. Cabin crew were polite and effective. The main (and only) complaint on this flight was the quality of food. The main dish was pretty much inedible but the choice of wines and drinks was good. Transfer in Moscow was quick and easy. No delays at security screening/passport control. Terminal F is bad in comparison to terminals D and E. The Classic or the "First class" lounge is old crowded and all in all unpleasant. Boarding the BKK flight was chaotic. Even if priority was given to business passengers there was no real control as to who was boarding first. Nevertheless managed to be one of the first ones onboard. Once onboard was shown to my seat and offered the pre-flight drink by a friendly cabin crew member. Aircraft was a brand new 777-300ER with a new cabin design througho', '', '', 'Business Class', '', 9, 5, 4, 3, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Piibe Piirma', 'Estonia', '2013-04-02', 'Moscow to Ho Chi Minh City and back last month (15.03 and 30.03). Both flights were drastically delayed (from Moscow to Vietnam 6 hours and back 12.5 hours). I missed all my connecting flights and lost hotel bookings. Unfortunately Aeroflot didn''t give any information about estimated boarding or departure times as well as reasons for the delays. No foods or drinks served in Moscow during 5 hours of waiting! My luggage went to Stockholm Arlanda not to Tallinn as it was confirmed in Sheremetjevo Airport. I am home now and got my luggage but I am really not sure if I will use Aeroflot for future trips.', '', '', 'Economy', '', null, 4, 4, 2, 1, null, null, 3, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Glenn Pineda', 'Philippines', '2013-04-02', 'I took Aeroflot SU2387 from ARN to SVO on 26 Mar and SU013 from LED to SVO on 31 Mar and I was pleasantly surprised with the cabin attendants who were well groomed courteous and able to communicate in standard English. The LED-SVO leg even had the bonus of the purser giving a brief of what one could see or do in Moscow. The meal services on both legs were conducted at lightning speed which I initially found worrisome as I was only halfway through my ARN-SVO meal when I saw the crew collecting the trays four rows away but I did see that the mainly Russian and Swedish passengers were already done eating so it was probably my pace that was the issue. For the prices I paid Aeroflot delivered exceptional value. I expected a Soviet relic but I experienced efficiency and service at its Russian best.', '', '', 'Economy', '', 8, 3, 5, 4, 0, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeroflot-russian-airlines', '/airline-reviews/aeroflot-russian-airlines', 'Aeroflot Russian Airlines customer review', 'Jose Bolanos', 'Thailand', '2013-03-27', 'Delay of more than 12 hours. Rude and unhelpful staff in Moscow lack of any kind of information post service inexistent. On the way back from MAD to BKK first flight got delayed 2.5 hours so when we arrive in SVO connection to BKK had already departed. Instead of giving us a hotel they gave us a boarding pass to Seoul! We arrived to Seoul without any idea of what to do next nobody say anything to us no information. There they gave us a boarding pass to BKK with Korean airlines for 6 hours later. Arrive into Bangkok with more than 12 hours delay they inform us that our bags were still in Moscow. The worst customer service.', '', '', 'Economy', '', 1, 3, 1, 4, 3, null, null, 3, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'S Markoff', 'Serbia', '2010-09-17', 'Istanbul-Sharjah-Delhi. Excellent experience and fare lower than on standard airlines. Well- designed and clear website. Clean planes and polite crew. Food available for purchase of board at very reasonable rate and of good quality.', '', '', 'Economy', '', 9, null, null, null, null, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'S Serebryakov', '', '2008-08-11', 'Astana-Sharjah-Astana. Aircraft new clean A320 with all economy cabin. There is no free food but you may choose some sandwiches and drinks for reasonable prices. Food is not good however. However wouldn''t recommend to use this airline because of Sharjah airport. The terminal maintained very poorly and very dirty. People sleeping on the floor etc', '', '', '', '', 3, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aeromexico', '/airline-reviews/aeromexico', 'Aeromexico customer review', 'Rodolphe Paccard', 'France', '2013-02-14', 'Feb 8 2013 flight AM192 MEX-PVR Embraer 170. My first time on this type of aircraft. I liked the large windows and larger seats. One thing though leather seats tend to have you slide down and slouch. Flight was on time staff friendly bags delivered by the time I had deplaned.', '', '', 'Economy', '', 8, 4, 4, 3, 0, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('easyjet', '/airline-reviews/easyjet', 'easyJet customer review', 'Lucy Hardy', 'United Kingdom', '2013-05-19', 'BRS-PMI. Flight time of 2 hours 10 minutes very good cabin service good legroom excellent boarding process now that seats are allocated food fairly priced and was good.', '', '', 'Economy', '', 10, 5, 5, 5, null, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Christopher Alphonso', '', '2008-07-28', 'Dep time 9:45pm Mumbai to Sharjah. We boarded the flight and after all the initial talks from the Captain etc were ready to take off. The captain must have noticed some sparks while taking off and he said that we are going to disembark. All the passengers were made to disembark and nothing else was told to us. We sat in the airport take off lounge waiting for an hour. finally after lots of noise made by the passengers a representative from Air Arabia arrived. She tried to convince the passengers but could not give a proper reply. At around 0030hrs the manager arrived and said that a spare part was coming from Sharjah in the morning flight 4:45am and that the flight was rescheduled to leave at 7am. No other compensation was offered to the customers. Some took the offer to cancel their flight while the rest who waited in the lounge were stranded without any offer from Air Arabia. Finally at around 3am after much heated discussion fried rice was offered to all. After that till 7:45am no s', '', '', '', '', 2, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-arabia', '/airline-reviews/air-arabia', 'Air Arabia customer review', 'Chandrasekharan Kumar', '', '2008-07-16', 'Sharjah to Muscat return. Flights departed and arrived on time. The flights have good leg space. Food is not served free.Ideal airline for business travellers who have to fly between the GCC countries.', '', '', '', '', 4, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'I Poukis', 'Cyprus', '2012-04-16', 'Staff at Heathrow Airport not very helpful. Manager quite ignorant to people''s needs. Cabin crew quite the opposite very polite and always smiling. A shame how one can spoil it for the other. If you have excess luggage I personally think they over charge. They charge £15.00 per kilo and believe me you cannot get away with it.', '', '', 'Economy', '', 7, 4, 4, 3, 3, null, null, 4, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'Nick Biskinis', 'United Kingdom', '2012-04-01', 'LHR-ATH return - A320 outbound A321 return. Excellent service and a good fare. Both aircraft''s clean and comfortable with several rounds of drinks (wine tea coffee). Food good. Flights on time or ahead of schedule.', '', '', 'Economy', '', 9, 4, 5, 5, 4, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Douas', 'Greece', '2012-02-23', 'ATH-LHR A320. Flight arrived in London early but luggage delivery so slow in T1 it didn''t make any difference. Decent service food horrible as always. New and clean plane. Decent movie onboard.', '', '', 'Economy', '', 8, 5, 4, 1, 5, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aegean-airlines', '/airline-reviews/aegean-airlines', 'Aegean Airlines customer review', 'A Magpantay', 'Philippines', '2011-10-17', 'I loved flying Aegean Air from Rome to Athens in May 2011. Check in was a breeze. The food was warm and good even had dessert. Staff was courteous and helpful. After flying EasyJet for most parts of my 2 week European backpacking trip flying Aegean was a treat.', '', '', 'Economy', '', 8, 4, 5, 5, 3, null, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-astana', '/airline-reviews/air-astana', 'Air Astana customer review', 'S Mrachkovskiy', 'Kazakhstan', '2015-06-20', 'Flight from Shymkent to Kuala Lumpur via Almaty and back in April. On vacation we were hospitalized with fever and skipped our flight home. Air Astana appreciated our position and changed dates for our unreturnable tickets without charge, so we could come home later. Great thanks for help, now we are your loyal clients.', '', 'Couple Leisure', 'Economy', 'Shymkent to Kuala Lumpur via Almaty', 10, 5, 5, 5, 5, 5, null, 5, '1'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('air-algerie', '/airline-reviews/air-algerie', 'Air Algerie customer review', 'G Eckensviller', '', '2003-05-24', 'I fly Air Algerie on a regular basis - they are habitually late because of security. For instance when departing Algiers all passengers must identify their luggage which is laid out on the tarmac prior to boarding the aircraft. For this I have no problem. The latest I have ever been leaving Algiers is 45 minutes. It gives me ample time to catch any connecting flights to my next destination. The other reason why they are quite often delayed flying back to Algiers is because there are simply not enough parking spots at the Airport in for incoming flights therefore they wait in Paris Rome Frankfurt etc until a spot can be allocated for the aircraft. The crew is always more than accommodating with refreshments and anything they can do to assist with comfort. They have eliminated smoking on the flights but some people still light up. When this happens they tell the person to put out the cigarette and if the person refuses they are told that should they refuse to extinguish the cigarette - t', '', '', '', '', null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airline (airline_name, link, title, author, author_country, review_date, review_content, aircraft, type_traveller, cabin_flown, route, overall_rating, seat_comfort_rating, cabin_staff_rating, food_beverages_rating, inflight_entertainment_rating, ground_service_rating, wifi_connectivity_rating, value_money_rating, recommended) VALUES ('aerolineas-argentinas', '/airline-reviews/aerolineas-argentinas', 'Aerolineas Argentinas customer review', 'V Vergara', 'New Zealand', '2012-01-28', '6 hours delay from Auckland to Buenos Aires and 5 hours delay from Buenos Aires to Auckland. Food was not good the seats were uncomfortable and the TV system rubbish. Staff were not friendly with little customer service skills.', '', '', 'Economy', '', 2, 1, 1, 3, 1, null, null, 2, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'Klaus Malling', 'Denmark', '2014-02-11', 'A small very effective airport with few flights. Check-in is notorious quick and staff friendly arrival very quick and busses to Aalborg frequent. Usually no problems getting taxis as well. There used to be a cafeteria but nowadays just a kiosk - but good cafeteria with reasonable prizes inside terminal. Security check quick and friendly as well. There is a nice viewing pavilion at one end of the airport. Outside note the famous "kiss and goodbye signs". Restrooms outside terminal however few.', '', null, '', 9, 5, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'S Kroes', 'Netherlands', '2013-02-13', 'This is a nice and modern airport at the moment they are expanding the airport so there is a lot of building going on but in the departure area you will not notice this very much. The Airport has got free Wifi and a small restaurant with shop on the land side. Airside you will find a small shop with pre-packed sandwiches and hot dogs and other small stuff a small duty free shop is also around but not very cheap. There is no Lounge to be found at the moment but after the expansion is completed there will be one available (around May 2013). Check-in procedures are fast and the waiting area after check-in is fine with a view on the tarmac. All in all a nice modern but small airport with expensive restaurants and shop.', '', null, '', 9, 5, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'M Andersen', 'Denmark', '2012-08-07', 'A very nice airy terminal - that seems modern enough. Free WIFI and free parking. Everything within walking distance. Most people travel domestic to Copenhagen but a rising number of international routes e.g. AAL-AMS makes for a lot of possibilities. Check-in is very quick and so is Security. All in all a nice experience.', '', null, '', 9, 5, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'Paul Van Alsten', 'France', '2011-05-22', 'AMS-AAL and quite satisfied with this regional airport. Only a few flights per day so baggage reclaim understandably very quick. Bus line 2 connects with downtown Aalborg every 15 minutes weekdays but only hourly during the weekend - travel time is 15 mins and costs 18DKK. Check-in efficient and hassle-free using self-service kiosks. Free Internet computers are available landside - a nice touch. Security staff very friendly. Boarding area is rather cramped with limited seating - do not go airside too early.', '', null, '', 5, 5, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'K Fischer', '', '2010-08-04', 'Very quick check-inn and security screening. Nice and airy. Free parking! No need to show up at the airport very early as is the case in CPH. Only drawback is that after security you will be standing and waiting for the gate to open. There is is very little space here and no where to sit down.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'M Larsen', '', '2009-03-26', 'Aalborg Lufthavn (AAL) is a smallish airport near the city of Aalborg. There is not usually a lot of people leaving or arriving at any one time so there is hardly ever any time wasted standing in line for check-in or security checks - brilliant! A very friendly and inviting atmosphere overall.', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'J Plum', '', '2008-06-12', 'Nice big cafe on first floor with great view Overall very bright free access to computers for checking mails etc while waiting. Easy access to city centre of Aalborg via taxi or even a local bus direct from airport to city centre.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'P Panagopoulos', '', '2008-06-10', 'It''s a depressing airport in a depressing town! SAS and Maersk are the only operators using it besides a few private owners and charter airlines. Use it only if you have to! If there''s no taxi waiting outside it is difficult to go to the city centre. The only reason this airport exists is to serve passengers who fly abroad especially via CPH.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'Pedro Gil', '', '2005-08-28', 'Amazed to find that this little place gets reviews! I staged through here in April 05 enroute to LHR via CPH. Very bright clean and well designed airport. Good little cafe with interesting local food. All very efficient when I went through.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aalborg-airport', '/airport-reviews/aalborg-airport', 'Aalborg Airport customer review', 'Kent C Cooper', '', '2004-02-17', 'I''ve been travelling through this airport every week for more than two years. Very easy access (12 min. from downtown Aalborg) right up to main entrance. SAS is really the only game in town once you get in and be prepared for delays on flights to/from Copenhagen (a 35-min. flight). Extremely clean as is the Danish way. Ground staff and crews are helpful enough but to any seasoned traveller this is a backwater airport. Again the SAS AAL-CPH-AAL leg is notorious for delays each week so if you have connecting flights out of CPH plan accordingly. Also upon arrival at AAL there are not always enough taxis waiting outside and you might have to wait a few minutes. Buses run into town on a regular basis but everthing at this small airport - taxis buses kiosk opening hours etc. - are all timed to coincide with arrivals and departures of flights from CPH.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aarhus-airport', '/airport-reviews/aarhus-airport', 'Aarhus Airport customer review', 'Paul Hastie', '', '2004-11-29', 'Nice small friendly airport. Good transport links to the city by bus which meets flights and plenty of taxis. A few shops and cafes and very clean facilities.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'John Murphy', 'United Kingdom', '2015-07-21', 'This airport gets worse on a monthly basis. They have spent 3 million pounds on a new front door when it needs bigger and up to date security. Anymore than one plane makes the queue terrible. Arrivals is so small you queue outside if you are sat at the back of the plane and then wait for the smallest baggage belt I have ever seen (I travel every week). It is by far the poorest airport I have had the unfortunate pleasure to use. I recommend using Edinburgh and commuting!', 'Arrival and Departure', null, 'Business', 2, 1, 3, 1, null, 2, 1, 2, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'M Cristea', 'Romania', '2015-06-24', 'Small airport, our arrival was on Saturday, June 13, 10:30 PM. Unfortunately, there were three planes landed at the same time approx, and ours was the third, So we had to wait in lane in a crowded tiny corridor for frontier controls, but staff was efficient. Than we stayed in lane to get a taxi to reach city center for 45 mins. Departure was on Monday, June 22, at 12:10 PM, much better, smooth drop-off and security controls, no problem. Limited offer for eat/ drink and shopping, not overpriced, The Granite-City Restaurant in the main hall seemed to be OK!', 'Arrival and Departure', null, 'FamilyLeisure', 8, 2, 4, 3, null, 2, 3, 2, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'P Reid', 'United Arab Emirates', '2015-04-01', 'I''ve been coming through Aberdeen airport for a few years now and can''t figure out how they can be so lethargic in making drastically-needed changes to improve passenger experience except of course where it can make them money like the new drop-off charge! Flew in last week from Amsterdam and used the Arrivals toilet which was more like a construction site portaloo cabin; cramped and unpleasant not a great welcome for visitors. Then leaving on an early flight on Saturday no food or drink facilities open landside queued for over 20mins to go through the security scanner (note this was at 5am for only the 2nd flight of the day) to find only 1 scanner in operation. Made it through for final boarding call so no breakfast for me! They really are kidding themselves calling it an international airport for the "Oil capital of Europe". I know many Aberdonians are ashamed of their airport and justifiably so.', '', null, '', 1, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'M Stewart', 'United Kingdom', '2015-03-24', 'Airport is small and convenient when flights can actually leave and the check in and security I experienced were fine. The airport lounges are OK too if you are frequent flyer. However the airport is not equipped for all weather flights apparently the runway is too short so delays or cancellations due to weather (a little bit of fog) occur as happened the only 2 times I visited and I understand this is not infrequent. A taxi driver who took me to a hotel (which I paid for myself) told me that when delays occur all the local hotels are full so I had to find a hotel way out of Aberdeen. The positive side for taxi drivers is that the one who took me said he''d had a passenger who was so desperate to get to Heathrow he paid £1000 (yes one thousand GBP) to get there. They staff at BA with whom I''d flown are unable to cope with queues very long at desks. Its more like a third world airport in that respect. One would have thought that with the importance of the oil industry etc that arrangeme', '', null, '', 2, 4, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'B Biscuit', 'United Kingdom', '2014-12-21', 'Aberdeen is my local airport for 40 years and has grown from a quaint airfield to a merely adequate airport. Facilities are only ok you don''t want to be hanging around any longer than strictly necessary. The food (you can''t call it dining) options are very poor and very expensive by any airport standard. Then the transport links which are a whole subject on their own but the next bit is typical. If you have a late flight don''t rely on getting a taxi as the drivers tend to just go home when they''ve made enough money to go golfing. Also don''t ask them to go too far more than 15 miles into the country as that is too much bother for them and they will turf you out of their car even at 23.30hrs. If you can get basic civility from them then you''re lucky. Opening the boot for you is a special treat. £16 for about 7 miles is the fare but they will take £20 from you. The 727 bus is fine but you can have a half hour wait in the freezing "shelter" and it only runs to the city centre and ends at 2', '', null, '', 2, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Phil Lee', 'United Kingdom', '2014-12-21', 'Waiting for security check is a nightmare here don''t understand why this airport is not taking measures to improve the wait time for passengers.', '', null, '', null, 1, 3, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Fred Singer', 'United Kingdom', '2014-11-12', 'Truly awful airport. Toilets in airside arrivals are porta cabins! Baggage handling facilities very primitive. If delayed passenger seating virtually non existent. Eating facilities poor and very expensive. Security checks must be the slowest anywhere. Aberdeen is supposed to be Europe''s oil capital? Well it''s about time they had a decent airport.', '', null, '', 1, 2, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'N Sutherland', 'United Kingdom', '2014-10-05', 'I believe 2013 was a record year for ABZ in terms of passenger numbers 2014 is up on that - and it shows. Dreadful crowding - airside landside check-in baggage handling security passenger facilities - everything is operating at way beyond its design capacity. Happily I only have to spend an hour there on Departure and 30 mins on Arrival. I feel sorry for the people who have to work there.', '', null, '', 3, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Justin Johnson', 'United Kingdom', '2014-09-06', 'As a regular user of Aberdeen airport I can safely say its one of the worse airports I have experienced the toilets airside are disgusting and usually smell quite appalling also the Servisair lounge is extremely poor and the choice of snacks / food is very basic considering the amount of footfall and the claim of international status it is extremely poor. Security and baggage reclaim is inefficient and far too small.', '', null, '', 2, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'S Ritchie', 'United Kingdom', '2014-08-26', 'I find trying to book flights virtually anywhere out of Aberdeen nigh on impossible. You used to be able to get to many destinations with one stop in London - technically impossible now thanks to BA dropping Aberdeen to London Gatwick. The only route to Gatwick is EasyJet which has two flights a day as far as I can see which will fleece you for your long haul cases and not give you any guarantee for your onward flight. This level of service to a supposedly international airport is a joke. The international arrivals "area" is dirty cramped and there is nowhere to sit. You have to try to stay out of the way of the crowds waiting for their luggage. You can''t see people coming you have to loiter around a small corner. It''s truly bizarre and the most unwelcoming arrival area I''ve ever seen in an airport. The luggage belts are in desperate need of an addition. It''s all well and good have a nicer departures lounge and fancy coffee but where precisely are we meant to be flying? Having to walk ', '', null, '', 1, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'S Fraser', 'United Kingdom', '2014-07-20', 'We arrived for a holiday and had to stay in a queue for an hour and a half this is totally unacceptable. I''ve been to a few airports and this one is the worst by far. We can only travel to a very few destinations and I gather this is because of the cost of landing here. The whole area is small and there are very few shops - if this is because of Aberdeen Council then they really need to open their eyes and see how other airports are run. People in Aberdeen don''t want to travel to Edinburgh or Glasgow to go on holiday but they have no option - this needs to be sorted out. I''ve also recently heard that the flights from Aberdeen to London are being cut and Edinburgh and Glasgow are getting extra.', '', null, '', null, 1, 4, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('antalya-airport', '/airport-reviews/antalya-airport', 'Antalya Airport customer review', 'Berk Tan', '', '2003-04-28', 'Antalya Airport''s new terminal - it''s a huge area full of duty free shops and restaurants. Although Antalya is mainly used for charters flights to Germany and other EU countries the old terminal was so small that it was impossible to take many passengers.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'M Ferguson', 'United Kingdom', '2014-06-12', 'One luggage carousel poor quality and expensive food airside. What more can I say. On the plus side it is clean and there are tables in security to help you sort out shoes jacket liquids laptop but the area is very small. The seating in the gate area is not that comfortable most often you get on and off the plane by steps-rarely an airbridge as in many other airports. The addition of the multi storey carpark indicates extra footfall and the check in queues have been alleviated by the move of the BA desks round the corner but the airport has a long way to go!', '', null, '', 3, 3, 4, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Leslie Forbes', 'United Kingdom', '2013-09-02', 'On Sunday 1st September I arrived at Aberdeen Airport from London. The Journey took about an hour and ten minutes which is about the usual time. On arrival I could not get anywhere near the baggage re-claim area due to a huge backlog and crowds of people. It then took me and most everyone else 1 hour and 10 minutes to get our bags from the arrivals hall. How this can this be called an International airport beats me! It really is an embarrassment.', '', null, '', null, 1, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Leslie Forbes', 'United Kingdom', '2013-04-24', 'Just back into Aberdeen Airport from Zurich via Amsterdam. Both of these Airports have great transport links using trams and trains. Aberdeen and Zurich can''t be compared of course on size but the cramped and disgusting toytown railcar at the wrong end of the airport is hardly suitable. In both of these airports and at most others you can get a trolley for your bag without needing a coin. Last night I along with many other newcomers to Aberdeen I arrived before 10 to find trolleys all chained up and the bar closed. Do all foreign visitors have a pound coin ready for their trolley?', '', null, '', null, 3, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'S Davidson', 'United Kingdom', '2013-03-26', 'I wish to echo the sentiments expressed in the review by Marion Johnston. The flight options to common holiday destinations like Tenerife etc are abysmal from Aberdeen Airport. Unless you are going on an overpriced package deal with Thomas Cook Thomson''s etc and book around 8-12 months in advance you''re only other option is a convoluted chain of flights transfers and even overnight hotels via Edinburgh Glasgow or London. I know of many other people from Aberdeen who concur. The runway extension is obviously a start for greater potential but I''m not seeing a greatly populated list of destinations to boot!', '', null, '', 3, 3, 5, null, null, null, 4, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Marion Johnston', 'United Kingdom', '2012-09-28', 'I am fed up of taking the bus to Edinburgh or Glasgow to get a flight to the Costa Blanca because there is nothing from Aberdeen. I travel at least 5 times each year and know many other people who do the same. Every time I fly from Edinburgh of Glasgow I meet people from the North East of Scotland. Jet2.com Easyjet Ryanair Thomson Airways and Thomas Cook all put on flights from Edinburgh and/or Glasgow - sometime several flights a day leave to Alicante and flights are available all year round. How can Aberdeen airport not justify 1 flight per week to Alicante all year round? The airport is in the dark ages and cannot get past the mentality of providing an airport that is for business use only.', '', null, '', 2, 3, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'El Mac', 'United Kingdom', '2012-05-29', 'As a regular business traveller commuting between Manchester and Aberdeen I can truly say that the customer experience at Aberdeen Airport has deteriorated rapidly. Issues with Airlines and the haphazard Taxi services aside and there are plenty Aberdeen Airport is clearly struggling to cope with increased passenger traffic particularly as the Summer holiday season commences. The Security experience has to be seen to be believed the security queue winds its way through what can only be described as a chicane to the first point where an airport employee scans your boarding pass 10-15 minutes later you emerge into the Security Hall. Often undermanned this has 3 scanners 2 of which are in operation. With no control the queue effectively crowds pushing you forward until your turn to disrobe comes. Once through Security you''re then funnelled through Duty Free and into the Airside ''Lounge'' - not the most welcoming of places. If you''re travelling with colleagues or as a family forget being abl', '', null, '', 2, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Nigel Stacey', 'United Kingdom', '2012-04-24', 'Not too bad it was easy to check-in. One thing I found strange was the baggage conveyer came out near the entrance to the airport. There are a few places to get a drink and a bite to eat. To get into Aberdeen the station is a bus or taxi journey away from the terminal itself. There are a couple of hotels close by but they are a bit pricey. All in all it I not too bad could do with a bit of a make over.', '', null, '', 8, 4, 3, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Alistair Peckham', 'United States', '2012-04-22', 'Security efficient. Fire alarm went off just a few minutes before expected time of boarding. Meant exiting the terminal and going land-side. Fire service took 15 mins to arrive. Airport staff very professional and efficient once re-entry to the airport. Security was very fast efficient with passengers with flights boarding having priority and being called forward. Departure was delayed just over an hour.', '', null, '', 7, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'T Collier', 'United Kingdom', '2012-02-15', 'I really do wonder why Aberdeen have so many check-in desks (for BA flights) when they don''t bother opening them! Had to wait near enough 30 minutes to check luggage in for it to go in the hold and made me wish I hadn''t bothered! Security was very quiet thankfully so that was easy to negotiate. Ordered a burger at the bar post security and it took over 20 minutes for it to arrive - very frustrating when the place was dead and you can see the plane you are about to get on come in to land! Thankfully I did have time to quickly eat it just before heading to the gate.', '', null, '', 5, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'M Creed', 'United Kingdom', '2011-12-28', 'Having battled dreadful weather conditions overnight through the Scottish Highlands I eventually arrived at the airport 10 minutes before my morning flight was due to leave. Faced with an enormous queue to get through security I asked possibly the most sour and rude security woman I''ve ever met on the gate if she could rush me through. I received a lecture informing me I should leave more time to get to the airport and to stay where I was in the queue. Fortunately people already in the queue heard the nasty mean spirited diatribe I received and ushered me to the front of the security queue and I did get my flight (which luckily was delayed 10 minutes anyway). A thoroughly unpleasant and distressing experience. My first and last flight from Aberdeen.', '', null, '', null, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Kathleen Lawrie', 'Spain', '2011-12-23', 'I travel to Aberdeen from Spain and have to rely on buses from Glasgow or Edinburgh. If Aberdeen is such a good airport why are there no flights from Alicante Murcia or Almeria to Aberdeen. We used to be able to fly with Flyglobespan and it was excellent. Please make it easier for us to come to Aberdeen to visit our family.', '', null, '', null, 0, 0, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Mark Brewer', 'United Kingdom', '2011-07-21', 'Aberdeen airport works well most of the time. The only thing I can see that really lets the place down is the lack of toilet facilities air side. It''s not unusual here to see queues of 8 or 9 in a gents toilet as was the case on a Saturday morning in July recently. This is something that really does need sorting out as other aspects of the airport are largely perfectly adequate.', '', null, '', 4, 5, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'S Reid', '', '2010-04-02', 'Avoid this airport on outbound flights in the afternoon particularly on Friday. Allow up to 1hr for the security screening process. You can pay an additional £5 to jump to the top of the security queue. I have not seen this at any other airport. Staff are friendly but another one/two security screening stations are required to cope at peak times. The luggage arrivals belt is small and if three flights land at once you scramble for your bags. On exiting the airport the smokers are just outside the door with the discarded cigarette ends on the pavement. Not a very nice welcome to Aberdeen. If you have the option avoid this airport or use it out of peak hours - not easy due to the remote location. I have recently used Terminals 3/4 and 5 at Heathrow and Aberdeen Airport is worse than these.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'E Douglas', '', '2009-12-28', 'International arrivals tiny baggage retrieval approx 15 mins Rail link non existant bus services limited taxis expensive. Airport clean and tidy good choice of car hire.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'B Hewitt', '', '2008-06-12', 'Arrival okay bags quickly through departure left from a gate which had only 6 seats so passengers had to stand in a very narrow corridor. Which was not pleasant on a hot day.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Marybeth Richards', '', '2007-07-14', 'Pocket sized airport that seems to be bursting at the seams at times. Waited 15 minutes for bags to start to appear on the belt after a flight from LHR - unusual as the place really isn''t that big. Better bus connections to the city centre would be great. but not likely to happen. On the whole not a bad little airport.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Ken Taylor', '', '2007-05-19', 'Vast improvement in security screening procedures ( in terms of their ability to cope). Still a couple of surly staff who need retrained. Home Office bloke checking passports on the way back in is much nicer than he used to be and even managed a smile !', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Iain Williamson', '', '2007-03-24', 'I''ve been using Aberdeen airport infrequently over the last ten years. The staff remain the friendliest and most polite I''ve seen in any airport and there is something exhilirating and about coming into this Northern city usually in a small aircraft bouncing in through high winds. The small airport usually allows for quick access to bus or taxi. Waiting for a bus can take some time though. The airport retains a nice atmosphere overall and is always clean.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Iain Cowe', '', '2006-11-15', 'As a very regular passenger through Aberdeen Airport I can see that BAA have put in a lot of time and money expanding and re-shaping their departures area which has resulted in a nicer experience for passengers departing ABZ. The staff are efficient and friendly if sometimes a bit harassed but they cope admirably. Unfortunately the same is not experienced by international passengers arriving in the airport. The staff are good but in this day and age with ABZ trying to attract more international flights one tiny international arrivals area is not really sufficient. ABZ has international flights departing almost on top of one another at various times during the day and for each departure - you guessed it there''s an arrival. I have experienced on many occasions being forced to wait outside the arrivals area in nothing more than a covered walkway while the previous plane load of passengers clear the immigration area and pass into baggage reclaim (the same room). Once in all international f', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Tim Jones', '', '2006-10-26', 'A bit chaotic due to extension work but very efficient going through security. Food ok and not too bad pricewise. Smoking is outside at either end of the terminal (bus shelters placed for bad weather) but most people just stood outside front door and it looked very messy - BAA staff doing nothing about it. Quick for getting bags through from the aircraft which is useful. Also at rush hour might be a good idea to pre- book a cab - they were overwhelmed!', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Gordon Wiseman', '', '2006-10-11', 'Used Aberdeen airport to fly to and back from to Amsterdam. The customer service at the airport was of a high standard and public transport to the city centre is reliable. Would gladly use Aberdeen again to travel domestically or to continental Europe. The recent news that weekly flights to popular destinations in Portugal and Spain will be available soon will also add to the appeal of this airport for travellers from Northern Scotland.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Steve Ward', '', '2006-09-15', 'The only real choice if flying to Aberdeen! Overall OK but very limited choice of food and shopping. Staff are friendly and queues generally short.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Matthew Ross', '', '2006-08-25', 'Aberdeen Airport is fairly good and efficient but with some room for improvement. I recently flew to the Faroe Islands on Atlantic Airways. On the return the luggage took a very long time to arrive; also there was confusion at the passport control over the status of green Faroese passports with many passengers standing in the wrong queue. This created a negative first impression for visitors; attention to detail and clearer signage is necessary. A more important concern is the inadequate bus service (route 27) between the airport and the city centre. It is very poorly marketed infrequent and does not run at all at weekends - leading to a massive queue for taxis. A regular shuttle bus between the airport university (Old Aberdeen) city centre and the railway station is needed.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('antwerp-deurne-airport', '/airport-reviews/antwerp-deurne-airport', 'Antwerp Deurne Airport customer review', 'Mark St-Amour', '', '2008-01-24', 'Free parking 15 minutes check-in a bar and a duty-free shop. Nothing wrong with this airport except not much to do if there''s a delay.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'William Callaghan', '', '2006-08-13', 'Overall nice small airport with good connections to major hubs in Europe such as London (Heathrow/Gatwick/Luton) Amsterdam and Paris CDG. Also has flights to most major UK destinations. I found that travelling through the airport was relatively quick and hassle-free. Good bus service to the city centre which is about 10 km from the aiport and reasonably priced. Would recommend this airport to anyone living in the North of Scotland as an alternative to GLA/EDI. Further considerations for this small but expanding aiprt would be to add services to Spain and Italy as well as to some Central European cities such as Berlin/Prague/Warsaw.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'A Lamont', '', '2006-03-05', 'ABZ is a convenient airport with ever-improving routes to and fro. Work has begun on modernising the airport and there are more plans in the pipeline. ABZ is convenient and reliable. The only thing you can''t rely on is the weather there. That is the biggest problem with ABZ and there isn''t much that can be done about it.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Ron Dickie', '', '2006-01-29', 'Hopefully the new airport manager will manage to drag the airport in the 21st century. The new Servisair lounge for KLM/AF etc is a great leap forward although the suede chairs I feel may suffer from high mileage usage through a relatively short time frame. AF need to have a larger presence at check-in and these Servis air check-in crew need to be trained on how to put mileage onto a frequent flyer card even when I say "have you done it" they say "yes". I log in (around a month later) to find that my mileage has not been credited. As a local I shouldn''t really gripe but on the whole both air side and land side it could be a lot better. Maybe a trip to some of the Scandinavian airports would get their creative side into drive.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Dave Aiton', '', '2005-11-30', 'I have used Aberdeen International Airport extensively through the years and found it to be out of date and touch with modern international and domestic commuter travel the quality of the departure lounges are very poor and the delays when returning from international flights is disgraceful the baggage collection system whether domestic or international is pathetic.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Steve Gavigan', '', '2005-10-20', 'I have used Aberdeen Airport several times in the last couple of years and have not had any problems. Everything works properly and the staff are very friendly. The security checks at the departure lounge are most thorough.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Rob Wallace', '', '2005-04-23', 'When will they do something about the taxi rank? Its a little hut that holds about 40 people - often the queue stretches well outside - and at Aberdeen that is not a good idea. They also have sold the concession to one company so that other firms having dropped people off cannot pick up so you are stuck waiting for the chosen people to arrive.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Jane Newman', '', '2005-03-26', 'I use Aberdeen Airport frequently and am impressed with it. It''s a small airport but seems to have everything to cope with its passenger flow. I definitely recommend the newly refurbished ''Food Hub'' restaurant where the staff are very friendly and courteous. There is always a hot food menu with different choices to suit everyone a selection of sandwiches and delicious home-bakes - I always look forward to my meal there before I fly home!! The airport has gone through a lot of changes recently such as the larger renovated toilets the new ''Coral'' betting shop and the new departures layout.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Kevin Yates', '', '2004-10-05', 'I fly in and out of Aberdeen Dyce airport a lot and have seen a marked improvement over recent weeks. Larger toilet facilities at arrivals (where their was only 1 for men and 1 for women). KLM has vastly improved it''s check in facilities with usually 4-5 servis air staff in attendance. Departure lounge 1 has been improved with more seating. It could how ever improve it''s lost luggage office (a real mess) which you will need to visit if you fly KLM often. Security entrance to departure lounge has changed as well with two baggage scanners (1 only ever in use though) and one personal scanner which is the bottle neck and leads to delays. All in all though Aberdeen airport is fine.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('aberdeen-airport', '/airport-reviews/aberdeen-airport', 'Aberdeen Airport customer review', 'Jordan Dias', '', '2004-07-28', 'Nice small friendly airport with helpful staff. Not much to do there but the shops are ok and not crowded.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abidjan-airport', '/airport-reviews/abidjan-airport', 'Abidjan Airport customer review', 'Anoma Yao', '', '2014-06-30', 'Small airport but modern and clean facility. No hustlers in the terminal unlike in most African airports. Not much queuing at check-in immigration and security. Air-conditioning functions toilets are clean airbridges and no pax busses but poor amenities: no wifi tiny duty free zone and unattractive lounge.', '', null, '', 8, 5, 5, null, null, null, 2, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abidjan-airport', '/airport-reviews/abidjan-airport', 'Abidjan Airport customer review', 'Pedro Gil', '', '2006-12-20', 'I frequently travel through this airport and would note a couple of problems in an otherwise nice facility. First I''ve arrived on another airline and been unable to get help in the transit lounge from Air I''voire even though they are my next flight. You have to get somebody to take you to the front desk through a little back hallway and tip them. Second if you go through the passport desk they have plain clothed policemen without badges who demand your passport in the luggage area without identifying themselves. The restaurant in the departure area is much nicer than the one outside the ticket area where you check in.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abidjan-airport', '/airport-reviews/abidjan-airport', 'Abidjan Airport customer review', 'Grant Macpherson', '', '2005-05-28', 'I''ve been through ABJ Airport a number of times over the last couple of years and consider it the best airport in West / Central Africa possible one of the newest. Very clean and friendly with good security. Customs and Immigration take a while to get through but post 9/11 it''s no worse than in the States or Europe. Air france the main carrier to/from Europe has additional security prior to boarding the plane. Check in staff and airport Staff both landside and airside very helpfull generally very good Duty Free taking both CFA Euro Dollars and credit cards', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'David Pegg', 'South Africa', '2015-05-02', 'Flew on SAA from Jo''burg to Abu Dhabi and we were over the airport when the captain announced we were 12th in the queue for landing with a resultant 40 minute circle before landing. Once in the immigration hall in terminal 1 another 70 minute queue. It is obvious the airport cannot cope with the increased traffic and the passenger experience becomes very poor. In the past my wife and I used Abu Dhabi rather than Dubai but I am having a serious rethink.', '', null, '', 5, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abidjan-airport', '/airport-reviews/abidjan-airport', 'Abidjan Airport customer review', 'M Meiners', '', '2005-05-14', 'I had to visit Abidjan this January. There is no doubt the airport is more than a pleasant surprise: One would expect the worst for any West African ariport in general and even more for this one keeping in mind that the country is fairly isolated and suffering from heavy civil unrest and at the edge of civil war keeping most western travellers and business away. In fact the airport corresponds totally to European counterparts of the same size (fairly small thus). The terminal building is very new and has been totally rebuild in a quite recent past with all confort one can expect: Aircondition normal sanitary facilities and yes all is clean and in good working condition! On arrival jet aircrafts just dock at a direct tunnel connection to the building distances are quite short. All controls are very smooth with absolutely no bribes to give to any official. While standing in line for passport control a "doctor" passes trough the lines and checks vaccinations (Yellow fever is compulsory) e', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'James Anderson', 'Saudi Arabia', '2015-07-19', 'I flew from Bahrain to Phuket and back via Abu Dhabi. Coming in, the airport is overcrowded and the extra security checkpoint for transit passengers grinds traffic to a halt. Shopping is plentiful. Unfortunately, bathrooms all had queues out the door and dining options are all located in one small area upstairs, very far from the gates. After boarding, we spent an hour on the tarmac waiting for ground crews to load bags. On the return leg, we were piled into buses then driven out and parked in front of three different aircraft for 30 min while the driver tried to find the right plane. When we boarded, we again spent an hour waiting while ground crews shuffled bags around. After arriving in Bahrain it turned out that only 7 bags had been loaded for the entire flight. We spent another 90 min in line while staff in Bahrain tried to clean up the mess and report all the missing baggage. As of yet our luggage has not turned up. I will never fly through Abu Dhabi again.', 'Transit', null, 'Couple Leisure', 2, 1, 3, 1, null, 2, 5, 4, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Jay Sitlani', 'United States', '2015-07-14', 'Transiting through AUH is an ordeal, and lets down the very good inflight product of its dominant hub carrier Etihad. Herding transit passengers through a security line (and forcing premium pax into their own dedicated but much slower line) and requiring them to take their belts, shoes, watches, phones, plus anything else in their pockets off is absurd. And if you''re connecting to the US, then you have to repeat this farcical performance. A new terminal is being constructed, and while I suspect it will be posh and modern and beautiful, it will still be burdened by these transit procedures. Etihad is a fabulous carrier, but the transit at AUH will make me think twice before I choose it for my long haul travel needs.', 'Transit', null, 'Solo Leisure', 4, 2, 2, 2, null, 0, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Loay Osman', 'United Arab Emirates', '2015-07-04', 'Very confusing airport and not user friendly. Strange lay out. Lounges are cramped and not enough food and beverage outlets. Extremely expensive duty free. Bathrooms looks shabby and not very well maintained. Overall the airport looks very tired. Too many announcements. However AUH are building their new airport', 'Arrival and Departure', null, 'Solo Leisure', 4, 4, 2, 2, null, 1, 1, 1, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Shanmugasundaram', 'Italy', '2015-07-03', 'I had a 5 hour transit here and overall experience was good.The duty free shops were a bit crowded but could find some good stuff to buy. The staffs were experienced to handle the passengers of the delayed arrival flights to their transfer flights.', 'Transit', null, 'Solo Leisure', 7, 4, 4, 4, null, 4, 3, 4, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Nur Afiqah Rahmat', 'United Arab Emirates', '2015-06-15', 'I''ve lost count the amount of times I''ve traveled in and out of this airport, but I have been to all 3 terminals to review them here. Terminal 1: This is where all the other airlines (not low cost) flies out to and out from. Small considering its Abu Dhabi, where all the money is at. You are required to scan your luggage prior to check in and ''apparently'' only passengers are allowed to go there, even if you''re just there to buy flight tickets which is located inside. Only one small coffee shop before the immigration check for you to hang with your loved ones before you say goodbye. Inside the terminal past security, only few stores available, and all are tiny. Terminal 2: This is where the low costs airlines such as Rotana Jet flies in or out from. Terminal is tiny, looks like a ghost town with only one coffee shop that surprisingly has good food. Coming in to the terminal was another nightmare. I''ve flown in twice here and both times were jam packed. It''s as if the queue is never endi', 'Arrival and Departure', null, 'Solo Leisure', 4, 2, 3, 0, null, 0, 1, 0, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Paul Caunter', 'Thailand', '2015-06-15', 'Avoid this airport whatever class you are flying. Overcrowded, rude staff, lack of clean toilets, long queues. Etihad call it their home!', 'Arrival and Departure', null, 'Solo Leisure', null, 1, 2, 2, null, 2, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Mansfield', 'Australia', '2015-06-15', 'The most ridiculous experience at any airport. Get to gate 32 which is squeezed in a corner at the end of the floor and 1 hour out from boarding it is locked up. All there is is a tiny domestic sized lounge to sit on and wait. When staff eventually arrive there is another security screening with a manual bag search of every passenger to enter the gate lounge. No drinks purchased gate side of security are allowed into the sitting area so bottle just bought to drink while waiting goes in bin. No toilets once inside the gate either so onboard in an hour they are going to be popular! Basically if you are departing this gate you are trapped in a security hell. Avoid it at all costs. Not the way to end a long trip with many wonderful, efficient airlines and terminals. Though the Etihad airline experience has been good this part is just a bad joke. A reason to not fly Etihad via Abu Dhabi again.', 'Arrival and Departure', null, 'Solo Leisure', null, 3, 3, 1, null, 1, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Harsh Modi', 'India', '2015-05-20', 'Horrible airport. Baggage was lost because of airport mismanagement. Shoddily planned airport with some gates holed up in corner. Travel time between gates very high. Baggage handling very inadequate. Very confusing directions.', '', null, '', 4, 3, 2, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'G Vlcek', 'Australia', '2015-05-06', 'Sydney to London via Abu Dhabi with three hour stop over. Easy to navigate around airport staff very helpful shopping and food services adequate. Facilities very clean. Free wifi and plenty of charging stations for your phones. The only negative is that the air con is very cold you''ll need to rug up!', '', null, '', 8, 5, 4, null, null, null, 5, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Corey', 'Ireland', '2015-04-14', 'Long queues at baggage staff kept wandering away from their posts to chat to other members of staff. Once we finally cleared it we walked to where a man checked your passport and ticket. Another long queue for this. Walked a few more meters where we had to queue again for someone else to check our passport! I have no idea why! I was travelling with a child and the man at the desk was rude to her as she had not got her passport opened at the correct page! An airport I have no intention of visiting again.', '', null, '', null, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Rollings', 'United Kingdom', '2015-03-30', 'When I arrived in Abu Dhabi from Bangkok it was early afternoon. Airport seemed empty. It didn''t take that long to get through passport control even with a brief spell of getting lost and confused and also a stop off at the toilet - (although I do agree there may not be enough toilets) - Yes there was a queue at immigration but it didn''t seem burdensomely long (probably about eight people in front of me). The official was polite and smiled. I was processed relatively quickly as indeed was everyone else. My rucksack came reasonably quickly on the carousel even though I was one of the last people to join the carousel. My vehicle transfer didn''t show up. I was left wandering around the terminal building wondering what I was going to do. Eventually I was rescued by a kindly man who made a few enquiries on my behalf and very soon I was picked up and whisked to my hotel. My overriding memory of the airport was just how empty it was that and nothing else. As for duty frees - it''s a smallish a', '', null, '', 7, 3, 3, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Simon', 'United Kingdom', '2015-03-25', 'Trying to kill 15 hours in this place since we just found out my wife is unable to leave the airport. She''s a Thai citizen and the visa required to spend a few hours in Abu Dhabi will cost $70US and take 8 hours to arrange. Mine is free and instant. This information wasn''t mentioned anywhere when we looked yesterday. This airport is very small and dull - especially compared to Dubai. Etihad gave us some free meal vouchers at the transport desk which was unexpected. Shame this means McDonalds or the pasta place next door. I ordered spaghetti bolognese but got chicken curry. Free wifi is a plus. Airport hotel is very expensive and fully booked. Not too busy at minute but was rammed on our last visit. Won''t come back.', '', null, '', 2, 4, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Nascimento', 'United Kingdom', '2015-03-24', 'A taxi driver suggested to us that roadworks are never really finished in Abu Dhabi. They finish it realise that is was done wrongly and re-do it. Well pretty soon someone will realise that AUH terminal 3 is wrong… It is narrow cramped with a ceiling that makes me (6ft’2”tall) uncomfortable. If you are using or planning to use Etihad and AUH as your hub please understand: this is not DXB Terminal 3. Not even a poor version of it. It feels like a toy airport. Quite unbelievable how bad it is. Even DMK (the old Bangkok airport) feels more spacious. Hope you will not need to use the toilets. They are disgusting. With Dubai and Qatar nearby I don''t see the point of ever using AUH again. Etihad is not that great as an airline. Saving £50 here or there and having to transit through this is just not worth.', '', null, '', 1, 3, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Rita Sunman', 'United Kingdom', '2015-03-17', 'Having just been through this airport in transit 7/3/15 can honestly say this is the worst airport we have been in transit through. Firstly not enough toilets endless queues and wet floor in cubicles sinks in toilets broken no soap in dispensers no hand towels in dispensers. Not enough seating areas poor layout in all areas poor signage not enough refreshment areas for the volume of people. Terminal 1 - far too small for volume of people. We were in terminal 3 again not enough toilets or seating we had to stand outside gate 32 for 3 hours waiting for the gate seating area to be opened with hundreds of other people elderly infirm babies and toddlers all sitting on the floor because of no seats while we could see the gate area through the glass all locked off with hundreds of seats available but we weren''t allowed in to use them - this was disgraceful! We were allowed in 10 mins before boarding boarding delayed no explanation finally boarded the plane late take-off delayed for nearly an ', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Farnum', '', '2015-02-24', 'A joke and completely unacceptable. My parents flew in on a connecting flight from Frankfurt. They touched down at 21.45 but did not get out of the airport until 1.25am! They had to line up for over three hours at customs where they were made to fill out some new form whose English translation was completely ridiculous and impossible to understand. The customs official did not even look at this document when they finally made it to the customs desk! If Abu Dhabi wants to be an attractive tourist destination they are going to have to ensure speedy and efficient service at the airport which is your first point of contact with the UAE. Right now it is very far from being a world class airport.', '', null, '', null, 1, 0, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'H Prins', 'South Africa', '2015-02-24', 'I was shocked to experience the enormous waiting time to clear immigration - it took me three hours of standing in a slow-moving line of exhausted people. That is not what I had expected of a place that wants to attract tourism. Of course I will continue using the airport because it is a hub for if one wants to travel from Southern Africa to Asia but in future I will try my utmost to avoid this. Beyond belief.', '', null, '', null, 1, 3, null, null, null, 4, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'F Marc', 'Australia', '2015-02-18', 'Worst airport I have been to it is a complete mess. I strongly believe that this airport could not handle such huge amount of travellers. After a long flight transit passengers usually need a quiet place to relax change clothes use the bathroom and charge electronic devices. This airport could provide any of them. Toilets are full and are also dirty. People lie on the floor blocking the passageway while restaurants are all occupied there are no place to sit either. Even if I could sit somewhere power plugs can be hardly found in the gates. Trying to appeal as a luxurious airport while providing such poor facilities is not a good combination believe me. Next time I would rather fly via Doha or Dubai.', '', null, '', 2, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'G Gold', 'Australia', '2011-11-14', 'Transited through Abu Dhabi to and from Europe on a recent trip. Terminal Three is very modern and clean but badly laid out and crowded. Security was quick but the duty free area was very small. It states on the airport website that there are showers. When I arrived I found that the showers were the equivalent to the ones in changing rooms. How are passengers supposed to know to bring their own towel/soap etc. The customer service is very inefficient. I was redirected several times when asking for the gate for my flight to Larnaca.', '', null, '', 5, 3, 5, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Michael Schade', 'United Arab Emirates', '2015-02-12', 'I am a frequent traveller and I have seen my share of dysfunctional airports but nothing compares to the AUH airport. It did not catch up with its growth over the past few years and passengers have to pay dearly for that shortcoming. It took me 2h from stepping into the building until I reached the gate. There are long queues everywhere check in passport control security and even toilets. Staff are stressed and grouchy. There are at peak hours no seats anywhere in or near the gates. The old and rundown terminal 1 is even worse. I guess passengers have to put up with this till the new terminal opens in about two years.', '', null, '', null, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'D Crute', 'United Kingdom', '2015-01-19', 'Worst airport I have experienced. Very poor facilities nowhere near enough toilets for the amount of people. Long queues at security and rude staff.', '', null, '', 2, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'D Jacobs', 'Belgium', '2014-12-31', 'Transited the airport on the way to Ho Chi Min City ex. Brussels for the 3rd time this year. I''m a very frequent (business) traveller for over 30 years all over the world but Abu Dhabi ranks as one of the worst airports I have had to cross. The infrastructure cannot handle the massive inflow of passengers but the worst is that for some reason they ''forgot'' to install a sufficient number of toilets. I have never experienced not even in the most remote airports such a lack of toilet facilities. In the premium lounge there were a ''total'' of 4 toilets for men resulting in waiting lines of 10-12 people. Abu Dhabi rates itself very high and thinks it is upper class and grandeur but they are very wrong. Just the airport as such is for me reason to skip Etihad flights in the future or whatever flight uses this airport as transit.', '', null, '', null, 1, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'R Jones', 'United Kingdom', '2014-12-21', 'Terrible airport! For a growing carrier like Etihad and the traffic growth all around the gulf Abu Dhabi seems to be lagging behind everyone else. In terminal 3 there are 6 bag drop desks for most of the Etihad fleet (that''s over 100 a/c) and around 10 normal check in desks. Average queue time can be anything from 10mins to 1hr plus. Then all the passengers move across to boarder control where of course it is chaos again. Finally when you clear immigration and security you are presented with a terrible selection of shops restaurants and cafes and no seating what so ever (unless of course you don''t mind sitting on the floor or the edge of a flower bed). Then when your flight is ready to board there is a single file queue to one maybe two people checking passports. So the queue here for a B777 or A340 is 15mins+. Then you board the a/c and you are away. From the moment you enter the airport to boarding the plane it is a nightmare. I hope the new midfield terminal will be better. I cannot', '', null, '', 1, 1, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Maughan Jones', 'United Kingdom', '2014-12-10', '1st tine through and we have to queue to travel across the airport as the walkway has broken meaning no one can reach security. On the way home and there are no toilets all have closed for the last 45 minutes as they are out of water! It seemed quite poor generally but this is a joke.', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Rohit Raj', 'India', '2014-11-12', 'One of the worst International terminals I have traveled through in the last 5 years. This airport is simply not able to cater to the growing traffic and Etihad''s massive expansion. Took almost 2 hours to clear immigration. The staff behavior near the immigration counter is very rude and partial. Just 4 or 5 counters for foreign passport holders (GCC Passport holders have separate counters) and the queues were long. There is no space at all for sitting just one central area - crowded all of the time. Long queues on all tunnels leading to boarding gates as the same tunnel is used by the arriving passengers. This airport is full of chaos.', '', null, '', 1, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Andy Williams', 'United Kingdom', '2014-11-12', 'I used AUH on my recent trip to the Philippines as a connection. On both legs I spent only 3 hours in the place. Arrived at Terminal 3 but was departing from Terminal 1 on my outbound leg. The airport website tells you it takes 20 minutes walk but it was more like 10 but I travel light and move fairly quick. Terminal 1 was chaos! It simply is not big enough to house the traffic in and out. Long queues and very little seating. It is also very expensive even for just a drink. Inbound leg both flights arrived and departed from Terminal 3 which is much better. Still the queues into the gates are too long. Had my passport and boarding pass checked twice in the space of 10 meters. All in this place still only gets an average rating. I would use this airport again providing Etihad''s ticket prices are decent and hope I only have to use Terminal 3.', '', null, '', 5, 2, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Khurram Butt', 'United Kingdom', '2014-11-11', 'I travelled with two little children MAN-AUH-ISB return. On both occasions we had to go to terminal 3 from terminal 1 and I found it very smooth. Security facilities and every thing was perfect. All luggage was received quickly and in perfect condition.', '', null, '', 10, 5, 5, null, null, null, 5, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'L Mellor', 'Sweden', '2014-11-05', 'Last visited this airport in the 1980s. In a way I''ll be sorry to see it go as its tiled doughnut satellites have stood the test of time architecturally speaking. Compare this with the monstrosity at Charles de Gaulle which seems to have aged in less than 10 years. The biggest problem in landing at the international airport is it take about 15 mins to taxi to/from the runway as the new airport terminal construction means that there are a series of contraflow taxi ways. I read a lot of complaints but I took a family of three young children through the terminal at 2:00am and nothing but praise for the staff and services. The Merc Taxis are spacious and not overpriced.', '', null, '', 7, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Nadzri Mohd Alim', 'Malaysia', '2013-11-18', 'Avoid this Airport. I was in transit at this Airport twice. Once heading to Paris from KLIA and then on the return flight back to KLIA. Both transits were a major disappointment. Long walk from one terminal to the other. Poor signage. Only arrows pointing the gate numbers. Rude airport staff. Got yelled upon in Terminal 1 by Airport staff who told us to move on and not to group together in one area. Low ceiling which give you that choking feeling. Very hard airport seats very uncomfortable. Dirty toilets. Expensive food with limited number of food outlets. Limited number of duty free shop which are expensive with rude shop keepers. Airport staffs are not helping or clueless about their work. My flight got delayed for almost an hour on the Tarmac even though doors are closed and all passengers onboard. Avoid this airport.', '', null, '', 2, 1, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'GJ Kooij', 'Australia', '2014-10-20', 'Picture an airport where the following happens. You arrive and exit from the plane into buses without aircon in the sweltering heat next to an Air Berlin A330. After a while the driver emerges switches the A/C on and drives forever past building sites and runways driving driving at one stage right next to the taxiway so it looks like we''ll be clipped by a taxiing B747 driving driving until finally he stops at a rubbish tip. This is next to Gate 19 at an airport building. You enter into Gate 19 and learn that your connecting flight departs from Gate 53. Gate 19 is at a smallish circular building packed with people trying to find their way to other gates. Many need to go one floor up but the single narrow escalator has a 40 m waiting queue. So you take the stairs and follow signs for Gate 53. Walking walking round the corner past renovation sites walking walking oh look there''s a narrow walkway but it is clogged with people walking. Gate 53 turns out to be in the "new" part of the airpor', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Majid', 'Malaysia', '2014-10-14', 'Seriously this must be the worst airport in the world. Too many people too few seats too few restaurants and too many useless duty free shops. Yes there''s free wifi but it is agonizingly slow. Do not be duped by Etihad''s low prices when it involves transiting in Abu Dhabi. Avoid this airport at all cost. If you insist on transiting at this airport do it at your own risk.', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Callum Crichton', 'United Kingdom', '2014-09-14', 'Far too small an airport for the number of passengers. Staff not very helpful. Security was sloppy and as a result concerning. Its a shame Etihad is a very good airline but the airport is rubbish.', '', null, '', 1, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'R Matthews', 'United Kingdom', '2014-08-14', 'In transit from Australia with Etihad. Complete chaos around the boarding gate new passport control before going to the gate made this much worse. This is an airport to avoid its overcrowded and organisation is very poor.', '', null, '', null, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Dave Houlihan', 'United Arab Emirates', '2014-08-07', 'Recent flight in Business class from AUH to DUB all is fine for Biz check in but once you get to airside pure chaos. Place totally overcrowded shops poor Etihad lounge packed no space don''t even mention trying to board an aircraft with huge queues no Biz class priority and further security checks at the gate which has no waiting area. This is airport is severely effecting Etihads growth. I''ll stick to DXB.', '', null, '', 2, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Willem van Zijl', 'Netherlands', '2014-08-03', 'I''ve seen a lot of airports and thought it couldn''t get worse than Manila Airport. I was wrong. Abu Dhabi wins it on all counts. No seats no space crowded little toilets long lines everywhere desperate searching people with full busses to the plane a few very small restaurants where you only can pay with dirhams! But a lot of expensive luxury shops. House airliner Etihad constantly adding new destinations while the airport is already clogged with stressed transit passengers on the way to catch there next flight on time! Avoid this airport at all costs.', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Vivek Mathur', 'India', '2014-07-31', 'I was recently flying from BLR to ORD with a connecting flight at AUH. I expected my stopover at AUH to be pleasant. The experience was far from it. First of all directions to gates were not clear especially if you are not aware that your gate might be in a different terminal than your flight actually departs from. In my case my Etihad flight departed from the apron in front of Terminal 3 but my departure gate was Gate 8 in Terminal 1. When I got to Gate 8 (a very long walk from my arrival at the far end of Terminal 3) it was closed with nobody manning it and without any sort of notice. It turned out that the security screening for several gates was being channelled through a single line entering through a different gate although nobody was being told about it. The security screening process was slow. Once past the security process I had 2 hours to my connecting flight. Sadly there were no restaurants coffee shops or even snack counters in the departure area which had far less seating ', '', null, '', 5, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Robert van Buuren', 'Netherlands', '2014-07-29', 'Far too few seats for so many passengers. The airport was crowded and too small for so many passengers.', '', null, '', 1, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Joanne Morris', 'United Kingdom', '2014-07-27', 'Dreadful airport. Chaotic. Incompetent ground staff cannot/will not help. I have to fly around the world for my job but AD is the worst airport I have ever travelled through. Avoid at all costs.', '', null, '', null, 1, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'David Feehan', 'United Kingdom', '2014-06-23', 'Just returned from holiday which involved transiting at AUH. The boarding process at Terminal 3 is to say the least chaotic. Especially if your flight involves being bussed from the terminal to where your plane is parked and because of this (notwithstanding the tight connection times between a lot of Etihad flights) they never seem to leave on time. Facilities do leave a lot to be desired. With planned construction of a new terminal building you hope that issues such as being bussed to and from terminals (abnormal in today''s era of international airports) and chaotic boarding are ironed out. I''m not that optimistic though.', '', null, '', 4, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Danny Li', 'Netherlands', '2014-06-23', 'It seems that this airport can''t handle the rapid growth of Etihad Airways. Terminal is overcrowded most of the time. Very stressful airport to transfer from one flight to another.', '', null, '', null, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Vajahat Ali', 'Finland', '2013-11-01', 'It was my second time transferring flights at this airport. Sheer disappointment again after 2 years. Huge rush long queues and it seemed that nobody is taking care of passengers. I don''t know why they don''t have multiple gates or terminals to handle such situation. Also there are no sittings arrangements for the elderly or pregnant women. Etihad staff at airport were also not efficient. I suggest to avoid this airport and use Doha or Dubai as transferring city.', '', null, '', 5, 1, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('bandar-seri-begawan-airport', '/airport-reviews/bandar-seri-begawan-airport', 'Bandar Seri Begawan Airport customer review', 'Hugues Martel', '', '2004-11-17', 'The airport is relatively small but modern. Facilities are good and the airport is clean. There are few duty free shops but the selection is limited as no alcohol is sold in Brunei. Overall a nice and user friendly airport.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Wainwright', 'United Kingdom', '2014-06-16', 'Absolutely ghastly airport - the worst I have visited bar none. None of my flights left on time with a minimum of 90 minutes delay - so other connections were missed. What is the point of having an exclusive Etihad Terminal 3 if you are always dropped off at Terminal 1 - especially since there is no information that you''re actually in another Terminal. That''s after a convoluted bus ride of at least 20 minutes. So many flights taking off mine - due to take off in 80 minutes - couldn''t fit on the board so we were left to wander like the undead looking for information. The security queues were horrendous all 4 times with no organisation and plenty of attitude from ground staff. Took 2 hours to clear that on separate transfers. No obvious sign as business class that there was a separate queue for us and first though you wouldn''t have been able to get through the throng of people lining up almost to Terminal 1. The lounge was heaving and unimpressive. The only thing I liked in Terminal 3 wa', '', null, '', null, 1, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Marc De Baets', 'Belgium', '2014-06-10', 'I really did not like my stopovers going and coming back from Bangkok to Brussels. I do not understand why passengers on international flights must take a bus to go the terminal building (T1) or to go to the airplane from the new terminal 3. Toilets were difficult to find and not very clean. There is a lack of seats at the boarding gate and staff is not friendly. Avoid this airport if you want a relaxing transfer to your connecting flight.', '', null, '', 2, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Ron Leliveld', 'Netherlands', '2014-06-08', 'This is a very good airport with good services. everything is good from gate to gate. There is one thing and that is the security checks between terminal 1 and 3 that can cost a lot of time. We flight with Etihad from AMS to KTM and we have 2.5 hours between the flights and that was ok.', '', null, '', 7, 4, 3, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Howard Bartlett', 'United Kingdom', '2014-05-29', 'For the first time passed through Abu Dhabi twice. This month (May). Very crowded hardly any seating. I noticed they are building a new terminal building until this is open I will avoid Abu Dhabi.', '', null, '', 2, 2, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Sawar', 'United States', '2014-05-11', 'Would not recommend flying through this airport mainly due to lack of appropriate seating in at this airport including the business and first class lounges. Both the lounges were dirty and unkempt.', '', null, '', 1, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Carragher', 'Ireland', '2014-04-30', 'Terrible place considering the vast construction going on you would think it would be in order to provide a few seats for passengers to sit on. Information wise one hand does not seem to know what the other is doing. Gates change frequently and you need to be vigilant or you could easily miss a flight. T1 seating completely inadequate. Flight info boards not very prominent in such a crowded lounge and hard as it is to believe of the five international clocks the Abu Dhabi one was stopped. Gate 5 at T1 for Manila bound passengers is disgraceful. You have to sit on the floor then when the scanning starts everyone is herded into a small lounge which has space for about 80 people with half that amount of seating. Not very comfortable for the compliment of a 777.', '', null, '', 2, 3, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'G Raj', 'United States', '2014-04-10', 'I had a stopover at this airport of 8 hours. It was so cold. Everyone was freezing. Airports should have normal temperatures! The 8 hours I spent there were horrible. Abu Dhabi airports expectation of peoples cold weather tolerance is pretty high.', '', null, '', 5, 4, 3, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'K Rees', 'Australia', '2014-04-08', 'One of the worst airports I have ever had the misfortune to visit. It is simply chaotic a shambles. Staff running around with pieces of scruffy paper which apparently give aircraft arrival and departure times as the electronic boards were just plain wrong. Example 4th April Manchester flight signed as gate 51 - when you arrived there a man with a scruffy piece of paper said "No now gate 29". The food facilities and seating were of a very poor standard - it really is a third rate airport and that is being generous. Because of this I shall never fly Etihad again except I do have a return in July unfortunately.', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Derek Salter', 'South Africa', '2014-03-30', 'Clear signage - was transferring from T1 to T3. Long walk but easy to find way and not too crowded. Security lines short and simple. Most of T3 seems to be focused on shopping. waiting area once at the gate spacious but no toilet facilities one you have entered these areas and had passport and ticket checked so do that before you get to gate. Seating area outside of gates limited. Facilities seemed clean and bright. Ground staff can be surly and not very competent and boarding procedures rather chaotic - no plan to board plane - just a dash to the plane!', '', null, '', 7, 4, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Mark Baker', 'United Kingdom', '2014-03-17', 'Abu Dhabi terminal 3 departure area is no bigger than a small shopping centre and does not have sufficient seating or toilet facilities for the hundreds of passengers who pass through and in the case of a recent flight which was delayed 36 hours it proved to be totally inadequate. We had a limited choice of food with only half of the vendors accepting the boarding passes for compensatory meals. Queues built up to almost half an hour waiting for some people many of whom had children. Anyone has had the misfortune to visit Abu Dhabi international terminal 1 they would know that it is a small cramped dirty and very unorganised place. There are insufficient chairs and dozens of passengers were sitting around the floor in corridors and food spillage was evident everywhere even after I motioned to a cleaner. Toilets are unclean and insufficient for the number of passengers. Abu Dhabi airport does look very impressive from the outside the duty free/shopping area looks smart and there is a goo', '', null, '', 1, 1, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M J Mathew', 'Qatar', '2013-10-30', 'Came here for a conference on a Qatar airways flight. The staff were rude lots of confusion as to who goes where especially since I had a hotel visa which I needed to get as a hard copy. No proper instructions. Taxis are not laid out well as we have to exit the airport and travel downstairs in the heat outside to get one.', '', null, '', 1, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('chiang-mai-airport', '/airport-reviews/chiang-mai-airport', 'Chiang Mai Airport customer review', 'Simon Welch', '', '2009-04-14', 'A great little airport that I''ve used many times for domestic flights. It is not a shopping destination like BKK but it does the job just fine.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Buttle', 'United Kingdom', '2014-03-03', 'Transited twice recently through this Airport and on the first occasion it was a nightmare. I had been through once before luckily because you land at the old Terminal 1 something nobody tells you and have to find the small signs directing you to Terminal 3. It''s not easy to find through the various food outlets etc. You enter what seems like the entrance to a very large Tube Station and following the signs for about twenty minutes however we had to queue for about 90 minutes to get through security for entrance to the gates in T3 . A complete nightmare with large groups of travellers milling around and making no progress whatsoever. The security gates in chaos with the personnel shouting pushing getting passengers to take off belts shoes etc. If your lucky enough to survive this you enter the shopping area. Small compared with Dubai. There are no enough seats and gates often have wrong information at the entrance plus be aware that the gates from 28/32 means that you will have a trans', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Baughman', 'United States', '2014-02-04', 'This is really 2 airports connected by a long walk. The new terminal (3) is fairly modern but very bad and the old terminal (1) is awful. In T1 you have to queue past individualized security checkpoints into overcrowded waiting area pods. Sometimes several planes are leaving from the same pod and it can be incredibly chaotic. There is nowhere near enough seating. The food and shopping are ok for a small domestic airport bu not for an international hub. Judging by its looks Terminal 3 should be very nice but it has a lot of problems. You have to walk through duty free to get to gates and it is a congested maze. It is a 10-15 minute walk from the security point to the gates where the Etihad planes depart and they announce boarding long before boarding actually starts. Because of extra security there is not enough seating in the gate area for all the passengers so if you answer the boarding call you can find yourself sitting for 30-40 minutes waiting in an outer lounge for the gate lounge', '', null, '', 2, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Sebastian George', 'Australia', '2014-01-30', 'I''ve been through both Abu Dhabi and Dubai a few times. Etihad and Emirates as airlines provide nice services but I''d avoid Abu Dhabi airport if I had the choice. The airport is obviously striving for an upmarket feel but it''s quite cramped the organisation and staff are somewhat lacking there''s few opportunities for rest fresh air or natural light. The variety of food and facilities on offer is pretty limited too.', '', null, '', 5, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'David Roberts', 'United Kingdom', '2014-01-28', 'This is a new airport and its got to be the worst airport I have used it took almost 2 hours to get from our arrival gate to our new departure gate. The staff have no interest in helping you. How this airport works I have no idea its total chaos there is no organisation here. I will use Dubai or Doha in future.', '', null, '', null, 1, 2, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'P Asher', 'United Kingdom', '2014-01-23', 'Never flying Etihad again. Chaotic no information on the boards long queues for security with unfriendly staff shouting misleading instructions. Also on arrival I had to step over passengers sitting on the flight bridge (presumably they were waiting for the plane I arrived on?). It was the same on the return trip at a different time of day (01.00) so not attributable to a busy period.', '', null, '', null, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Irfan Faiz', 'Malaysia', '2014-01-23', 'Had to go through security once more during transfer and the lines were ridiculously long. The airport is constantly crowded in the mornings and narrow hallways make it a lot worse. Toilet facilities could be a lot cleaner. Also I had to walk to the other end of the terminal to board my connecting flight because I disembarked via shuttle bus. Overall the airport feels somewhat inadequate to support the influx of travellers. If you are deeply concerned with time I would not suggest this airport as my flight was delayed by an hour because some passengers can''t find their way to the gate.', '', null, '', 3, 2, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Gordon Walker', 'United Kingdom', '2014-01-21', 'We had to queue 90 mins to transfer flights make sure you have at least 3 hours between flights. It is the second time I have used this airport the first time I took it as a one off but both times have been a nightmare. I am glad my returns were not through Abu Dhabi. I think it will be Qatar in future.', '', null, '', null, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Dave Smith', 'Kuwait', '2014-01-08', 'Avoid this airport at all costs. We were transiting through it and still had to go through security checks. The queue was approx 200m long and it took us around 2 hours to get through. The airport is overcrowded the corridors not wide enough and direction signs very poor.', '', null, '', null, 1, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'H Kohl', 'Australia', '2013-12-09', 'I have been trough Abu Dhabi a few times. It is getting worse. Unfriendly people very long walk ways most Etihad flights don''t use an aerobridge bus transfer. Small departure lounges with two gates very bad communication which flight is boarding bad signage. Even the people in the premium lounge were unfriendly. If you can avoid this airport.', '', null, '', 1, 2, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Maddox Arhambault', 'Canada', '2013-12-02', 'It is like a Shopping mall. The free wifi was welcome but was slow. The walk from my arrival gate to my departure gate was unending. Tiring. You really feel like lying down for sometime. The lack of food options near the gates is funny. Expensive food and Duty Free are a put off. Wonder why you go through a security check again when you are just transiting. Staff are usually unfriendly maybe it''s a culture thing. Make money out of tired and miserable people is possibly the goal here. The flight to Mumbai was from a gate which did not have an aerobridge. Bus service from the Gate to the airplane reminded me of 1990s. The bus ride was a good 10minutes. Not impressed.', '', null, '', 3, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Maria Ioana', 'Romania', '2013-09-24', 'Transited in Abu Dhabi twice in August and September 2013. It''s one of the cleanest with helpful staff. It is indeed chilly but other than that it''s easy to get around and you really do have everything you need there even if you are "trapped" inside for more than 10 hours like I was. Oh and there''s also free Wi-Fi and comfy chairs with blankets which can make your "stay" a whole lot easier.', '', null, '', 9, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Nabil Al Atassi', 'Czech Republic', '2013-09-24', 'I have been using this airport for many years. Terminal 1 (old) used by most airlines is overloaded with poor services and only one poorly attended bathroom. Terminal 3 used exclusively by Etihad is a bit larger but again operating beyond its design capacity; with only three bathrooms and cheap cleaning contractor cleanliness is an issue mainly if you want to use the cabinets. Abu Dhabi is trying to imitate Dubai''s success but apparently without success. Amongst the three major hubs in the area Dubai Doha (till the opening of new airport end of this year) and Abu Dhabi Dubai remains the best. If you have a choice then avoid this airport.', '', null, '', 4, 3, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Varghese Mathai', 'United States', '2013-09-11', 'I transited through Abu Dhabi (onward and return) on the Chicago-Abu Dhabi-Mumbai route last month. The airport seemed to be too confusing and crowded with no proper signboards guiding you to the different terminals. All you see is gate numbers and you have to somehow know which terminal contains which gate numbers. Queues are pretty long and no airport official to guide/manage these queues. If you are travelling with infants remember that AUH doesn''t have any sort of priority for such passengers. So you''ll have to wait in the queues for hours. Airport staff especially at the ticket/transfer desks are unprofessional rude and have an indifferent attitude. I had booked a bassinet seat for my 10-month old baby but was told at Mumbai airport to try for the seat at AUH since most of the seats were taken. On checking at the transfer desk in Terminal 3 the guy at the counter lied and said that I already have bassinet seats only to realize otherwise when I boarded the Abu Dhabi-Chicago flight ', '', null, '', 1, 1, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Dean Hone', 'Australia', '2013-09-03', 'I recently travelled to Europe through Abu Dhabi and to be honest I was less than impressed. My main concern would be that the terminal lacks staff and desks to process the amount of guests coming though at any one time. (Inbound and Out). On our return journey the customs software went down (Aug 2013) which happens but the time to get the system back up and operating was extremely slow (2 hrs). With major events like the Grand Prix coming up I really hope they ramp things up to accommodate for the crowds expected. Just small things like customs staff wearing iPhone headsets under their head dress and they have absolutely no interest in being welcoming at all. Then the Taxi system waiting outside was totally out of control there were no lines or order to the process the waiting passengers it was every man for himself with Taxi''s at one stage 3 deep across the road with people walking around moving cars. Appalling would be a word that comes to mind.', '', null, '', null, 2, 5, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Lynn', 'United Kingdom', '2013-08-05', 'I am sitting in Abu Dhabi airport and can''t believe I am in same place as other reviewers. I agree it is a bit chilly but not uncomfortably spans it is 02.00. The staff have all been very polite and helpful all public areas are very clean and tidy and toilets are spotless with attendants sweeping out cubicles unformatted each use. I can genuinely see no problem here whatsoever.', '', null, '', 8, 3, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'K Morrison', 'United Arab Emirates', '2013-07-23', 'Avoid this airport. Toilets are digesting not enough toilets rude immigration staff who are lazy and slow - would seem that they take delight in seeing how long they can take to process people. We waited for 3 hours at 2.00am to be processed while "security" were escorting others to the front of the huge lines - so lines were not moving at all! The signage boards and sequencing of services does not exist or work. Food options are limited expensive and disappointing. Same goes for shopping. This airport does not cut it amongst the international airports and we have travelled in many. We are regular travels into and out of Abu Dhabi and at least 90 percent of our flights leave at least an hour late. It is normal practice for us to sit on a plane for over an hour prior to it taking off. It is also normal practice for Etihad to wait for late guests who just dawdle in. It is also normal for passengers to try and swap seats like their choosing from an a-la-carte menu - we have been asked to ', '', null, '', null, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Yvette Giannake', 'Australia', '2013-06-30', 'I found this airport quite unpleasant. This is my second stopover here and I''ve found the staff unhelpful and uninformative. Our flight has now been delayed by 50 minutes without explanation the toilets are gross and the air con doesn''t work in there and they took my water when I went into the waiting area for my flight despite my having just bought it 5 minutes earlier on my way from the previous flight. In future I will avoid this airport.', '', null, '', 3, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'N Sutherland', 'United Kingdom', '2013-03-25', 'I''ve been through AUH several times in recent years it''s always been at night and it''s always very busy. This time I had a tight daytime connection (1hr 20 mins) and the inbound flight was 1hr late. Not a problem - the airport was extremely quiet at 9am no queues at all in Security and Etihad held the connecting flight until all the transit passengers had boarded. All very civilized and not at all like short connections in Dubai.', '', null, '', 7, 5, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'C Heidtmann', 'South Africa', '2013-03-13', 'Had a connecting flight from SA to Dubai and Dubai to London. Airport was fine but very busy. Had to walk quite far to find information boards. Not enough toilets for the amount of passengers also not enough seating areas. Long walk to the boarding gate.', '', null, '', 5, 2, 4, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Cooper', 'Australia', '2013-02-04', 'The airport was clean with average facilities but the reason for the low score is the queue time at immigration. I got off my flight at 2am having flown business class into Abu Dhabi. There were 30 immigration counters open each with at least 60 people queuing. The process was so slow with staff leisurely processing customers at a rate of 3 minutes per person that it took 3 hours to get through. There were people complaining all around and the people stamping the passports seemed to be operating ''in their own time'' which was extremely slow interspersed with conversation and joke breaks between counters.', '', null, '', 2, 1, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'D Salter', 'South Africa', '2011-11-24', 'A bit unsure given the previous views here. But very pleased. Excellent signage super staff easy transfer good food and duty free. Seating is limited but sufficient. Announcements clear and sufficient. Boarding easy and painless. Much better than I had expected and would be happy to recommend the airport for anyone transferring. I used terminal 3 only - I cannot review terminal 1.', '', null, '', 10, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Humayun', 'United States', '2013-01-17', 'Yesterday I spent about 18 hours at this airport. Too many people coming and going through this airport but it doesn''t has enough facilities to handle them. There are very few bathrooms with missing lights and toilet rolls. Some has faucets which don''t work. Because of huge number of people that used them there aren''t enough people to keep them clean. It took me 50 minutes to get visa as only 4 immigration booths were open. Also there are not many people who speak English to guide/direct travellers. Signs are clearly marked but information on monitors is not always correct. For example my flight was at 1.45am and around 12am monitors started showing "Last Call". My flight got delayed to 2.45am. Though monitors at airport showed flight delayed but at 1.45am started showing that flight was closed. Also gate information wasn''t correct and that upset many people.', '', null, '', 3, 2, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Eggleton', 'United Kingdom', '2012-12-14', 'I travelled with Etihad from Melbourne to London. I don''t know what terminal I was in but I wasn''t that impressed. It was quite small and confusing. Lots of staff telling people where to go and you could quite easily go the wrong way and miss your connection. Facilities were ok but I was only there for half an hour so didn''t use them or any of the shops. It could certainly do with improvement.', '', null, '', 6, 4, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Monsen', 'Denmark', '2012-12-13', 'A transfer airport to avoid. I travelled from Turkey to Australia with a stop-over in Abu Dhabi and it was not a pleasant experience. Apparently 1.5 hrs hour is not enough to catch your flight - unless it''s delayed which mine (luckily) were. It took about 25-30 minutes to get out of the plane onto a bus and drive to the airport. Then you had to walk to the transfer gates and stand in line for another 30-40 minutes for another security check meaning you are left running for your gate because boarding closes 20 minutes prior to take-off. You do not get to skip line because boarding for your flight had already started - quite frankly they make a huge deal out of stressing the difference between economy and first class passengers - only the latter are treated nicely. The information boards are not updated so only once I had arrived at the gate was I told that the plane would be delayed. At that point you''re stuck in a gate with no access to any facilities. On the plus side there is free wi', '', null, '', 2, 1, 0, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Vandendriessche', 'Belgium', '2012-11-09', 'We just got off the plane from Brussels. Everything looks new however services and information are below par! One expects some kind of way to see which gate your connecting flight is at. In addition to that: our flight had an inexplicable delay of more than 2hrs 20mins for which no apologies or information was shown at the gate. One upside: free wifi.', '', null, '', 4, 5, 5, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Michael Buttle', 'United Kingdom', '2012-10-10', 'Landed at T1 instead of 3 found airport to be confusing after speaking to transfer staff found tunnel to T3 long walk allow plenty of time T3 badly designed with lack of information on flight departure boards very confusing with code sharing flights constantly changing far too quickly toilets down stairs from departure gate shops not stocking all brands of cigarettes/drinks. Poor boarding procedure. I know Dubai is very busy but it''s a much better designed and constructed airport. I shall not be rushing back to Abu Dhabi.', '', null, '', 3, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Bob Stanbrook', 'Australia', '2012-09-19', 'Airport is nothing special but not unpleasant. However every time I have been through this airport (three times) my luggage has ended up somewhere else! Don''t know what is wrong with the luggage handling at this hub but it is not working.', '', null, '', 3, 3, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Philip Loveder', 'Australia', '2012-09-16', 'Abu Dhabi Airport isn''t the most appealing of the world''s airports but does have some virtues. The duty free stores are well stocked and the upper level food hall adequate enough. However (and this has been pointed out in previous reviews ad nauseum) the air-conditioning is just far to cold for normal passenger comfort. Virtually everyone had blankets over them while waiting for flights! The flight information boards are quite inadequate and even flights scheduled less than an hour from departure may not make it to the board. Seating is limited outside the direct gate areas.', '', null, '', 5, 4, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Harold Bush-Howard', 'United Kingdom', '2012-09-16', 'A very unpleasant airport. I connected from London to Bangkok thinking it would be a nice experience to travel via a Gulf airport as so many people are doing the same. Never again. It was bad enough dealing with ghastly food on Etihad. The food options at Terminal 3 are limited and very expensive. Also the fast food on display looked as though it was there 48 hours before. Not very pleasant at around 20 dollars for a similar meal which In London would cost less than half. A small bottle of water cost around 6 US dollars. Not many places to sit but lots of shops. Abu Dhabi makes Frankfurt and Paris look charming clean and efficient for transiting. Never again.', '', null, '', 2, 3, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'N Sutherland', 'United Kingdom', '2012-08-09', 'Been a couple of years since I last travelled through AUH and nothing much has changed - completely useless flight information screens poor choice of duty-free goods and eating options and absolutely brutal air conditioning. On the plus side the airport is built on a human scale and is easy to transit through there''s plenty seating and access to clean toilets (things that Dubai fails badly on). For me it''s currently the best transit airport in the region.', '', null, '', 7, 4, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Andrew Reid', 'Egypt', '2012-06-28', 'Three and a half hour transit for CAI-AUH-MEL in terminal 3 only. Coldest airport ever! AC is set so high we had to get our jumpers out. Very spacious clean and lots of seats. Kid''s play area is ok but mostly for under 6''s and just a few cars and a play house. Free wi-fi and computer terminals. Not much to do for that length of wait - as a transit point it needs more activities. Also even though departure gate was directly next to arrival gate we had to walk to the other end of the terminal to the arrivals area clear security and then walk back again to the departure gate.', '', null, '', 5, 4, 5, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('barcelona-airport', '/airport-reviews/barcelona-airport', 'Barcelona Airport customer review', 'R Handelman', 'New Zealand', '2010-10-30', 'The new T1 is immaculate and clean. Plenty of shops in the Schengen area and no shortage of seats on this early morning flight. Security and Check-in was very quick as well.', '', null, '', 5, 5, 5, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Mark Wilkins', 'United Kingdom', '2012-06-06', 'Transfer from MAN to BKK. As a Silver member of an Etihad guest I can access the Al Reem lounge which is a big plus apart from duty free not a lot of things to do apart from free wifi. However as previous travellers note at peak times the security clearance for transit passengers can be very poor - I saw the longest line yet all the way back to T1 nearly on the way out but no queue at all for the return flight. Like a lot of other airports need to plan better for peak periods early morning early evening - if they do this it would get a lot better reviews.', '', null, '', 7, 3, 3, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Patel', 'United Kingdom', '2012-06-04', 'One of the worst airport I have ever crossed so far. We landed at Gate 34 to catch a connecting flight at Gate 17. After walking 20 minutes I came across a big banner "Gate 17" and there is no gate underneath! After catching somebody with airport badge came to know that its closed and have to go through Gate 1415 and 16 to go to Gate 17! Once inside there is no water no toilets and highly inadequate seats for 5 gates in that area! No electronic board showing which flight on which gate anything. If you need water go back to the main mall area and then again come back via security checks! Even worse for the families. First time I came across a situation where families are told to seat while they send across single and passengers without kids to the aircraft and 5 minutes into the bus boarding activity airport officials realized there are no additional bus and they sent the families in the same congested bus!! As far as possible I will not travel again via Abu Dhabi. One mistake is enough', '', null, '', 1, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Saira Khan', 'Canada', '2012-05-28', 'The airport has come a long way but travel through AUH is still a rude awakening for many people. There needs to be better management and more thought put into the finer details. My biggest complaint is about the process (time delays) for eye scanning that passengers are put through. Management needs to realize that when there is a line with 100 arrival passengers but only one employee working this is extremely inefficient and irresponsible. There is no one monitoring this section of the airport so you''ll have people who are impatient pushing and going through to the front of the line. In this section of the airport there is no seating for passengers after a long flight. People are left waiting for hours just waiting with no fans or air conditioning! After speaking to many people who have also flown through AUH and DXB they have said the experience left a negative outlook regarding travel to UAE.', '', null, '', 4, 1, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'F Brusse', 'Australia', '2012-04-23', 'Very unimpressed! My husband and I arrived in Abu Dhabi after a 14 hr flight from Australia. The airport is chaotic staff are fairly brusque and not helpful and there is nowhere to get a shower. In addition the Al Reem lounge was advertised as being accessible to certain MasterCard holders. The fine print as we were told at said lounge''s check-in counter is that this is only for cards issued from Africa and the Middle East. Alternative option is the airport hotel which only rents rooms for the day. The place gives the impression of giving the ups to ordinary mortals like myself who travel economy. When compared to other airports like Singapore Seoul Hong Kong Tokyo Osaka Bangkok this place leaves a huge amount to be desired. Won''t be flying Etihad again if I can avoid it.', '', null, '', 2, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Kurt Mueller', 'United Kingdom', '2012-04-14', 'MAN-AUH-DAC. Arrived at T1 Gate 7 and my onward flight was on the same aircraft at the same gate some 90 minutes later. You can''t beat that for convenience. T1 is clearly more cramped than T3 which I have used before and I found the ATMs hard to locate without directions from staff. Ironically before opening up the scanners at Gate 7 the security team there used the passenger waiting area as location for their smoking break - in direct view of the no-smoking notices. Makes you wonder about their professionalism.', '', null, '', 7, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Ahmed Zuhairi', 'United Arab Emirates', '2012-04-08', 'Terminal 1 has now been refurbished and has a fresh and spacious feel to it. The new First/Business Class lounge is excellent for food quality beverages cleanliness showers etc. For a long stop over pay the lounge price for a good meal and relaxing time. Immigration takes no more than 5 minutes. Taxi''s plentiful outside.', '', null, '', 9, 5, 5, null, null, null, 5, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Kurt Mueller', 'United Kingdom', '2012-02-29', 'My first transit at AUH from DAC to MAN. Arrived at T3 with about 70 minutes between flights. As my departing flight also left from T3 the walking distance involved was refreshingly short. No queues at security. Only back-up was at document checkpoint at the gate. If you don''t want to be forced to go through the duty free shop simply use the toilets after security as they have a second exit that leads to the gate concourse. My connecting flight left from a remote stand necessitating a relatively short bus transfer. All together a smooth and comfortable transit experience.', '', null, '', 8, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Taylor', 'United Kingdom', '2012-02-09', 'Through AUH to BAH. Arrived at a remote stand and bussed to Terminal. Clear signage made it easy to navigate along with plenty of Departure screens. As previously stated quite busy so seating can be a bit hit and miss but they can be found. However after 7 hours in the air a walk about was most welcome. Boarding through Gate 18 was bizarre a doorway that actually led to Gate 17 and 18. Even weirder was that two flights were through this door at the same time which led to confusion for passengers. Security was a drag with two flights passing through one metal detector and two x-ray machines. They got it sorted and we were bussed to another remote stand. Return was at night. Arrived at another remote stand and again a bus to the Terminal. I was travelling with an infant access to a stroller would have been advantageous at the gate. Upon arriving at Flight Transfer we found a fleet of strollers. Why position them here? A reasonably long walk down to Gate 34 (10 mins) with plenty of seatin', '', null, '', 8, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Michael Owenir', 'United Arab Emirates', '2012-01-30', 'Very bad experience with this airport definitely will never travel again through it. Very bad attitude from immigration staff. E-gates rarely working and no one there to help.', '', null, '', 5, 3, 4, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'B Lynch', 'Vietnam', '2011-12-13', 'AUH even though it has a ''new terminal'' is seriously deficient in the security area where queues can stretch back along the moving walkways/escalators. Their Etihad airport lounge is cramped and uncomfortable and the free internet stations in the terminal usually on 60% operational.', '', null, '', 3, 4, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Brian Coulson', 'United Kingdom', '2011-10-31', 'MAN-AUH-MEL return. Passed through T3 on the outward leg but had to switch from T3 to T1 on the return. Both Terminals were clean and bright with good facilities. Seating is at a premium but was to be found. The only frustration was that we arrived and left from adjacent gates in T3 on our outward leg but had to walk miles at the upper level to go through security to descend to the lower departure level. The only reason for this that I could see was to ensure that you went through the duty-free shopping area. The return arrangements meant we had to switch from T3 to T1 but staff were on hand to direct you and it was all quite painless. My first experience of UAE and I would not hesitate to use the airport again.', '', null, '', 9, 5, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'K J Walsh', 'Australia', '2011-08-08', 'I found the signage between Terminal 1 and 3 to be very poor with no indication of which terminal certain flights depart from. Not enough toilets in T3 is another issue however free internet was a bonus though.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'R Thompson', 'United Arab Emirates', '2011-07-25', 'Appalling experience in Terminal 1. There was no restaurants operating. The only food/drink outlet Starbucks was overwhelmed and ran out of most food items. Seating inadequate.', '', null, '', 1, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Nelson Yap', 'Australia', '2011-07-17', 'Hot muggy 34 degrees at 2am in the morning and no Air conditioning. We felt like we were in a sauna. Plus I don''t understand why we need to go through about 3 separate security points when on a connecting flight. 1 is fine but 3? We haven''t left the airport we just got off the plane and we are going on a connecting flight and we were already screened at Heathrow which has very strict security protocols. The wifi is slower than dial up Internet. Terminal 1 is weird the whole place from floor to ceiling is tiled like a bathhouse no windows. Terminal 3 is better because it is modern with floor to ceiling glass so it feels open. I don''t know what Abu Dhabi will do to improve their staff because they aren''t friendly helpful.', '', null, '', 2, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Alison Hemming', 'United Kingdom', '2011-06-15', 'Was impressed with the staff at T3 I have always found that a smile helps. I was treated with courtesy at all times - even passport control officer wished me a pleasant stay. Upon departure there was a long queue for economy check in and I was asked if I would like to check in on the First Class desk to save me waiting.', '', null, '', 5, 5, 5, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'P Vinnakota', 'United States', '2011-06-07', 'The airport is small overcrowded and needs improvement. The seating is limited. At some gates if you clear the security then you cannot use the restrooms! The air conditioning was barely adequate for the heat and the crowds. The signage is poor. The signs are parallel to the gates but one walks perpendicular to those signs. The staff were a bit gruff and impatient.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'N Sutherland', 'United Kingdom', '2011-04-03', 'Passed through a couple of times - T1 to T3 connection and another connection within T3. 2 hour connections both ways so no problems. T1 is a crowded dump. Signage is poor in both terminals and T3 is a 10-minute walk. Transit Security seemed pretty disorganised but only took a few minutes. T3 had plenty Duty Free Shops with prices similar to DXB. Eating options were adequate and no problems finding toilets. Air conditioning was a bit brutal and there appeared to be plenty of cold people in the middle of the night. Biggest criticism for me were the dreadful flight information screens which are tiny and only covered departures up to 45 minutes ahead - you didn''t know which gate to go to and the single information desk wasn''t even manned. On balance I think I prefer AUH to DXB for a 2 hour transit - at least AUH is built on a human scale.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Stephen Taynton', 'Kazakhstan', '2011-01-09', 'I have used this airport on a number of occssions but until recently did not see how bad it is. I usually go from the plane to the transit hotel to the lounge and then to the plane. But this time I was unfortunately travelling economy and experience the nightmare of Abu Dhabi - it is just a bad airport with staff not really knowing what they are doing saying "yes you can find a trolley around the corner" I nearly walked to London and did not find one. The transfer between terminals is a nightmare with no rationale between what you should do - and with the upgrading in Terminal One the problem is worse. And don''t get me started on the rude staff who are the transit hotel. Avoid this airport for your sanity alone.', '', null, '', 2, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'E Andrean', 'United Kingdom', '2010-10-22', 'On arrival at Abu Dhabi airport from Heathrow we were shocked to see a small area of poor quality overcrowded seating and just a shabby very expensive cafe. Other than this there were some duty free shops. There was a general shortage of toilet facilities. All very depressing when you know you will be spending 6 hours there on your return journey. Etihad might have nice lounges for business and first class passengers but these facilities are not available to economy class passengers. The security check point for transfer passengers was heaving with queues of people and we found it very confusing. When I reached the front of the queue they sent me away because I was missing a tag? On our return journey we paid to use the "Hotel Lounge" which was worth every penny.', '', null, '', 2, 1, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Neyrinck', 'Belgium', '2010-10-10', 'T3 is bright clean with speedy security and passport controls. The transit zone before/between flights is not a place to spend more than 2 hours (limited choice of food and shops) but not a bad experience either. T1 is in an another league: old and worn okay for arriving at but not a nice place to depart from. All in all a basic but efficient airport as long as you pass through T3.', '', null, '', 3, 5, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'Mark Bickerton', '', '2009-05-24', 'The international terminal is nice and quite well organised but there is nothing much to do there. The domestic terminal is madness especially between 4pm and 7pm when many flights depart for Lagos. Its more like an old bus station than an airport and I am not sure the security is that strong (last time I was there the boarding passes were handwritten on small pieces of photocopied paper)', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('helsinki-vantaa-airport', '/airport-reviews/helsinki-vantaa-airport', 'Helsinki Vantaa Airport customer review', 'Heather Garnett', '', '2008-12-15', 'Great airport to use - no hassle no queues- only for security very well signposted plenty of seats and shopping.', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Stevenson', 'United Kingdom', '2010-09-19', 'Transfer at AUH from LHR enroute to CMB and on return journey. Arrival at AUH Terminal 3 - this is the first time in many years I''d passed through Abu Dhabi and T3 was new to me. Fairly typical modern airport terminal - clean spacious lots of steel and glass. 10 minute walk to Terminal 1 for connecting flight - while still architecturally eye catching showing its age and feeling a bit sticky. 10 or so free internet terminals several of which weren''t working. On the return flight we taxied to a remote stand and were bussed to a gate close to terminal 1. Long layover of 6.5 hours. While deciding what to do I was approached by a friendly airport employee who explained my options including (as a UK passport holder) the option to pass through immigration and leave the airport if I so wished. In the end decided to find somewhere quiet to try and catch up with my sleep. Rather than proceed to my departure gate I went up the elevator to the arrivals floor and walked back towards terminal 3. Li', '', null, '', 3, 5, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'H Mel by', 'Norway', '2010-06-23', 'Terminal 1 is horrendous in every way and spending any more than 1 hour there is excruciating. A few days ago I had a 5-hour layover in Abu Dhabi airport not knowing which terminal the departure would be from upon landing. Knowing what terminal 1 was like I feared the worst. Thankfully it was from the new T3 which is a huge improvement. I must say the "most improved airport" award that AUH has gotten is really deserved. T3 has plenty of shops plenty of places to eat (which is severely lacking in T1) and plenty of computers with free internet (there were never any lines). It is also clean and looks very modern with actual windows unlike the old terminal. Staff were also quite friendly. When looking at the departure board a staff member immediately approached me and asked me where I was travelling and directed me towards the appropriate gate. I wont mind transiting through this airport for future journeys as long as it is through T3.', '', null, '', 4, 3, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Montavanio', 'Italy', '2010-05-10', 'The new Terminal 3 is a huge improvement on Terminal 1 with upgraded facilities and overall good passenger experience. Not much to complain about other than the limited seating provided for passengers at T1 and then some rude abrupt and unfriendly police at security checkpoints who has the ability to make any traveller feel most unwelcome for using this airport for travelling purposes.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'K Guest', 'Germany', '2010-05-07', 'After a 14+ hour flight I was looking forward to getting a hot shower and a relaxing nap in the airport hotel or at least in one of the pay-for-service lounges during my 8 hour layover. We landed in the new terminal (3?) and whilst at first glance its nice clean and new looking I soon discovered there were very few directional signs no shower facilities no airport hotel or lounge facilities (unless you''re Etihad silver or gold member) hardly anywhere to sit nothing to do at all except buy duty free items or line up for 30 minutes of free internet and finding an open information desk was a huge achievement. I was eventually told I would have to go back though security and walk over to the old terminal if I wanted a shower but after having dealt with the rude security staff I declined. Its a real pity that the new terminal is so poorly outfitted will make me seriously reconsider flying Etihad if I have a long layover again.', '', null, '', 2, 3, 5, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Matthew Naz', 'Australia', '2010-04-11', 'I am surprised at how a major airport hub like AUH could run with no facilities what so ever apart from the free internet. I had a very long 12 hour transit in AUH en-route to Cairo from Sydney and was ashamed at the service of facilities. I admit the new terminal 3 is a big push into the skies from the old terminal 1 but there''s still more pushing up to do if they want passengers to enjoy their transit in AUH. I have also departed and arrived in AUH and would give them a thumbs up at the services offered during departure and arrival but check in is a nightmare with all Etihad flights checking in from the same line of desks.', '', null, '', 3, 1, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'R Watson', 'United States', '2010-02-14', 'Part of an airport''s ranking and reviews should depend on how they deal with a medical emergency. I was flying from AUH 2 weeks ago and a passenger in his late 50''s dropped to the floor in the duty free. It took almost 15 minutes for a doctor to arrive at which point the passenger had died. A person approached the airport manager about this delay and was told if he did not mind his business he would be detained by the police. Abu Dhabi airport is tiny compared to other major airports where medical staff reach the scene within 3 minutes.', '', null, '', 2, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'M Baughman', 'United States', '2010-01-23', 'Etihad staff nice but the equipment is dysfunctional. Then there''s all the back and forth between the new terminal that is fairly nice and the old terminal which is a dump with a glittery paint job. There are some pluses though: a special business/first class check-in in a separate space and a dedicated immigration officer that covers all airlines. One staffer there was kind enough to go track down a lost sketchbook for me after I had already gone through immigration. The business lounge for BA and other airlines was too small for the number of flights served at peak.', '', null, '', 3, 3, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Geoffrey Wyndham-Jones', 'Kuwait', '2010-01-03', 'In transit only although a change of terminals was required in both directions. Terminal 1 is the old terminal which is short on seating although architecturally interesting with the tiled mushroom in the centre. However seating is limited food choice is limited and the place is kept over-airconditioned. Terminal 3 is the new terminal and is more spacious with better facilities and a greater choice of eating places: if you are in transit it may be better to stay in Terminal 3 until an hour before your flight and then head across to Terminal 1. Security for transfer passengers changing terminals is reasonable with plenty of space and barriers to direct passengers. I was quite impressed.', '', null, '', 5, 3, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Abrams', 'United Kingdom', '2009-12-01', 'Transited AUH both ways. Modern airport with what seems like miles to walk from arrival gate to security and back to departure gate. Long queue for transit security. Usual duty free shops but not very cheap. Free wi-fi signal very weak in food court area. Smell of tobacco smoke everywhere despite the airport being non-smoking in public areas the sliding doors to the smoking booths do not close fully allowing the smoke and smell to permeate through into the rest of the airport.', '', null, '', 3, 3, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Bill Jones', 'Canada', '2009-11-26', 'Arrived from LHR on BA at 8pm. Slightly amused by the "greeter" in local arab dress at the gate welcoming deplaning passengers. Didn''t have the personality for it I suppose. Walked through aquarium-like central area (lime green and blue tiles) and off to surly immigration. All our information was manually entered into a computer painfully slowly (key-by-key) and then collected baggage. Was a pretty quick once past immigration though crowded. Airport also appeared to have the lingering smell of cigarette smoke. Airport seemed very crowded and is probably going to be expanded at some point. Car to city was as expected. Airport was not what you''d expect from an oil-rich city-state.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Farouk Mogheth', 'Czech Republic', '2009-11-15', 'Flying through Abu Dhabi (Bangkok to Munich and back). Both flights with Etihad gave me only 2 hours transit. It was a nice experience from and to my destination. The new part of the terminal was clean crowd free and easy to navigate through. I guess I was lucky to bypass the rush hour. WCs clean fair amount of shopping and a couple of food venues. Security fast and efficient. A good airport to fly through.', '', null, '', 5, 5, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'P Sims', 'United Kingdom', '2009-07-16', 'In and out of Terminal 3 this week. Very poor facilities for food and drink. In duty free I looked at cameras and Ipods. Both seemed expensive and on checking my preferred items they are cheaper on the UK High Street than so called duty free in Abu Dhabi. Buyer beware!', '', null, '', 2, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Patel', 'United Kingdom', '2009-07-02', 'The view of this airport may depend on what terminal you arrive and depart from. I was a transiting passenger at the new Terminal 3. This is a terminal with plenty of seating internet access points and adequate duty free. Security was quick and easy and the terminal had plenty of toilets which were clean. I''m not sure what the rest of the airport is like but if you are travelling through Terminal 3 it was a very pleasant experience.', '', null, '', 4, 5, 5, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Carters', '', '2009-05-24', 'I had the unfortunate pleasure of having a lay-over at AUH airport Terminal 1 a while ago. The place is small and it was ridiculously crowded and there was no place to sit anywhere. It was in general a very uncomfortable experience with a smoking area so disgusting that even after a 7h flight into AUH I passed up on the chance to smoke. I was glad to just go to the gate (located in between the shops) and wait there. Once the security check was starting it was a men-first situation and the women had to wait until the men had passed through. It was the flimsiest security check I have ever had the metal detectors were beeping quite often but everyone was waved through anyway. Never been happier to get onto a crowded plane just to get away from there.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Fiona Cameron', '', '2009-05-04', 'Terminal 3 may be more unique than Terminal 1 which is like any terminal anywhere in the world admittedly Terminal 1 is more spacious which is a plus and there were numerous powerpoints which I saw a family use to plug in the portable DVD player to keep the kids happy. There were computers in Terminal 1 with free internet access which helped pass the time on my overnight stopover. Security checkpoints were not as traumatic as I expected and all in all it was as bad as I was dreading.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'R Bath', '', '2009-04-18', 'Just a transiting passenger both directions. New terminal is a vast improvement although long walks are required and it''s kind of boring. Old terminal building with its interesting but terrifying decor is a shocker. Advice: Toilets upstairs are far better than those downstairs (the worst I''ve ever seen at any airport). Coming back Business Class lounge and transfer hotel OK.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'A Newton', '', '2009-03-10', 'A lot better since the new terminal 3 has opened. a lot more spacious and even at their busiest time between 11am - 3pm not a problem. a few duty free shops and places to grab something to eat. not bad at all compared to T1.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'P Nixon', '', '2009-03-03', 'A fine airport with all the mod cons if a little cramped for the volume of customers currently using it. The unique architecture is a welcome break from the beige and glass structures so common in modern airports and although the facilities are spartan they fulfil the purpose. The staff are heplful and pleasant with the exception of security. However I''ve had far more unpleasant experiences with security personnel at other transit hubs in the region these guys should are par for the course.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Pathirana', '', '2009-01-26', 'Having the displeasure of using this airport a couple of times I have now preferred using Dubai and that is saying something. Extremely dull airport ridiculously tacky terminal which has no space at all. Can get very crowded. Toilets are horrid. There''s been talk of expansion and the little expansion that has happened is barely noticeable (more check-in counters at departure). Rude officials at arrivals and I have had my bag searched every time I have come through here. Etihad is a nice airline to fly and it''s a shame that it is served through this sad excuse for an airport.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'J Song', '', '2009-01-13', 'I had to go through this airport during my flight from KUL to DUB. Inbound at 8-45pm and outbound at 2-55am - horrible. It took me 30mins from bus to the terminal and once the bus had set down the crowd of people in the bus were lost - where was the exit? The alley used to enter the terminal was also used to go on board and there were no signs dividers. We managed to find our way through by asking for directions to other passengers who were going onboard. As for the terminal itself like all reviews below avoid it at all costs. No seats and if any very uncomfortable seats plus annoying announcements every minute - it gets more annoying if you can''t find a place to sit. The duty free shops are a rip-off too. It takes 10 mins to get around the airport and with its dome shape and tiles on the walls the noise echoes throughout and with the announcements its a nightmare! The security checks were over- secured and literally for every passenger they took about 5 mins to interview asking why di', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'S Adewale', '', '2007-03-03', 'In Nigerian standards relatively clean and organized. However I was bored out of my mind when waiting for my flight because the shopping and entertainment possibilities is nil. Overall and compared to Lagos domestic terminal this airport is paradise on earth.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Pasindu Karunaratne', '', '2009-01-06', 'Hanging around in any airport is to be avoided and in Abu Dhabi all the more so. It is a deeply boring place to have to spend any time there being nothing much to do. The seating – what there is of it – is comfortable. The airport seems tiny. The mosaic dome makes a change but it allows voices to echo so is noisy. This is exacerbated by the continual – and I mean continual – announcements which are also impossible to understand. There is a Costa so you can get a good cup of coffee and pay in £ if you wish. I didn’t particularly notice the smoke that so many people have complained of. Crowd control is southern ie long queues and lengthy processes. The toilets are reasonably unpleasant. Shopping is very limited to the usual Duty Free fare of watches perfumes cigars and alcohol. There are no quiet places to sleep so if you have an 8 hour stop-over during the night as I did you are going to have little fun. You can get a little sleep on the carpeted floor in the passages to the gates. All ', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'S Sharma', '', '2008-11-30', 'Etihad was a pleasant experience travelling between Sydney and Manchester but the stopover in Abu Dhabi was a big disapointment. Had 2 hours to spend here in either direction and found the airport to be small crowded noisy and smelling of cigarette smoke. Finding a seat and getting comfortable was next to impossible and hearing the announcements over the humdrum was difficult too. Hopefully the new terminals and expansions will do justice to the airline that the airport serves.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'T Vincent', '', '2008-11-07', 'I flew with Etihad from BRU to BKK with a 2 hours stopover in AUH. At first sight I found the terminal quite original and nice (the green mosaic); but tiny and really overcrowded. The terminal is non smoking but this is theory as it smells cigarette smoke everywhere. In fact there are smoking areas in bars but no smoke extractor so the whole terminal looks like a smoking room. Going from the 2nd floor to the 1st one using the stairs is hazardous as smoking is not prohibited in the piano bar between the 2 floors. Toilets are on the 1st floor. There look really old fashioned and are not so clean (lot of water on the ground). So what to do when you are in transit? There are 3 bars/snacks but it''s almost impossible to find a seat. Prices for drinks are OK. Not so many duty free areas. Ideal for short stopovers as it takes only 5 minutes to go from one gate to another but probably the worst airport I''ve ever seen for people in transit. I expected much better for a city like Abu Dhabi.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Pasindu Karunaratne', '', '2008-09-28', 'I went through this airport a few weeks back on my way to London from Abu Dhabi on Qatar Airways and to be honest it is one of the most disgusting airports I have been through. My flight was at around 11:30 pm and the airport was crowded and finding a place to sit was out of the question. It is way too cramped and crowded. It is a real shame that a fast developing country like the UAE does not have a decent airport to go through it is not as if Dubai is any better.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abu-dhabi-airport', '/airport-reviews/abu-dhabi-airport', 'Abu Dhabi Airport customer review', 'Steve Unsworth', '', '2008-09-01', 'I have travelled through Abu Dhabi between London and South East Asia several times over the last few months. A layover here is as recorded elsewhere deeply unpleasant when it is overcrowded (typically 10pm to 2am). Use Qatar or Emirates to their hubs rather than Etihad. The only good thing I have to report is that a critical comment left in their suggestion box stimulated an e-mail apology and promise of better things post the completion of new facilities which arrived before I got back home 12 hours later!', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'Alan Wan', 'United Kingdom', '2012-02-28', 'On arrival as we flew Business Class we were near the front of the line for immigration. Baggage did not take too long to arrive. Finding a taxi was not obvious but a friendly airport employee walked us across the car park to the taxis - make sure you agree a price in advance. When we departed Abuja although it was quiet and there was no one in front it still took an hour to check-in. Bags had to be x-rayed and PAX go through a metal detector bags then manually weighed and manually searched after which we could check- in. Due to a computer crash boarding cards were manually written - however ground staff later gave out printed cards at the gate. The business lounge was rubbish but at least the sofas were comfy. At the gate all passengers and bags were searched again - by very friendly staff.', '', null, '', 6, 2, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'A Cobo', 'United States', '2011-08-08', 'Abuja international arrivals greets you with a long immigration line. Only one booth is set up to accommodate a complete flight with another booth for dignitaries and diplomats. One can stand for over 1 hour in this line while the immigration clerk scrutinizes your passport and visa. The people are generally nice and polite the airport is clean. AC is mediocre. International departure was crowded and not very comfortable and in most places extremely hot. Food options are limited. Abuja national terminal is another story. Very hot limited seating not so clean limited food options and crowded. There are no flight departure screens. In general an unkempt image.', '', null, '', 2, 1, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'Antonio Tettamanzy', 'Brazil', '2011-04-14', 'It was better than expected but can be quite messy sometimes. Currently (April 2011) the road which connects the airport to town is under maintenance and traffic at peak hours is nothing less than crazy so program yourself to go there early. In the passengers lounge there is absolutely nothing to do but a couple of convenience stores to buy soda and crackers. Toilets are decent but with no towels nor soap to wash the hands.', '', null, '', 3, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('abuja-airport', '/airport-reviews/abuja-airport', 'Abuja Airport customer review', 'C Stafford', '', '2010-01-31', 'Upon arrival from Amsterdam on KLM I went to use the bathroom and there was no garbage can and no toilet paper. The airport was cleaner than I expected. I think it''s better than Lagos actually. Our luggage failed to arrive with us and we were told to come back in 3 days time to pick it up! We weren''t going to be anywhere near Abuja in 3 days! We were told later by the airline (after we got back to the US) that they should have delivered it to us. (It was a 6 hour drive one way by the way.) Leaving was a nightmare. They had no record of our changed flight days and had no way of checking with our credit card (we were told that''s all we would need to verify our changed dates-a credit card.) We were told to step aside while they helped other passengers. Then we were sent to one person who told us to go to another person etc etc. It took two hours to straighten out the mess and that was only because my husband had to beg the woman to let him use her computer so he could check his email whic', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Hans Gross', 'Switzerland', '2013-12-23', 'This time it took 2 hours instead of the usual half hour for landing and immigration. The huge delay was caused first by a ''parking problem'' for the aircraft second by the malfunction of 2 of the 3 luggage conveyor belts. For the return embarkation Emirates with its 300-seater had set the check-in period to from 12.30 am (instead of the usual 3.30 pm) until 5.30 pm which did not prevent a delay again of 1 hour for the take-off at 8 pm. The main annoyances of this airport have persisted over the last 10 years: Passengers may enter soaked with sweat and cannot have a shower (I go to the Landing restaurant and try to wipe myself in the toilet room). The sweating continues in the departure hall which is only half air-conditioned. Announcements can barely be understood as there is a cacophony stemming from the sound of TV''s and the voices of passengers. It also remains amusing to count the number of passenger controls and checks: there are 4 by the airline and about 6 by other airport staff', '', null, '', 3, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'D Tan', 'Malaysia', '2013-03-25', 'Lack of air-conditioning facilities. Officers going through your bag after check in to "ensure" nothing illegal definitely made my luggage messy after hours of arranging and packing at my hotel. Asking passengers of certain zone to board first which all have to board the first bus and other subsequent zone will board the 2nd bus. In the end both buses arrived at the plane at the same time making it crowded. If that is the case what is the point of asking passengers of certain zone to board first? Totally disappointed with the staff/officers in the airport.', '', null, '', 3, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'P Mayo', 'United Kingdom', '2012-05-10', 'I think arrangements have changed since some of the earlier reviews. Go straight to your check-in desk on arrival or you could try the check-in machines if you have hand luggage only. From check-in go upstairs to immigration; you need to complete a disembarkation card which is just before the immigration queue. After queuing there you queue again to go through security. This can take some time. Once through if travelling business etc. there are two executive lounges the first one seems to get really crowded last time I went people were standing in there. If your airline or lounge card allows you to I would carry on toward gate 1 and use the lounge there which seems more roomy comfortable and generally more tranquil.', '', null, '', 5, 2, 2, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'A Fleming', 'Ghana', '2010-06-13', 'I have been through Kotoka International Airport more times than I care to remember and the attached domestic terminal a couple of times. Against most other African airports I have passed through (around 30) it is at the top end and there is an evident desire to improve. The airport is relatively small has only two gates for international departures and there are an ever increasing list of carriers adding Accra to their routes. Departure is not usually too bad security keeps the majority who may bother travellers at bay. Many first time passengers do not realise the need to go to the extreme right end of the airport for a customs check before going to their check in queue. This can result in additional queuing for the uninitiated as there is no signage. There are well in excess of 20 counters so whilst it can be crowded in the evening as others mention it is not unmanageable. Passengers must go upstairs for immigration and here is the best eating place in the airport - the only problem', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'E Tompkins', 'United Kingdom', '2010-06-12', 'No one tried to grab my bag or to bundle past me no one even offered to carry my bag for money. Not sure if this issue of being hassled is still an issue anymore? People were friendly (as I found throughout Ghana). There are lots and lots and lots of checks - I think 8 in total including immigration - just accept it and allow time. Air conditioned throughout. The restaurants are on the Ghana side of immigration - it does all the Ghanaian dishes food was OK a bit expensive but fine. Also there is a place that does burgers fries sandwiches etc. Food on the other side is limited so if you are hungry and want more than a sandwich eat the Ghana side of immigration. All European planes leave about 9pm hence there are a lot of people going through about 7pm. KLM say they close their check-in desk 2 hours before flight leaves - don''t know if this is true as I didn''t test it! I took the advice of the airline and checked in before 7pm and then waited in the middle waiting area - after immigratio', '', null, '', 3, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'G Davis', '', '2010-01-25', 'Arrivals into Kotoka are not bad. You clear immigration pretty quickly and they have a traditional baggage carousel where the bags come out. Lots of people hassle you for money once you get outside the airport but that is to be expected. Departures are another story. They say to arrive 2 to 3 hours ahead of your flight and that is no joke. It takes forever to go through all of the boarding pass and passport checks. There are too many to count. In addition there is only one x-ray security scanner at each of the two gates and so if you have two large planes leaving from the same gate as was the case for me you have some 600 people filing through the one security scanner area. It was complete mayhem as people who are late for their flights or who don''t feel like standing in line just push right to the front of the line and no-one stops them. Once you are at the gate area there are no shops and only one very dirty restroom for 600 people. All passengers for all flights are crammed into the', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Hans Gross', '', '2009-06-03', 'This airport improves slowly but steadily yet seems never being able to cross the 3 star barrier even for the class of airports in a developing countries. Until one gets to the airplane one has to pass a record number of checks and controls: At the entrance to the departure hall there is a control point where people are refused who don''t have a ticket. If you are White you will not be checked here. Before you can join the queue to the check-in you must show a passport and a paper which could be your ticket. Before you really enter the queue to the check-in they check your passport and ticket. Then you can proceed to the check- in. In my case I had to wait half an hour before the counter because the system was not working. In due course the staff filled out the forms by hand. Then you go upstairs to the passport control. Before you enter this room there is another check point where you show passport and boarding card. Security check. Real passport and visa control and stamping. General ', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('antwerp-deurne-airport', '/airport-reviews/antwerp-deurne-airport', 'Antwerp Deurne Airport customer review', 'H van der Maarel', '', '2007-04-26', 'ANR-LCY vv. recently with VLM. Early morning flight on a Saturday back on a Monday evening. Antwerp is a small airport and due to the low number of passengers it functions efficiently and fast. My time from plane to car on the way back was about 10 minutes which includes waiting for my luggagee !', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'A Annor', '', '2008-12-31', 'Kotoka International Airport has improved over the years but a lot more work has to be done I must say. They need to get the RIGHT people to work for them and not have money scavaging people who will try and get into your pockets for all you have by trying to help you. You will think they are being nice but at the end they want you to cough up. Some of the staff there are quite rude and I can''t understand why they won''t allow people who aren''t travelling [those accompanying travellers] to come into the airport. Most staff have no manners and take no notice of you they push you from one corner to the next and do not sympathise which really hacks me off. I should be proud of my country but I am not happy at all they really need to fix up in everything they do. I do not like the way customs open up your bag and search manually by taking things out and expect you to put it back in which is ridiculous its time they got with technology.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Hans Gross', '', '2008-12-15', 'This time my departure was not as usual in the late night when most flights to Europe go but in the late afternoon. This avoided being among the masses of passengers for different flights in the gate hall. What confused me this time were the passport controls which where labeled with IMMIGRATION apparently due to reorganisation. Control points: 1. Before check-in. 2. Check-in 3. Before passport control 4. Passport control. 5. Before entering gate. 6. Before entering airplane.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'R Kwabena', '', '2008-09-04', 'The airport has improved overtime but there is still a lot more work to be done. Baggage claim is such a hassle. Airport is still riddled with wrong people who want money for themselves. We can do much better than this.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'C Hawk', '', '2008-07-02', 'The airport continues to improve. By no means are the services where they could (should) be but they are better than before. As more and more business travel moves through Accra the law of supply and demand should help improve the quality and efficiency of the airport. The baggage claim is woefully lacking. Food is marginally adequate. Need to get rid of people outside of airport trying to "help" you.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Hans Gross', '', '2008-05-10', 'The number of controls has decreased from former 8 to 6. After the entry I should have shown my ticket although flying ticketless. I explained them that now most flights are ticketless hence the control unnecessary. At check-in I got a boarding card indicating that I should go to the gate (an uncomfortable place) at 21h30 although the flight was to be at 23h30. At 22h30 I was able to hear an announcement telling to go to the gate 2 (the visual information system did not work). There was a long queu already waiting so I went back to the hall. The next message heard was that another flight announced for gate 2 was redirected to gate 1. So a flock of people walked away and I went to the gate once more without having to wait for the entry control. I was asked for the ticket and the same dialogue began as before. They said I could not fly unless I would show a ticket. In order to show what they meant they order another passenger to show ''a ticket''. It was a flight confirmation on a shabby p', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Melissa Hartmann', '', '2007-02-13', 'I was in transit through Accra twice recently flying between Johannesburg and London Gatwick on Ghana International. The airport is quite basic but functional and the staff are all very friendly if not particularly efficient. On the outbound flight we didn''t even enter the terminal building due to a very tight connection but 3 hours on the return was more than enough to explore the very limited options. Any transit longer than 4-5 hours would be unbearable if only because of the horribly accented announcements every 10 minutes trying to sell you a raffle ticket.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Kwabena Yeboah', '', '2006-07-29', 'The airport overall has improved from my last visit in 2001 and continues to go thru major renovations to bring it up to modern standards. The departure process has improved and the departure lounge could use updating. The air-conditioning system has significantly improved and is cooler and more consistent. The arrival process has also improved and this time around I was not too harassed by the bribers; I didn''t see much of that on arrival however Ghanaians living abroad are still subjected to minor harassments and covert bribery attempts on both arrival and departures by staffers checking baggage and performing unnecessary baggage checks in attempts to part with travelers belongings. This needs to stop! I hope the renovations are completed by the 2008 African Cup to accommodate the many travelers who will pass through the airport.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Eric Simpson', '', '2006-07-23', 'I wasn’t sure what to expect on reaching Accra despite having read previous comments. It turned out to be a slightly surreal experience There are no airbridges. Passengers were bussed the short distance from the aircraft to the arrivals wing. A long poorly lit corridor led to the somewhat shabby immigration hall. Not perhaps the best first impression for arriving passengers. Clearing immigration and customs was a slow process however the officials seemed to go out of their way to give first time visitors a beaming “Welcome to Ghana”. Baggage reclaim proved to be a bit of a scrum. The public area of the arrivals level was much brighter and more modern in its décor but it felt somewhat empty and unfinished. The most intimidating aspect was being approached and asked for a tip to provide security by someone clearly eyeing up my luggage. Fortunately the driver meeting me arrived at that moment and whisked me off safely. Departing Accra provided a somewhat different experience. The outside ', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Graham Martins', '', '2006-03-06', 'Accra airport has improved a lot from the old days but still has a long way before it catches up with even its colleagues in Lagos nearby. No jetways poor airconditioning and dysfunctional signage are only three of the problems it faces. The only saving grace is the friendliness of the hardworking staff. My flights on both Ghana International and Aerocontractors left in the middle of peak hours but the airline staff did a wonderful job shepherding us through snaking immigration and security lines. There is construction going on everywhere so it can only bode well for a more improved terminal in due course.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('alicante-airport', '/airport-reviews/alicante-airport', 'Alicante Airport customer review', 'John Kenny', 'United Kingdom', '2011-10-16', 'Arrival from Stansted a breeze straight through immigration. On departure 10 minutes through to departures. Not keen on being forced to walk through tax free shopping area. New terminal very bright and airy although a long walk to Ryanair departure at area B. Extensive catering choice but as has been said already prices very expensive.', '', null, '', 8, 4, 5, null, null, null, 4, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Eric Mensah', '', '2005-11-21', 'Accra airport has improved tremendously since the start of new national carrier Ghana International Airlines. There is a special chec kin area for the new airline and everything moves quickly and with efficient staff (mix of local Ghanaians and Americans). Immigration checks are still very long and the airconditioning does not work so it is very unpleasant. Duty Free shopping is good and prices are same as London mostly. Boarding area is still under construction so passengers are taken in buses to the planes. Arrivals however is very quick and efficient. My baggage from GIA flight had arrived before I reached the terminal building which is faster than I have seen in any other airport. Overall great potential for the airport if this can be maintained.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'John Federspiel', '', '2005-11-16', 'Having been there three times during the past 18 months many things have changed for the better. Back in 2004 I was impressed by how quick my baggage turned up and the warm welcome by the immigration officers on my first visit to Ghana. Not so impressed by dirty toilets though taxi drivers and baggage carriers offering their service "proactively" after arrival immigration officers worrying me seriously on my first departure from ACC. Summer 2005 clean toilets working air condition at the departure gates friendly staff. Duty-free shopping facilities were ridiculously overpriced for some items though. Autumn 2005 quick baggage delivery after arrival nobody asking for "food money" in the airport short cues and loads of immigration officers available on departure - you could actually understand the announcements done through the PA system.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Fadi El-Eter', '', '2005-06-03', 'Kotoka must be one of the funniest airports I''ve ever visited. As soon as I arrived I had the feeling that I arrived to a developing country. First I had to walk from the airplane to the airport under light rain. Waiting for the luggage was another joke as it took a hell of a long time and there was also this guy with a chalk marking all the luggage that were moving on the carpet (no idea why). Eventually I went to customs (I had nothing to declare) yet my luggage was searched 3 times. It was actually the first time that my luggage got searched in front of me let alone 3 times by 3 different people. I discovered later that the customs people were doing this in order to get money. Oh and all through the way there were staff asking for money. I specially remember that guy who asked me "What did you get for your nice friends in Africa?". Now when departing I was amazed to see that the gate looked exactly like my class when I was 11 or 12 I guess: crowded all people facing the same directi', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Li Mu Bai', '', '2005-03-21', 'I have been using Kotoka International Airport for the past three years and very time I travel I fear the worst. The airport has only two departure lounges where passengers seat like they are in school bus all facing in front. On Fridays and Saturdays when there are several flights departing almost at the same time the departure lounges are full to capacity. The situation is worse when flights are delayed and it is normal to find more 500+ passengers in a lounge meant for not more than 200 people. Air-conditioning in the lounges does not work well and the TVs make so much noise that it is impossible to hear the announcements. The Duty Free shops are extortion points selling items for prices that are way above the normal price. Indeed there are renovations going on at the airport but the benefits are yet to be seen. A couple of years back customs officers used to connive with “helpers” (trolley pushers) and armed robbers and several passengers arriving in Accra had their items stolen. T', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Sindre Riddervold', '', '2005-02-28', 'I have been at Accra Kotoka International several times during the last couple of years. You definitely get the feeling of being in a third world country from the moment you arrive. But the facilities at the airport has improved the last years. It is smart to be met by someone at the aiport especially if you travel alone and it''s your first time in Ghana. Be sure to check in at least 3 hours before your flight departs.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Alfred Blankson', '', '2004-08-14', 'My seventeen year old daughter was returning to us alone to London. Despite having stamped UK visa and both Ghanaian and British passports and being a minor an immigration officer bullied and harassed her on a late night flight (she was last in queue) while she was also feeling feverish. He extorted £100 off her claiming she was the sister of the person in the passport and pocketed the money.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Rohit Lakhani', '', '2004-05-25', 'I''ve had the pleasure and unique opportunity of checking-in at Accra''s Kotoka International Airport on several occasions. The general service and style of the airport that of a third world country airport. Regular delays of flights inattentive staff and long slow-moving queues. However this all adds to the personality of the airport. It has character. Before your flight you can grind on some tasty kebabs at the thatched-roof kiosk near the parking lot. I do feel you can enjoy this airport if you go with an open mind and adventurous spirit.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('accra-kotoka-airport', '/airport-reviews/accra-kotoka-airport', 'Accra Kotoka Airport customer review', 'Sasha Tufuor', '', '2004-04-03', 'Kotoka airport has certainly been "cleaned up" in terms of its appearance. Unfortunately I cannot say the same about its personnel staff. My most recent encounter with Kotoka airport was on 31 March 2004. It''s certainly left me disappointed enough to want to write this email. Having arrived over 2hrs early in order to check in for my flight I then had to endure the following frustrating events. Having checked in I made my way to what appears to be a "Security Point". I was asked to complete an immigration card. As I didn''t have a pen I asked a member of staff to lend me his. I was totally ignored. Another traveller (a Ghanian man) who was obviously as embarrassed as I by this apparent curtness informed me that I would be seen to soon. Meanwhile an official with his family were waved through before my request was attended to. This particular member of staff made no attempt by way of an apology for ignoring me for a over five minutes. I completed the card and handed it over. He took it e', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'J Pfaeler', 'Germany', '2014-10-20', 'Unfortunately a very chaotic and less organized airport. No scanners no displays at the gates less staff who can help toilets dirty. Also luggage got lost. Only manual unloading sorting and loading. So my luggage arrived at Dubai instead of Frankfurt! Safety is minimum. Staff very friendly. They do their best! Less announcements lots of mistakes at the flight lists (flights missing etc.).', '', null, '', 2, 1, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adana-airport', '/airport-reviews/adana-airport', 'Adana Airport customer review', 'William Foran', '', '2007-10-04', 'Adana is in the southern part of Turkey and so the grounds of the airport are full of palm trees and other desert flora. It is chaotic as the previous reviewer has commented. What was amazing to see was aircraft taxiing in on the same part of the tarmac as passengers walking in from their recently landed flights. I recommend the restaurant on the second level. The food was terrific ( it is frequently so in Turkey) and the view (Including the aforementioned strange combination of people and aircraft) was very entertaining. Most of the flights are domestic/commuter flights and therefore the airport is otherwise very quiet apart from the morning and evening rush hours. Yes one could get a whiff of tobacco smoke or strange odors in the terminal but this is the middle east. One should take these differences between our world and theirs in stride.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adana-airport', '/airport-reviews/adana-airport', 'Adana Airport customer review', 'Robert Clark', '', '2006-05-17', 'Adana Airport is a chaotic airport at best yet not as bad as airports in other countries that surround it. There are two terminals to the Adana Airport Domestic and International. In most cases the International side is only for the pilgrimage flights to Makkah Saudi Arabia and some limited flights into Northern Cyprus. The Domestic side starts with citizens wanting to take your bags up to the security screening (right at the entrance to the terminal). They will expect a tip for this very small action. Tell them "hayir saa olun" and you''ll be left alone. You''ll put your bags onto the belt and your passport will be checked. Even if you are flying domestically have your passport on you at all times. They will check the validity of your visa and if you have over-extended your welcome. Once you are through (P.S. Security does not speak English so bring some phrases with you) you will have to go to the airline of your choice. Even if you have no luggage and paper tickets you will still have', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Attila Szaz', 'Hungary', '2015-08-01', 'I choose Ethiopean Airlines from VIE via ADD to SEZ and back because of the reasonable ticket price. I checked the comments about ADD and they looked ok. It was the worst airport I have seen. Dirty seats, water leaking from the roof of the terminal building, awful smell everywhere. 3 people can fit in the smoking room and 30 smoke in front of it, no wifi, no connection for the credit card terminals, unorganised line ups at the rude security checks. No elevators for baby strollers, 30 mins waiting at the toilets, incorrect information on the screens, etc.. Ethiopean airlines was ok, the crew and the food were fantastic, but because of ADD airport, I will never fly with them again.', 'Transit', null, 'FamilyLeisure', 1, 1, 1, 2, 1, 2, 1, 1, 1, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Michelle Costa', 'United Arab Emirates', '2015-07-10', 'I stopped here on route from DXB to EBB (July 2015), and again on the way back to DXB. What an awful place. The facilities are adequate at best, the staff are rude and unhelpful and the prices in the shops are ridiculous. A total rip off by reference to anywhere else I have seen. I shall never use this airport again, either as a destination or for transiting.', 'Transit', null, 'Couple Leisure', 1, 3, 2, 1, null, 1, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Andy Deacon', 'United Kingdom', '2015-05-25', 'My first ever sight of Africa (en route to Lilongwe and then car to Zambia) love the chaotic feel and different cultures passing through and I like to chat with different races. One day I would like to spend time in Addis instead of being just in transit there. Ok its not perfect but hey life would be boring without a bit of hassle. My only gripe is the toilets not enough for the amount of people passing through. I will be there again in July en route to my wife in Zambia.', '', null, '', 8, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'G D Bucknall', 'United Kingdom', '2015-03-20', 'I flew from Juba to LHR via Addis Christmas 2014. Reasonable airport facilities food and drink expensive souvenirs more of a rip off than usual toilets cleanish in the international terminal. Crazy part I was not allowed to take my duty free bottle of spirits bought in the airport through security. I had to either put it in my backpack and check it in to hold baggage or abandon my booze at the gate. No warning of this crazy rule at either duty free shops or at the security gate. Only airport more chaotic in the region is Juba. Not my choice of route and I only use it because it is my employers decision. Ethiopian airport staff very friendly and really do try to assist. Best part of the Addis / Heathrow flight is the fairly new Boeing Dreamliners used on that route.', '', null, '', null, 1, 2, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'A Finnigan', 'United Kingdom', '2015-03-04', 'A very disappointing end to a great holiday in Ethiopia. The airport is reasonably comfortable but poor facilities after check-in and everything is unbelievably expensive by any standards not just Ethiopian. Only thing reasonably priced to spend leftover money on is a coke or water for $1 otherwise forget it even a tiny fridge magnet goes for $12! Airport staff either unbelievably stupid or just plain annoying. Told me I couldn''t go through security with a small bottle of water that I just bought in the duty free shop. So basically they are saying there are lots of duty free goods to buy but when you go through to board your flight they will be taken off you because they are bot permitted through security absolutely brilliant! I was forced to drink the water before going through then when boarding my flight back to London saw that the guy boarding in front of me had a half full bottle of coke in his backpack pocket. So what on earth was that all about? An airport that cannot possibly b', '', null, '', 2, 3, 3, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'M Noormohamed', 'United States', '2015-01-19', 'This is a very chaotic and crowded airport. There are plenty of monitors to show destination gates and departures. Staff are very friendly but get overwhelmed because of a lack of information. They do their best. Our flight to EBB was cancelled and instead we were all put on a flight to NBO with a stop in EBB. No announcement was made re flight cancellation. Having status (Star Alliance Gold or Silver) will help gain access to the lounges and eliminate long lines at security. The public toilets are filthy with some passengers washing their feet in the sinks. Even the toilets in the lounges leave much to be desired with water all over the floor. There is Ebola screening for all arriving passengers. Baggage handling was excellent. We checked bags against the advice of friends. Our baggage arrived at our destinations with no problems at all.', '', null, '', 5, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'C Meier', 'Germany', '2015-01-14', 'A bad airport layout. Much to many flights/people for the size of the airport. check in slow but ok. Very long queues at security check. Bad facilities not enough toilets (just 1 toilet for 8 boarding gates)!', '', null, '', 2, 2, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'R Sundberg', 'Sweden', '2014-09-01', 'Not a nice airport. Confusing old dirty. And the tax-free shops don''t accept all credit cards or currencies. Only dollars when I asked around. Not even local currency? Since you are not supposed to take Birr outside the country it would have been great to be able to use it at the airport. Toilets seems to be non-existent in the transfer hall. Had to go back into main hall for a visit. Queuing for the check-in was chaos. People were continuously jumping the line and there was nobody in charge.', '', null, '', 2, 2, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Jennifer Tseng', 'United States', '2014-08-07', 'Awful and confusing airport but better than others in East Africa. There are two terminals and the airport authority frequently changes which departures leave from which terminal. It is not easy to get from one terminal to another - an infrequent shuttle bus is provided for this purpose. Entering Terminal 1 from Terminal 2 requires dragging your carry-on bags up a flight of stairs (no elevator provided) and the departure lounges and business class lounge in this terminal are uncomfortable even if you can find a seat. Terminal 2 is only slightly better - but the bottleneck through security is ridiculously inefficient - full of pushing and shoving and cutting in line. The departure gates in Terminal 2 are slightly better than in Terminal 1 as is the business class lounge. That being said the food at both lounges is terrible and the seating uncomfortable. Bathrooms in both business class lounges feature doors that do not close cleaning buckets left inside and unsanitary conditions.', '', null, '', 2, 1, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'C Wajsberg', 'Israel', '2014-07-29', 'Still the same dirty and poorly organized airport as I remember it was some years ago during my first visit. Duty free stores as much as you want but do not wake up some of the ladies working there when you fly in early in the morning and payment by credit card is a no go as 7% surcharge added to your bill. Nearly no food outlets and the few available do not look very inspiring . Long cues for security check but that I can still accept no food or drink even not water to be bought after passing security. Still using the colored sticker system that sometimes does not even seems to be of any use. If it was not for Ethiopian airlines giving your great value and service for the price they charge I would not use this airport or at least avoid it.', '', null, '', 3, 3, 2, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Mario Eybers', 'South Africa', '2014-06-25', 'By far the worst airport I have encountered. There is one working toilet in-transit. The shops look like they have been there since 1930. Even during the day the airport is dark and dusty. The staff are very helpful and friendly. The food and beverages in the shops looks unappetising. With so many people going through this airport one would expect more. Heavy security but that one can tolerate considering it is for everyone''s benefit.', '', null, '', null, 3, 1, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'T Woyesa', 'United States', '2014-02-05', 'Overflowing crowded and completely disorganized. While the tight security is a necessity the floor layout and the utter confusion inside the terminal makes this place absolutely nightmarish. This airport is way over capacity. The matter is made worse by the incompetent approach Ethiopian airlines has towards customer service. My family had confirmed ticket with seat assignment to IAD but were denied boarding due to apparent equipment change to a smaller airplane (777-300 to a 777-200). Can not wait for the day when KQ starts to fly to the US.', '', null, '', null, 1, 2, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Alain Kupferman', 'Thailand', '2013-06-26', 'Addis Ababa belongs to those airports which should be avoided whenever possible: chaotic queuing unclear announcements (if any) miserable business lounge.', '', null, '', 3, 2, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Hendri Vorster', 'New Zealand', '2013-01-14', 'The ATM didn''t work and the credit card machines did not connect. People everywhere complaining about delayed flights. Communication of the ground staff was very poor if at all. Our boarding were moved 3 times from boarding gate no 1 to no 5. Nobody that worked there had an idea what was going on. About 100 people was trying to sort flights with one attendant with no information. Very poor for an airline.', '', null, '', 3, 1, 1, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'C Wajsberg', '', '2012-12-03', 'I was only there flying in from Johannesburg and on to my next flight to Hong Kong I found this airport to be a small provincial airport. Terminal is dirty duty free dark and badly organized cloud nine lounge small and old fashioned. No separate security control for business class passengers and if there was one business class seemed to be really large on my flight that evening. After queuing a second time after security check to receive some kind of coloured bar on your boarding pass that tells when you can board the plane just wait until the duty officer calls for boarding be careful not to be pushed aside by the mass of people running towards the stairs. Conclusions - this airport needs an urgent upgrade and be totally reorganized as this place is a real shame compared to most other intl airports I visit.', '', null, '', null, 1, 1, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'A Menon', 'Zambia', '2012-07-24', 'Have visited Addis Ababa Bole International Airport several times in the past few years on transit. Been very pleased with the airport as it is really pleasant and clean for a short lay-over. Plenty of duty free stores and few restaurants with reasonable pricing. Also Business class lounge has quite good variety of food and clean toilets. There is free wi-fi available throughout the airport. Definitely one of the best African hubs compared to others such as Nairobi. Would recommend this airport as a hub for anyone travelling to and from Africa.', '', null, '', 8, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Harold Bush', '', '2009-10-26', 'Bole is modern and looks good. But it feels and works like an Eastern European or Cuban airport in the old days of the Cold War. Shops are 300% more expensive. Do not buy Ethiopian crosses and other metallic souvenirs as they will be confiscated or put in the hold. Do not take more that 250 birr out of the country if you plan to return. A friend of mine was leaving with 350 birrs but 100 was confiscated. He was told that on his return customs would return the cash. This is a lie. As our flight was cancelled due to a major technical matter (Ethiopian 757 engine caught fire on take off) we were allowed to go back into the country yet when he tried to get the 100 birrs back he was told it was not possible because it now belonged to Ethiopia. This is corruption en masse pure and simple robbery. 100 birr is just under 10 US$ but imagine if it was much more.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Chris Foster', 'United Kingdom', '2012-07-09', 'We had a 6 hour stopover from 9pm to 3am. There is a cafe airside with a great selection of food beer soft drinks etc. I can''t remember the name but it is next to the "executive lounges" (actually 2 small rooms with chairs around). There is a TV and lots of tables available with some very comfy chairs at no extra cost. There is free wi fi available the prices are reasonable and the staff could not be nicer. They allowed us to stay after the cafe closed at 12pm and even offered my 10 year old daughter a mattress to sleep on. The rest of the airport is pretty so-so toilets are ok (they work and are not overflowing). Without the cafe it would have been pretty unpleasant but it made it a very bearable stop over. We went through security both inbound and outbound with no problems and it took less time than the queue length suggested. When you go through to the gate there are no shops available so better leave this until the last minute if you can. Ethiopian airlines had everyone queue for a', '', null, '', 7, 4, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'L Norton', 'Zimbabwe', '2012-01-23', 'I don''t care much for this airport. No wifi. No washrooms in the boarding area. There are designated smoking areas but people seem to smoke everywhere. Generally the airport looks dinghy maybe this is due to the renovations. The duty free shops did not accept international cards at the time I wanted to buy and the pickings were slim in the stores. If I could avoid this airport I would.', '', null, '', 4, 3, 3, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'G McGillivray', 'Australia', '2011-08-22', 'Long and slow security checks to get into the airport however once through this process it was smooth. A reasonable selection of cafes/restaurants and some good souvenir shops. The toilets were ok and generally clean. There is free wifi (which worked on my initial visit but not on the return). A lot of flights left around 12-1am which meant the boarding/screening process was crowded and slow but staff managed this quite well.', '', null, '', 4, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'K Sandvær', 'Norway', '2011-06-27', 'I have traveled trough Bole Airport 6 times. Getting a visa on arrival can take 20-40 mins. Then there is the passport control (immigration) and usually its a nice queue there that takes another 20-40 mins. The security staff will match you bag receipt with your bag before you are allowed to proceed to customs. At customs they will screen all your bags but it normally doesn''t take more than 5-10 mins. When departing from the international terminal the security queue usually go all the way out through the door and out. After that you get access to the duty free area with high prices and before you get access to the gates you must pass through another security check. After the final check there is no washrooms. The airport is usually clean with fair washrooms. Not always soap and paper and that is bad. Staff at the airport is friendly. All in all its ok airport.', '', null, '', 3, 1, 5, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'P Heintze', 'Zimbabwe', '2011-06-25', 'I have travelled through Addis 3 times now. 100s of passengers had to wait on the runway for 10 mins until the bus arrived. In the terminal there were no screens or signs directing people to their respective connecting flights. Airport staff shouted out names of African cities and asked as many passengers as they could. Thumbs up for commitment and being helpful to lost or confused travellers. I was surprised to see my luggage arrive at my final destination but the transfer worked fine. When getting out of the airport be prepared to spend another 30 mins waiting in line to have your luggage checked and screened again. What I really dislike is the security check procedure with screening at the entrance and screening at the gate again.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'N Hopkins', 'United States', '2011-01-25', 'At Bole International as at other Ethiopian airports one must go through security twice -- removing shoes jackets watches and other items -- and going through the X-ray machines two times as well. Bole is a modern facility; but during my five hour layover neither the escalators nor the elevators were working. Not that meant I missed much. The dining and shopping facilities were all but non-existent until I passed through security the second time and got to the departures area. There were then mostly cheap souvenir shops. Curiously smoking is banned everywhere in the airport except at food and/or drinks bars.', '', null, '', 3, 3, 5, null, null, null, 1, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Keith Rogers', 'Canada', '2010-11-01', 'Had 1am departure so arrived at 10pm. Typical crush on airport entry with scanner at front door but no big deal overall. Check in smooth as we were business class and customs process smooth with priority line. Upstairs area has a lot of shops and restaurants. Entry to boarding area processed volume well.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Adam Simmons', 'Spain', '2010-06-23', 'I was also the victim of an Ethiopian Airways 757 jet fire so spent rather longer in this airport than expected. For a major transit airport it is astonishing that there is no newspaper or magazine outlet. Some of the duty free shops are rip-off joints charging a seven percent surcharge on credit cards. They are also selective in what goods can be paid for in local currency (crisps) and which cannot (chocolate - go figure). My high point was a very tasty tilapia and french fries for only US$ and the airport was kept clean by a veritable army of support staff.', '', null, '', 3, 3, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Alistair Nicoll', '', '2010-06-22', 'Overall the airport is usually OK and it does not take long to get a visa on arrival. Duty free on the way out is expensive (local cigarettes nearly twice the price duty free than tax paid in town) and the bank will often claim to have no Western currency when you want to change Birr back. No consistent policy about what you can take on the plane sometimes you can take bottled water other times you can not. last time the confiscated my lighter (cheap throw away).', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'I Abodunrin', '', '2009-08-02', 'I''ve only used the Addis Ababa Airport twice but both times have been great. The airport is one of the finest I''ve seen in Africa and it''s also relatively speedy. The staff are very polite and professional and very helpful.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('amman-queen-alia-airport', '/airport-reviews/amman-queen-alia-airport', 'Amman Queen Alia Airport customer review', 'Dave Stanley', '', '2008-10-02', 'There is now a decent range of cafes at this airport which includes Starbucks Cinabon etc. They have done some other work to improve it but it could still do with a total refurbishment. The duty free is still good.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'J Abebe', '', '2009-01-14', 'Bole International Airport in Addis Ababa is clean compact and effective. Arrivals was quick. (I recommend getting your visa prior to arriving in ADD as the visa application process does take a while) Clearing immigration and getting your passport stamp took no longer than 3 minutes. Bags took about 20 minutes to arrive and came out sporadically but all came safely and thats all that matters. Ethiopian customs x-rays all luggage prior to exiting so that took some time as well but you are dealt with in a professional and polite manner. As for departures your tickets and passports are checked prior to entering the terminal building and there is an x-ray and metal detector immediately upon entering. Check-in was efficient USA departures have their own area where you are asked the typical security questions. Your passports/visas are heavily scrutinized (presumably because of the large amount of fraudulent documents that make their way through ADD and airlines getting charged large fines fo', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'S Rose', '', '2008-07-15', 'Arrived Addis at 6am - luckily most passengers were in transit so entering was easy but time consuming. First you need to get your visa stamped in your passport then you can proceed to passport control - very lengthy passprt check. To exit baggage area you must xray your bags no line control which is a pity. Terminal clean and modern but toilets smell horrible. Late night departure was easy as very few departures still every step takes forever. Duty free decent but wont take local currency which is annoying. More security at the gate and then its a trap if the flight is delayed. Any trip to the bathroom requires a new security check.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'C Williams', '', '2008-06-23', 'Addis Ababa''s Bole Intl Airport is a new 5 gate terminal. On arrival immigration does take some time but you are dealt with in a courteous and professional manner. Although there are signs on the queue''s - (Ethiopians Visitors Diplomats etc) you can use any queue. The visitor queue was quite long so we walked up to the diplomat queue and we were stamped in with no questions asked. Luggage collection & customs are swift although all bags are x-rayed by customs. The terminal is beautiful with Ethiopian marble all over the ground and a lot of cultural artefacts throughout the airport. Departures/check-in is fairly swift immigration is a quick stamp out. Note that you are security screened immediately upon entering the airport and before entering your gate. The duty free areas have a nice selection of Ethiopian artefacts. I have to agree with comments below about the bathrooms - they leave a lot to be desired.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'H Jackson', '', '2008-01-15', 'Seems a clean and spacious airport. Quite a few restaurants in the departure area. Security is adequate. Not bad at all.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Chris Aardt', '', '2008-01-13', 'I flew from South Africa to the Middle East via Addis. Upon my arrival on Saturday evening just after 9 most of my fellow airplane passengers ran to the "next" destination - the hotel voucher transit booth. When I got there I understood why the other ran! One big "Q" with only two staff issuing vouchers. I finally got my voucher and proceeded to the immigration booth - only one for all transit visitors although all the other booths'' Qs was rather empty... Finally got through and waited for the bus - it was now already past midnight!!! And we had to get the bus the next morning at 06:30! Not much sleep left. The airport itself was clean.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'P Bedson', '', '2007-11-30', 'A nearly new airport with not much traffic but high stress. Check in always takes forever - regardless of airline or class. You then have to pass through a series of subsequent security checks before reaching airside. Passport control is quite quick outbound but less than fast inbound (depending on how many flights land at the time) Airside is clean and spacious with reasonable coffee bars and a few duty free shops selling all the usual stuff you don''t need or want. I''m not sure how well the airport will look in 5 years time - it seems to be aging rather quickly.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Sameer Sethi', '', '2007-10-22', 'Clean spacious and modern. Staff is very friendly. Duty free shops are reasonable and has a good assortment of goods. Immigration is fast and courteous. All in all a very good experience.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Steve Atkinson', '', '2007-06-19', 'Having read the previous comments wasn''t sure about spending four hours at this airport. In fact it was fine - very clean a couple of restaurants/bars and a good selection of duty free shops. It can get a bit crowded when there are more than three flights due to depart but generally there are plenty of seats available especially in the area away from the shopping area. Immigration were friendly and fairly quick and the security process is what we have come to expect these days but certainly no worse than anywhere else. I have used this airport four times in the past six weeks and have no complaints - it is clean comfortable and hassle free.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Peter Whiting', '', '2006-02-13', 'Ethiopian Airlines suggested by travel agent as a value for money airline between South Africa and Thailand. And indeed the stop-over periods at Addis Ababa seemed very good. But the airport itself negates the whole experience. While the whole airport is reasonably clean the toilets and basins left a lot to be desired. Seats missing taps not working leaking basis and toilets etc. The Duty Free Shop is the only saving grace; a surprising array of goods on sale at even more surprising prices. The staff are friendly helpful and courteous. There are not enough facilities for eating and drinking for the number of passengers in transit at any one time. You have to grab a seat quickly at Addis as there aren''t nearly enough chairs in the general area. Then your flight gets called about an hour and a half before you are due to leave; this is due to the most excruciating security check (transit passenger) where you virtually have to strip completely to satisfy the sensitivity of the metal detect', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Shane Dinnison', 'Australia', '2012-10-30', 'Arrived from Denpasar at 8am 30 minutes early and there were two other flights arriving at the same time QF from Singapore and MH from KL. Customs and arrivals hall a shambles. One baggage carrousel for three flights and a customs queue that snaked through the hall much to everyone''s frustration.', '', null, '', 5, 1, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('antwerp-deurne-airport', '/airport-reviews/antwerp-deurne-airport', 'Antwerp Deurne Airport customer review', 'Michael Newport', '', '2005-08-16', 'Great airport not many flights so no hassle. From check in to take off 15 minutes. Car parking also free !', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Brett Borach', '', '2004-08-26', 'This is a brand new state of the art terminal as you land in Addis Ababa you see a beautiful building made up of a combination of large glass panels and a shiny silver structure. The airport is very much open plan and very spacious The staff at the airport are very friendly and helpful and is very convienant if you are in transit as all the flights leave from the same terminal. It does take sometime to pass through immigration but when your turn arrives you are dealt with in a very polite and curtious manner. When I visited there was a limited selection of duty free items for sale but there were some new shops preparing to open soon. The baggage delivery was rather quick and efficient. When you reach the arrivals section there is a tourist support service which can give you information about hotels and taxis to the centre of town. Another nice thing about this airport is that it is so close to the centre of town that it is only a 10 minute drive. The only thing I can say that I did not', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('addis-ababa-airport', '/airport-reviews/addis-ababa-airport', 'Addis Ababa Airport customer review', 'Matt Sudders', '', '2003-07-17', 'Addis Ababa has a shiny new beautiful terminal building. Unfortunately it has also adopted the flexible space concept similar to London Stansted which means that and area has thin cardboard dividing walls. Thus the Business lounge is a box in the middle of all the noise. In addition the facilities had not (mid may) fully opened meaning that there were no money exchange desks open prior to the evening departure of the international flights. The one thing they really need to sort out is the visa office. You have to pay a fee upon arrival which can only be paid in Ethiopian currency (which they only tell you when you finally reach the window). They then keep your passport - send you to another snail queue for the bank before returning and rejoining afresh the visa snail pace queue. All in all over 2 hrs at midnight. The bizarre thing is that dollars are accepted for the departure tax but not from the incoming visitors.', '', null, '', null, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Siti Raudzah Malik', 'Malaysia', '2015-05-18', 'A very fine airport above average. The only downside was just the WiFi. The toilet was a bit dirty but nothing too disturbing as there were only toilet papers scattered on the floor. Other than that everything else was fine. The ground staffs were very nice and helpful. The security was also very tight but at the same time they were very polite and not rude. A good airport overall.', '', null, '', 8, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'L Bree', 'Australia', '2015-01-05', 'Airside it looks very 60''s but entering it was light and bright and modern. The signage to collect baggage was very poor and we just followed everyone else hoping they too were collecting bags. Apart from this it is an easy small airport to travel from/to and I really liked it. Sure there are not a lot of food places or shops but there are enough for the size of it. Outside there is an open space concreted not sure what that is for? You traverse it to go to catch a taxi it is easily marked however. There are huge windows while waiting for your flight that you can see the runway clearly which was really nice. I definitely think this is one of Australia''s better/easier airports.', '', null, '', 10, 5, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Alastair Finch', 'United Kingdom', '2014-11-12', 'Flew in here in October and very impressed with rapidity of baggage collection and cleanliness of terminal.', '', null, '', 10, 5, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'H Davis', 'Australia', '2014-09-30', 'Adelaide has a small airport without many shops. Certainly no massage or gym. Security is very relaxed - no guns and is a very pleasant place to sit and wait. The food expensive but not-so-great - but this is the case for most airports. However the primary function of such a building is to arrive and depart. Although a car ramp was built several years ago allowing passengers to be deposited 3 metres from the terminal this has been permanently disabled. Now taxis and domestic vehicles can only pass from over 30 metres away. Hilariously its been mentioned that this is to prevent terrorism but in my experience Adelaidians are not this paranoid self-aggrandising or stupid. If it were true I''m sure they would beef up their security in more sensible ways. More likely a structural issue that is taking too long to fix. Unfortunately due to the long an unavoidable walk to and from the terminal from any mode of transport - the airport fails in its basic function of arriving and departing with ea', '', null, '', 2, 4, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'D Butler', 'Australia', '2014-07-17', 'I wonder why the Adelaide airport design layout features an access ramp up to the departures level that is not used. It was in use when the new airport was first opened and worked brilliantly as I am sure it was designed to. So why the decision to abandon it? The current system of every single person and vehicle congregating in about 50 meters of kerbside is bordering on stupid. I was told it may be for security reasons. That is also hard to understand and is also bordering on stupidity.', '', null, '', 5, 3, 5, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'J Jhons', 'Australia', '2014-06-04', 'Adelaide Airport is one of the greatest I have been to. Its only a few years old with many airline that you know and love operating flights weekly here. The terminal looks out on to the main runway with many shops. During peek hours there is often quite a large line up to get through security but apart from that it''s all good!', '', null, '', 9, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Hijaz Kamal Hasnan', 'Malaysia', '2014-03-28', 'My favourite Australian airport. Brand new white and pretty spacious for a small airport. Well connected by the local bus service and very near to Adelaide city centre. One design flaw when people walk to the terminal from the pick up and drop off area you are exposed to the elements save for some un-practical tilted canopies that offer no shelter. The airport should have made a completely covered walkway which will be useful during the wet winter and the blazing summer. The departure counters were not many hence queues were long the ground staff like any Australian airport disinterested not helpful and tend to find faults with baggage. Security was fussy for a small airport. The departure terminal is spacious but does not have many shops. Eateries include a hungry Jack and some cafes. Tried a noodle bar the fried noodle was unpalatable and very expensive by Asian standards. Other shops were not interesting. Immigration was OK and swift. Waiting areas feels spacious well lit and with a', '', null, '', 8, 3, 5, null, null, null, 5, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('agadir-airport', '/airport-reviews/agadir-airport', 'Agadir Airport customer review', 'Nicola Hayter', '', '2009-06-09', 'Service we have received has been very good for the size of the place. Incoming there is a long wait but would rather be checked in and out correctly. The gate numbers can be confusing if it is the first time you have flown out as they do change regularly.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Mark Werner', 'Australia', '2014-01-02', 'For a relatively new airport in a supposedly first-world Australia the airport design is an absolute disgrace no doubt designed by the public works department by people who have presumably never travelled overseas and experienced the world''s best airports. Although never well designed at least the former separate departures ramp and arrivals area worked far better than the ''new improved'' combined drop off and pick up area now situated across a bland concrete plaza from the terminal so passengers can experience the bitter cold wind and driving rains of winter or the scorching sun and blast furnace winds of summer - really sensible! Further evidence that the designers never even bothered looking overseas are the abysmal toilets - two large heavy doors to push and pull through with luggage and grubby taps you have to touch at the basins - so inferior to the no doors and automatic sensor taps one finds in so many airports nowadays. Hopefully you never have to arrive ADL on a large internat', '', null, '', 1, 1, 4, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'E Stier', 'Germany', '2013-11-05', 'Very clean and nice airport. But: Check in is without any seat and often crowded. For all international flights you must use ONE line for another screening and the pass controls. it takes a long time - even you traveling in First. That''s not acceptable.', '', null, '', 4, 2, 5, null, null, null, 0, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Henry Tib', 'Australia', '2013-11-01', 'Drop off requires a walk across the new open air empty Plaza which is between the drop off and the terminal and can be a problem in avoiding inclement weather at the drop off and also in reaching the departure taxi rank. The terminal was obviously designed and built by an "Engineer" as the terminal is close to the ramp requires walking down a winding slope to board the aircraft. Catering amenities are very limited though the terminal is clean with plenty of seating. Being a new terminal it could have been better designed.', '', null, '', 7, 3, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'R Gonzaga', 'Malaysia', '2013-09-10', 'Great little airport well laid out and easy to navigate. It is bright and spacious and there is free wi-fi which is painfully slow. Arrivals is a bit of a let down with you being forced to go through an arrival duty free shop. There is only one baggage carousel for international flights which makes it a problem if a large aircraft lands let alone multiple long haul flights. Customs is slow with numerous people asking you the very same questions. Perhaps they should consider having more people man the immigration booths and less customs staff. They obviously have little to do in such a small airport so are overzealous. On return check-in facilities were good friendly staff. There were many shops in the departure area which is a communal area for both international and domestic departures. The actual immigration and customs for international flights is a small area which is hard to miss! One other drawback is the pick-up and drop-off area what a mess! Overall I would give this airport th', '', null, '', 7, 3, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Eve Spence', 'Australia', '2013-07-29', 'I was travelling economy to Brisbane with my 85 year old mother and found it a pleasurable experience due in no small way to the helpful staff who greeted us in the check-in area providing us immediately with a wheel chair then later giving us priority boarding. The terminal itself was very clean and modern with good facilities and lovely views over the tarmac and Adelaide city in the distance. The taxi driver who took us to the airport an easy drive from the city centre was also very helpful and considerate. All in all a beautiful city with airport to match.', '', null, '', 10, 5, 5, null, null, null, 5, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'B Knight', 'Australia', '2013-04-14', 'I live in Adelaide and travel a lot. This airport is a huge improvement on the one it replaced. However I have used the new airport at least a dozen times a year since it opened and in my view it is greatly overrated an opportunity missed reflecting the small-mindedness of the state of South Australia itself. The long straight layout may help plane movements on the tarmac but is a nuisance for passengers inside. The walk to a toilet can be quite long and the way some of the boarding gates are sealed off for international flights is cumbersome and must surely make future expansion of this business difficult. Signposting on the access roads outside is unclear and about the only plus is that the new parking station has made traffic movement better. The taxi rank can be very slow-moving when it is busy and the attendants are more of a help than a hindrance a waste of money in my view as they add no value at all.', '', null, '', 5, 2, 5, null, null, null, 2, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Mark Kemper', 'United States', '2013-02-19', 'I have used this airport for arrival and departure only once but found the experience to be quite alright. The building itself is aesthetically pleasing. It has that spacious feeling that has now become en vogue for airports. I arrived from Launceston in the early morning. The flight was on-time and the wait for my baggage was very reasonable. It was a facile airport to navigate and I was easily able to locate the person picking me up in the arrivals area. Upon departure that evening I flew to Sydney. We were late arriving as business kept us late. Hence I was in a rush. However I was dropped off and was able to check in very quickly. The security screening was relatively efficient and I made it to my flight in time. It seems like this airport is just large enough to provide the proper service but small enough to be far from overwhelming.', '', null, '', 8, 4, 4, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'N Bromwich', 'United Kingdom', '2012-12-10', 'Just like the city itself Adelaide Airport has enough to make you feel welcome without being overly spectacular. I have used this airport many times before the building itself is stunning and relatively state-of- the-art though there is still clearly room for expansion. You can easily navigate the building with few queues and friendly staff on hand to help out. The facilities provided are minimal with enough to keep you entertained for a while but not adequate for those who may be needing to wait in the airport for a long while. I hope they choose to develop the airport further in the future.', '', null, '', 8, 4, 5, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Gabriel Komarnicki', 'Philippines', '2012-11-07', 'It''s not the biggest nor the busiest airport in Australia but it has to be one of the most beautiful and easy- to-get-around airports. The different browns and yellows representing the Australian landscape make for a relaxing experience for any first-time visitor to Adelaide. The best thing about Adelaide Airport is the way the early morning sun streams through the windows at the departures area. All in all it''s a superb airport.', '', null, '', 9, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'J A Crowhurst', 'Australia', '2012-10-01', 'The ''improvements'' at ADL airport recently could not be worse. There is now only a single designated area for both pick-up and let-down which is in the new car park and is a shambles. No other airport I know of has this absurd arrangement. The upper level (departures) area was ideal and un-congested but now it is closed off completely. What a waste of infrastructure that functioned so well. The new overhead walk-way from the car park has eased the congestion caused by the old ''Zebra'' crossing but one support for this walk-way is in the road underneath! That road is only 2 lanes wide but now is reduced to one just where taxis congregate. When one disembarks from a plane the air-bridge does not go to the correct floor level. Instead one must walk up two quite steep ramps. Levels should have been built to synchronise correctly. Again a unique and absurd feature of this ''new'' airport!', '', null, '', 4, 4, 4, null, null, null, 3, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'J Drury', 'New Zealand', '2011-12-20', 'My experience as an international arrival passenger was first class - walk from gate to customs was acceptable and baggage arrived quickly. I had some food which I declared and the inspection was carried out politely and quickly. Once I left the processing area I was looking for the shuttle service I had booked however I was unable to find it so took a regular taxi instead. My recommendation would be to make shuttle buses more visible as at most airports you can see the range of transport options when you exit the terminal taxis buses and shuttles. It became a bad experience for me when it should have been easy.', '', null, '', 5, 4, 5, null, null, null, 4, null, null, '1'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'D Silverstone', 'United States', '2011-03-21', 'I think it''s very telling that the only negative reviews have been regarding the long-term parking not being as friendly and helpful as the rest of the airport is! ADL was the best airport experience I had while visiting Australia and although not perfect it is a very commendable mid-sized airport. The terminal building is new clean and bright with a very fast door-to-gate process. The gate area does stretch on for a bit so you can wind up with quite a bit of hike not only in transferring but also in getting to the food or shop you need! All the staff I encountered were helpful and friendly and the airport is very close and accessible to the city. Highly recommend!', '', null, '', 4, 5, 5, null, null, null, 5, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'M O''Connor', '', '2010-09-14', 'When the new Adelaide airport was first opened they had a great system of long term car parking where a friendly guy in a van would pick you up after you parked and take you the terminal and vice versa with very little waiting time often from the car and back. In recent years they have introduced a bus that goes every 20 minutes. Most of the time we walk to and from the terminal because inevitably the bus is not in sync with the arrivals of planes particularly at night and the bus just sits at the car park and waits until the 20minutes is up and comes over the terminal so you are at your car before he has even left. They also used to have an area that was undercover for you to sit and wait at the car park so if it was raining you didnt get wet. Well last night at 7.30 we arrived back in Adelaide. it was pouring and we waited 25 minutes for the bus (he must have fallen asleep) and then he dropped us off at a point with no shelter and all the passengers and bags got very wet. No one was ', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Peter Bates', '', '2009-08-13', 'My most recent experience of the Adelaide terminal was flying as an international passenger. After previous poor experiences I was prepared for the worst but was very pleasantly surprised by the general lack of congestion in the processing areas both departing and arriving. There are now self service machines for passport verification for incoming passengers with the latest electronic passports and that has seemed to ease the waiting problems previously encountered. In the customs and baggage collection area too processing was ultra fast but then it was only one plane load. Nevertheless the best experience I have ever had here as an arriving international passenger in terms of the efficiency with which I was processed. If this is the new normal standard I can only say a heartfelt congratulations to the airport management for at last lifting its game to meet the level of organisational efficiency expected for the fees charged. As mentioned in a 2008 post the domestic side of the airport', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Michael Young', '', '2009-05-19', 'Long Term car park situation is still an issue. No signs to indicate if free space. Parking pay station machines constantly out of order. No staff on site for assistance. Shuttle bus to terminal does not leave on time drivers tend to wait for those people dawdling or running therefore adding extra minutes to those who have planned ahead.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'J Thomson', '', '2009-05-17', 'Nice clean airport. Quite small but has all you need. Very expensive but all airports are. Friendly staff and huge glass windows show out on to the runways so you can see everything thats going on out there. Very nice.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'C Steven', '', '2009-04-06', 'The new Adelaide T1 is so much better than any other. Its been designed as a multi use terminal meaning that the international area can be opened up for domestic pax when not needed for overseas flights. The airside wall is all glass is you get great views of what is happening on the ground planes landing etc which is great for kids to see. Free internet for those of us attached to laptops or iPhones all the time. Some people complain about the distance from checkin to dep gate if its one of the end gates. But its still shorter than from the Rex gate at MEL to checkin there. Adl is bright and clean makes MEL and SYD look dull and old in comparison. For anyone who ever had to endue the old terminal the new one is bliss.', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'S Srinivasan', '', '2009-02-02', 'Found ADL to be a small but good airport. Maybe I got lucky but when I arrived at the international terminal there were no queues at immigration the officer was very friendly and welcoming bags were waiting for us by the time we made it to the carousel and customs/quarantine took no time at all. We were at the rental car counter within 30 minutes of landing. Departing through the domestic terminal early morning there were no queues at check-in or security plenty of seating was available and free WiFi was available. There was a fair variety of restaurants and shops which didn''t fleece you too bad with their prices. It was a long walk however from security to our departure gate which was at the far end of the terminal.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('bournemouth-airport', '/airport-reviews/bournemouth-airport', 'Bournemouth Airport customer review', 'M Beenham', 'United Kingdom', '2011-08-13', 'I used to use Bournemouth a lot but now its been turned into a nightmare. Trying to drop someone off is confusing time-consuming and you get charged which is the final insult.', '', null, '', 1, 1, 3, null, null, null, 3, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'C Fenton', '', '2008-12-11', 'After the nightmare of Sydney Adelaide Airport is a pleasant surprise. Fast processing baggage was there before me on the carousel and a very clean bright airport and easy to navigate. Then parking was right outside the front door too something I have never experienced. We had a short drive to the city centre this is a very well located and designed airport. On our outbound trip we were processed fast by very friendly staff mostly and good cheap food outlets and lots of good shops to browse. Great open viewing areas of the runway too.', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'D Dale', '', '2008-10-28', 'Arrived to Adelaide Airport from Brisbane on Qantas flight. The terminal is new and the interior is welcoming. The airport is roomy and spacious. Our bags were on the carousel within minutes. We travelled into Adelaide on the SkyLink shuttle bus which only cost $5.00. I would have to rate Adelaide as probably the best airport in Australia as it is just a breeze to navigate. We also used the Qantas Club which I have to say was the cleanest and quietest of all those I have utilised of all airports in Australia. Gets five stars for being so modern and organised.', '', null, '', 5, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Peter Bates', '', '2008-06-29', 'Adelaide''s new airport terminal is something of a mixed bag. Mostly the domestic side of the operation is much improved over what was and is a pleasure to use. Parking arrangements are very poor at present. The international part of the operation is sub-standard as far as ease of passenger processing is concerned No apparent effort has been made to provide either sufficient space or staff numbers to ensure rapid processing of passengers particularly incoming through customs and immigration. Once past immigration the cramped baggage collection area soon becomes crowded and the next movement towards the X-Ray machines is complete anarchy with no staff controlling the passenger flow in this area. This is very poor and no improvement over the arrangement s of 10 years ago. I don''t recommend Adelaide as a preferred point of either entry or exit from Australia although for domestic flights to other major Australian cities I rate it as good. Proximity to the CBD is outstanding.', '', null, '', 3, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Andrew Scott', '', '2008-04-28', 'For a small city airport Adelaide''s new Terminal 1 is great. I have been to many airports in the US big and small and they are all the same. Adelaide stood out to me it is new light and fresh. A small selection of cafes newsagents and shops makes killing time possible. The airport is very easy to navigate yourself around: Check in upstairs Baggage Collection Downstairs. A small Qantas Club Lounge is available for members and is quite nice although small. Check in is easy with many staff around to help. Security lines were minimal.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Teresa Tyler', '', '2007-11-01', 'We have only used the domestic terminal at Adelaide but found it very light spacious and clean with good facilities. A nice experience.', '', null, '', 4, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Mike Young', '', '2007-10-22', 'Arrival international still just as bad as the old terminal. Forty minutes for luggage to arrive on carousel. Overzealous customs staff repeatedly asking questions to same passengers including myself and travel partner due to us waiting 40 minutes for our luggage and foregetting who they spoke to! Queues for the exiting customs x-ray too long and with trolleys became disorderly and many impatient people pushing in or not joining the queue. Complete lack of on ground staff besides customs to direct passengers.', '', null, '', 2, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Gerry McGuinness', '', '2007-07-24', 'The long term carpark is an absolute aberration apology signs everywhere saying there is no more room the payment machines dont work and there are no boom gate staff. Add to that the fact that you have to go to Departures to pick up the Arrivals shuttle bus otherwise you have to negotiate traffic roundabouts landscaping etc to find your way to and from the car park in the event that you can not find the bus - millions spent on the airport and the long term carpark is something out of Fawlty Towers.', '', null, '', 1, null, null, null, null, null, null, null, null, '0'); | |
INSERT INTO public.airport (airport_name, link, title, author, author_country, review_date, review_content, experience_airport, date_visit, type_traveller, overall_rating, queuing_rating, terminal_cleanness_rating, terminal_seating_rating, terminal_signs_rating, food_beverages_rating, airport_shopping_rating, wifi_connectivity_rating, airport_staff_rating, recommended) VALUES ('adelaide-airport', '/airport-reviews/adelaide-airport', 'Adelaide Airport customer review', 'Henry Tib', '', '2006-05-24', 'Had my first experience travelling on a regional airline from the new Adelaide terminal. It would seem that when they designed the new terminal they forgot about the regional air passengers. The departure "gates" for both the regional airlines are situated at the extreme end of the terminal requiring a fair walk although you can enjoy for part of the way a 50metre travelator ( though not sure it works) . When boarding you have to be escorted by the flight crew down a number of stairs to the exit for boarding. Regional air passengers returning to Adelaide airport again have to be escorted by the co-pilot to the terminal bui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment