Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to parse Amadeus air ticket file
    primarykey
    data
    text
    <p>Amadeus produces AIR file like below for every flight reservation. I need to read reservation number and source and destination airports from this file.</p> <p>I searched Google for "Amadeus air format" but haven't found format description. Wikipedia entry about EDIFACt is a bit different, it does not describe this content.</p> <p>Where to find information about the file structure ? How to parse this file ? I have not idea about the file structure, does it contain records like SQL table or is it some reservation protocol instructions like postscript file ?</p> <p>Application should work in Microsoft Windows and preferably in Visual FoxPro or C# language. FoxPro or Microsoft Visual Studio 2012 Express can used as programming environment</p> <p>Google returns only Amadeus users guides and tutorials like in comment and in</p> <p><a href="http://www.amadeusschweiz.com/en/documentation/usermanuals.html" rel="nofollow">http://www.amadeusschweiz.com/en/documentation/usermanuals.html</a></p> <p>Those are user manuals. Most promising looks Amadeus Air user guide from this:</p> <p>File which I received name was air.txt and first token in file is AIR-BLK206 Maybe BLK206 is some booking format descriptor. Google returns some documens like my using this so it looks like it is commonly used.</p> <p>This file probably describes how to reserve ticket, which produces air.txt file.</p> <p>I seacrched this and ticket user guide for BLK but those do not contains this abbreviation.</p> <p>Commands in user manual look different than those from this file. How to use this information to extract reservation number and destination airport from this file ? I haven't found format description using Google. There are Amadeus user guides, tutorials and quick reference files similar which you posted but I don't understand how to use them to parse this file. </p> <p>One message describes that this is form of EDIFACT. However EDIFACT message sample in Wikipedia is also different. I need to create quick prototype to customer which shows that we vćan read those files.</p> <p>Maybe there are some programs which can used to display it in human readable form ?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload